Enum Class BrandStateEnum.BrandState
java.lang.Object
java.lang.Enum<BrandStateEnum.BrandState>
com.google.ads.googleads.v18.enums.BrandStateEnum.BrandState
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,com.google.protobuf.ProtocolMessageEnum,Serializable,Comparable<BrandStateEnum.BrandState>,Constable
- Enclosing class:
- BrandStateEnum
public static enum BrandStateEnum.BrandState
extends Enum<BrandStateEnum.BrandState>
implements com.google.protobuf.ProtocolMessageEnum
Enumeration of different brand states.Protobuf enum
google.ads.googleads.v18.enums.BrandStateEnum.BrandState-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionWas a customer-scoped (unverified) brand, which got approved by business and added to the global list.Was a customer-scoped (unverified) brand, but the request was canceled by customer and this brand id is no longer validBrand was globally available in past but is no longer a valid brand (based on business criteria)Brand is verified and globally available for selectionWas a customer-scoped (unverified) brand, but the request was rejected by internal business team and this brand id is no longer validUsed for return value only.No value has been specified.Brand is unverified and customer scoped, but can be selected by customer (only who requested for same) for targeting -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intWas a customer-scoped (unverified) brand, which got approved by business and added to the global list.static final intWas a customer-scoped (unverified) brand, but the request was canceled by customer and this brand id is no longer validstatic final intBrand was globally available in past but is no longer a valid brand (based on business criteria)static final intBrand is verified and globally available for selectionstatic final intWas a customer-scoped (unverified) brand, but the request was rejected by internal business team and this brand id is no longer validstatic final intUsed for return value only.static final intNo value has been specified.static final intBrand is unverified and customer scoped, but can be selected by customer (only who requested for same) for targeting -
Method Summary
Modifier and TypeMethodDescriptionstatic BrandStateEnum.BrandStateforNumber(int value) static final com.google.protobuf.Descriptors.EnumDescriptorfinal com.google.protobuf.Descriptors.EnumDescriptorfinal intfinal com.google.protobuf.Descriptors.EnumValueDescriptorstatic com.google.protobuf.Internal.EnumLiteMap<BrandStateEnum.BrandState>static BrandStateEnum.BrandStatevalueOf(int value) Deprecated.static BrandStateEnum.BrandStatevalueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.static BrandStateEnum.BrandStateReturns the enum constant of this class with the specified name.static BrandStateEnum.BrandState[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
UNSPECIFIED
No value has been specified.
UNSPECIFIED = 0; -
UNKNOWN
Used for return value only. Represents value unknown in this version.
UNKNOWN = 1; -
ENABLED
Brand is verified and globally available for selection
ENABLED = 2; -
DEPRECATED
Brand was globally available in past but is no longer a valid brand (based on business criteria)
DEPRECATED = 3; -
UNVERIFIED
Brand is unverified and customer scoped, but can be selected by customer (only who requested for same) for targeting
UNVERIFIED = 4; -
APPROVED
Was a customer-scoped (unverified) brand, which got approved by business and added to the global list. Its assigned CKG MID should be used instead of this
APPROVED = 5; -
CANCELLED
Was a customer-scoped (unverified) brand, but the request was canceled by customer and this brand id is no longer valid
CANCELLED = 6; -
REJECTED
Was a customer-scoped (unverified) brand, but the request was rejected by internal business team and this brand id is no longer valid
REJECTED = 7; -
UNRECOGNIZED
-
-
Field Details
-
UNSPECIFIED_VALUE
public static final int UNSPECIFIED_VALUENo value has been specified.
UNSPECIFIED = 0;- See Also:
-
UNKNOWN_VALUE
public static final int UNKNOWN_VALUEUsed for return value only. Represents value unknown in this version.
UNKNOWN = 1;- See Also:
-
ENABLED_VALUE
public static final int ENABLED_VALUEBrand is verified and globally available for selection
ENABLED = 2;- See Also:
-
DEPRECATED_VALUE
public static final int DEPRECATED_VALUEBrand was globally available in past but is no longer a valid brand (based on business criteria)
DEPRECATED = 3;- See Also:
-
UNVERIFIED_VALUE
public static final int UNVERIFIED_VALUEBrand is unverified and customer scoped, but can be selected by customer (only who requested for same) for targeting
UNVERIFIED = 4;- See Also:
-
APPROVED_VALUE
public static final int APPROVED_VALUEWas a customer-scoped (unverified) brand, which got approved by business and added to the global list. Its assigned CKG MID should be used instead of this
APPROVED = 5;- See Also:
-
CANCELLED_VALUE
public static final int CANCELLED_VALUEWas a customer-scoped (unverified) brand, but the request was canceled by customer and this brand id is no longer valid
CANCELLED = 6;- See Also:
-
REJECTED_VALUE
public static final int REJECTED_VALUEWas a customer-scoped (unverified) brand, but the request was rejected by internal business team and this brand id is no longer valid
REJECTED = 7;- See Also:
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
getNumber
public final int getNumber()- Specified by:
getNumberin interfacecom.google.protobuf.Internal.EnumLite- Specified by:
getNumberin interfacecom.google.protobuf.ProtocolMessageEnum
-
valueOf
Deprecated.Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
value- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
forNumber
- Parameters:
value- The numeric wire value of the corresponding enum entry.- Returns:
- The enum associated with the given numeric wire value.
-
internalGetValueMap
public static com.google.protobuf.Internal.EnumLiteMap<BrandStateEnum.BrandState> internalGetValueMap() -
getValueDescriptor
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()- Specified by:
getValueDescriptorin interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptorForType
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptor
public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor() -
valueOf
public static BrandStateEnum.BrandState valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
desc- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-