Enum ListingGroupFilterBiddingCategoryLevelEnum.ListingGroupFilterBiddingCategoryLevel
- java.lang.Object
-
- java.lang.Enum<ListingGroupFilterBiddingCategoryLevelEnum.ListingGroupFilterBiddingCategoryLevel>
-
- com.google.ads.googleads.v10.enums.ListingGroupFilterBiddingCategoryLevelEnum.ListingGroupFilterBiddingCategoryLevel
-
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,com.google.protobuf.ProtocolMessageEnum,java.io.Serializable,java.lang.Comparable<ListingGroupFilterBiddingCategoryLevelEnum.ListingGroupFilterBiddingCategoryLevel>
- Enclosing class:
- ListingGroupFilterBiddingCategoryLevelEnum
public static enum ListingGroupFilterBiddingCategoryLevelEnum.ListingGroupFilterBiddingCategoryLevel extends java.lang.Enum<ListingGroupFilterBiddingCategoryLevelEnum.ListingGroupFilterBiddingCategoryLevel> implements com.google.protobuf.ProtocolMessageEnum
The level of the listing group filter bidding category.
Protobuf enumgoogle.ads.googleads.v10.enums.ListingGroupFilterBiddingCategoryLevelEnum.ListingGroupFilterBiddingCategoryLevel
-
-
Enum Constant Summary
Enum Constants Enum Constant Description LEVEL1Level 1.LEVEL2Level 2.LEVEL3Level 3.LEVEL4Level 4.LEVEL5Level 5.UNKNOWNUsed for return value only.UNRECOGNIZEDUNSPECIFIEDNot specified.
-
Field Summary
Fields Modifier and Type Field Description static intLEVEL1_VALUELevel 1.static intLEVEL2_VALUELevel 2.static intLEVEL3_VALUELevel 3.static intLEVEL4_VALUELevel 4.static intLEVEL5_VALUELevel 5.static intUNKNOWN_VALUEUsed for return value only.static intUNSPECIFIED_VALUENot specified.
-
Method Summary
-
-
-
Enum Constant Detail
-
UNSPECIFIED
public static final ListingGroupFilterBiddingCategoryLevelEnum.ListingGroupFilterBiddingCategoryLevel UNSPECIFIED
Not specified.
UNSPECIFIED = 0;
-
UNKNOWN
public static final ListingGroupFilterBiddingCategoryLevelEnum.ListingGroupFilterBiddingCategoryLevel UNKNOWN
Used for return value only. Represents value unknown in this version.
UNKNOWN = 1;
-
LEVEL1
public static final ListingGroupFilterBiddingCategoryLevelEnum.ListingGroupFilterBiddingCategoryLevel LEVEL1
Level 1.
LEVEL1 = 2;
-
LEVEL2
public static final ListingGroupFilterBiddingCategoryLevelEnum.ListingGroupFilterBiddingCategoryLevel LEVEL2
Level 2.
LEVEL2 = 3;
-
LEVEL3
public static final ListingGroupFilterBiddingCategoryLevelEnum.ListingGroupFilterBiddingCategoryLevel LEVEL3
Level 3.
LEVEL3 = 4;
-
LEVEL4
public static final ListingGroupFilterBiddingCategoryLevelEnum.ListingGroupFilterBiddingCategoryLevel LEVEL4
Level 4.
LEVEL4 = 5;
-
LEVEL5
public static final ListingGroupFilterBiddingCategoryLevelEnum.ListingGroupFilterBiddingCategoryLevel LEVEL5
Level 5.
LEVEL5 = 6;
-
UNRECOGNIZED
public static final ListingGroupFilterBiddingCategoryLevelEnum.ListingGroupFilterBiddingCategoryLevel 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
-
LEVEL1_VALUE
public static final int LEVEL1_VALUE
Level 1.
LEVEL1 = 2;- See Also:
- Constant Field Values
-
LEVEL2_VALUE
public static final int LEVEL2_VALUE
Level 2.
LEVEL2 = 3;- See Also:
- Constant Field Values
-
LEVEL3_VALUE
public static final int LEVEL3_VALUE
Level 3.
LEVEL3 = 4;- See Also:
- Constant Field Values
-
LEVEL4_VALUE
public static final int LEVEL4_VALUE
Level 4.
LEVEL4 = 5;- See Also:
- Constant Field Values
-
LEVEL5_VALUE
public static final int LEVEL5_VALUE
Level 5.
LEVEL5 = 6;- See Also:
- Constant Field Values
-
-
Method Detail
-
values
public static ListingGroupFilterBiddingCategoryLevelEnum.ListingGroupFilterBiddingCategoryLevel[] 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 (ListingGroupFilterBiddingCategoryLevelEnum.ListingGroupFilterBiddingCategoryLevel c : ListingGroupFilterBiddingCategoryLevelEnum.ListingGroupFilterBiddingCategoryLevel.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static ListingGroupFilterBiddingCategoryLevelEnum.ListingGroupFilterBiddingCategoryLevel 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 ListingGroupFilterBiddingCategoryLevelEnum.ListingGroupFilterBiddingCategoryLevel 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 ListingGroupFilterBiddingCategoryLevelEnum.ListingGroupFilterBiddingCategoryLevel 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<ListingGroupFilterBiddingCategoryLevelEnum.ListingGroupFilterBiddingCategoryLevel> 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 ListingGroupFilterBiddingCategoryLevelEnum.ListingGroupFilterBiddingCategoryLevel 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
-
-