Enum ProductBiddingCategoryStatusEnum.ProductBiddingCategoryStatus
- java.lang.Object
-
- java.lang.Enum<ProductBiddingCategoryStatusEnum.ProductBiddingCategoryStatus>
-
- com.google.ads.googleads.v10.enums.ProductBiddingCategoryStatusEnum.ProductBiddingCategoryStatus
-
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,com.google.protobuf.ProtocolMessageEnum,java.io.Serializable,java.lang.Comparable<ProductBiddingCategoryStatusEnum.ProductBiddingCategoryStatus>
- Enclosing class:
- ProductBiddingCategoryStatusEnum
public static enum ProductBiddingCategoryStatusEnum.ProductBiddingCategoryStatus extends java.lang.Enum<ProductBiddingCategoryStatusEnum.ProductBiddingCategoryStatus> implements com.google.protobuf.ProtocolMessageEnum
Enum describing the status of the product bidding category.
Protobuf enumgoogle.ads.googleads.v10.enums.ProductBiddingCategoryStatusEnum.ProductBiddingCategoryStatus
-
-
Enum Constant Summary
Enum Constants Enum Constant Description ACTIVEThe category is active and can be used for bidding.OBSOLETEThe category is obsolete.UNKNOWNUsed for return value only.UNRECOGNIZEDUNSPECIFIEDNot specified.
-
Field Summary
Fields Modifier and Type Field Description static intACTIVE_VALUEThe category is active and can be used for bidding.static intOBSOLETE_VALUEThe category is obsolete.static intUNKNOWN_VALUEUsed for return value only.static intUNSPECIFIED_VALUENot specified.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static ProductBiddingCategoryStatusEnum.ProductBiddingCategoryStatusforNumber(int value)static com.google.protobuf.Descriptors.EnumDescriptorgetDescriptor()com.google.protobuf.Descriptors.EnumDescriptorgetDescriptorForType()intgetNumber()com.google.protobuf.Descriptors.EnumValueDescriptorgetValueDescriptor()static com.google.protobuf.Internal.EnumLiteMap<ProductBiddingCategoryStatusEnum.ProductBiddingCategoryStatus>internalGetValueMap()static ProductBiddingCategoryStatusEnum.ProductBiddingCategoryStatusvalueOf(int value)Deprecated.static ProductBiddingCategoryStatusEnum.ProductBiddingCategoryStatusvalueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static ProductBiddingCategoryStatusEnum.ProductBiddingCategoryStatusvalueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ProductBiddingCategoryStatusEnum.ProductBiddingCategoryStatus[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
UNSPECIFIED
public static final ProductBiddingCategoryStatusEnum.ProductBiddingCategoryStatus UNSPECIFIED
Not specified.
UNSPECIFIED = 0;
-
UNKNOWN
public static final ProductBiddingCategoryStatusEnum.ProductBiddingCategoryStatus UNKNOWN
Used for return value only. Represents value unknown in this version.
UNKNOWN = 1;
-
ACTIVE
public static final ProductBiddingCategoryStatusEnum.ProductBiddingCategoryStatus ACTIVE
The category is active and can be used for bidding.
ACTIVE = 2;
-
OBSOLETE
public static final ProductBiddingCategoryStatusEnum.ProductBiddingCategoryStatus OBSOLETE
The category is obsolete. Used only for reporting purposes.
OBSOLETE = 3;
-
UNRECOGNIZED
public static final ProductBiddingCategoryStatusEnum.ProductBiddingCategoryStatus UNRECOGNIZED
-
-
Field Detail
-
UNSPECIFIED_VALUE
public static final int UNSPECIFIED_VALUE
Not specified.
UNSPECIFIED = 0;- See Also:
- Constant Field Values
-
UNKNOWN_VALUE
public static final int UNKNOWN_VALUE
Used for return value only. Represents value unknown in this version.
UNKNOWN = 1;- See Also:
- Constant Field Values
-
ACTIVE_VALUE
public static final int ACTIVE_VALUE
The category is active and can be used for bidding.
ACTIVE = 2;- See Also:
- Constant Field Values
-
OBSOLETE_VALUE
public static final int OBSOLETE_VALUE
The category is obsolete. Used only for reporting purposes.
OBSOLETE = 3;- See Also:
- Constant Field Values
-
-
Method Detail
-
values
public static ProductBiddingCategoryStatusEnum.ProductBiddingCategoryStatus[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (ProductBiddingCategoryStatusEnum.ProductBiddingCategoryStatus c : ProductBiddingCategoryStatusEnum.ProductBiddingCategoryStatus.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static ProductBiddingCategoryStatusEnum.ProductBiddingCategoryStatus valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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:
java.lang.IllegalArgumentException- if this enum type has no constant with the specified namejava.lang.NullPointerException- 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 public static ProductBiddingCategoryStatusEnum.ProductBiddingCategoryStatus valueOf(int value)
Deprecated.Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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:
java.lang.IllegalArgumentException- if this enum type has no constant with the specified namejava.lang.NullPointerException- if the argument is null
-
forNumber
public static ProductBiddingCategoryStatusEnum.ProductBiddingCategoryStatus forNumber(int value)
- 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<ProductBiddingCategoryStatusEnum.ProductBiddingCategoryStatus> 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 ProductBiddingCategoryStatusEnum.ProductBiddingCategoryStatus valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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:
java.lang.IllegalArgumentException- if this enum type has no constant with the specified namejava.lang.NullPointerException- if the argument is null
-
-