Enum UserListSizeRangeEnum.UserListSizeRange
- java.lang.Object
-
- java.lang.Enum<UserListSizeRangeEnum.UserListSizeRange>
-
- com.google.ads.googleads.v10.enums.UserListSizeRangeEnum.UserListSizeRange
-
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,com.google.protobuf.ProtocolMessageEnum,java.io.Serializable,java.lang.Comparable<UserListSizeRangeEnum.UserListSizeRange>
- Enclosing class:
- UserListSizeRangeEnum
public static enum UserListSizeRangeEnum.UserListSizeRange extends java.lang.Enum<UserListSizeRangeEnum.UserListSizeRange> implements com.google.protobuf.ProtocolMessageEnum
Enum containing possible user list size ranges.
Protobuf enumgoogle.ads.googleads.v10.enums.UserListSizeRangeEnum.UserListSizeRange
-
-
Enum Constant Summary
Enum Constants Enum Constant Description FIFTY_THOUSAND_TO_ONE_HUNDRED_THOUSANDUser list has number of users in range of 50000 to 100000.FIVE_HUNDRED_THOUSAND_TO_ONE_MILLIONUser list has number of users in range of 500000 to 1 million.FIVE_MILLION_TO_TEN_MILLIONUser list has number of users in range of 5 to 10 millions.LESS_THAN_FIVE_HUNDREDUser list has less than 500 users.LESS_THAN_ONE_THOUSANDUser list has number of users in range of 500 to 1000.ONE_HUNDRED_THOUSAND_TO_THREE_HUNDRED_THOUSANDUser list has number of users in range of 100000 to 300000.ONE_MILLION_TO_TWO_MILLIONUser list has number of users in range of 1 to 2 millions.ONE_THOUSAND_TO_TEN_THOUSANDUser list has number of users in range of 1000 to 10000.OVER_FIFTY_MILLIONUser list has over 50 million users.TEN_MILLION_TO_TWENTY_MILLIONUser list has number of users in range of 10 to 20 millions.TEN_THOUSAND_TO_FIFTY_THOUSANDUser list has number of users in range of 10000 to 50000.THIRTY_MILLION_TO_FIFTY_MILLIONUser list has number of users in range of 30 to 50 millions.THREE_HUNDRED_THOUSAND_TO_FIVE_HUNDRED_THOUSANDUser list has number of users in range of 300000 to 500000.THREE_MILLION_TO_FIVE_MILLIONUser list has number of users in range of 3 to 5 millions.TWENTY_MILLION_TO_THIRTY_MILLIONUser list has number of users in range of 20 to 30 millions.TWO_MILLION_TO_THREE_MILLIONUser list has number of users in range of 2 to 3 millions.UNKNOWNUsed for return value only.UNRECOGNIZEDUNSPECIFIEDNot specified.
-
Field Summary
Fields Modifier and Type Field Description static intFIFTY_THOUSAND_TO_ONE_HUNDRED_THOUSAND_VALUEUser list has number of users in range of 50000 to 100000.static intFIVE_HUNDRED_THOUSAND_TO_ONE_MILLION_VALUEUser list has number of users in range of 500000 to 1 million.static intFIVE_MILLION_TO_TEN_MILLION_VALUEUser list has number of users in range of 5 to 10 millions.static intLESS_THAN_FIVE_HUNDRED_VALUEUser list has less than 500 users.static intLESS_THAN_ONE_THOUSAND_VALUEUser list has number of users in range of 500 to 1000.static intONE_HUNDRED_THOUSAND_TO_THREE_HUNDRED_THOUSAND_VALUEUser list has number of users in range of 100000 to 300000.static intONE_MILLION_TO_TWO_MILLION_VALUEUser list has number of users in range of 1 to 2 millions.static intONE_THOUSAND_TO_TEN_THOUSAND_VALUEUser list has number of users in range of 1000 to 10000.static intOVER_FIFTY_MILLION_VALUEUser list has over 50 million users.static intTEN_MILLION_TO_TWENTY_MILLION_VALUEUser list has number of users in range of 10 to 20 millions.static intTEN_THOUSAND_TO_FIFTY_THOUSAND_VALUEUser list has number of users in range of 10000 to 50000.static intTHIRTY_MILLION_TO_FIFTY_MILLION_VALUEUser list has number of users in range of 30 to 50 millions.static intTHREE_HUNDRED_THOUSAND_TO_FIVE_HUNDRED_THOUSAND_VALUEUser list has number of users in range of 300000 to 500000.static intTHREE_MILLION_TO_FIVE_MILLION_VALUEUser list has number of users in range of 3 to 5 millions.static intTWENTY_MILLION_TO_THIRTY_MILLION_VALUEUser list has number of users in range of 20 to 30 millions.static intTWO_MILLION_TO_THREE_MILLION_VALUEUser list has number of users in range of 2 to 3 millions.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 UserListSizeRangeEnum.UserListSizeRangeforNumber(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<UserListSizeRangeEnum.UserListSizeRange>internalGetValueMap()static UserListSizeRangeEnum.UserListSizeRangevalueOf(int value)Deprecated.static UserListSizeRangeEnum.UserListSizeRangevalueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static UserListSizeRangeEnum.UserListSizeRangevalueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static UserListSizeRangeEnum.UserListSizeRange[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
UNSPECIFIED
public static final UserListSizeRangeEnum.UserListSizeRange UNSPECIFIED
Not specified.
UNSPECIFIED = 0;
-
UNKNOWN
public static final UserListSizeRangeEnum.UserListSizeRange UNKNOWN
Used for return value only. Represents value unknown in this version.
UNKNOWN = 1;
-
LESS_THAN_FIVE_HUNDRED
public static final UserListSizeRangeEnum.UserListSizeRange LESS_THAN_FIVE_HUNDRED
User list has less than 500 users.
LESS_THAN_FIVE_HUNDRED = 2;
-
LESS_THAN_ONE_THOUSAND
public static final UserListSizeRangeEnum.UserListSizeRange LESS_THAN_ONE_THOUSAND
User list has number of users in range of 500 to 1000.
LESS_THAN_ONE_THOUSAND = 3;
-
ONE_THOUSAND_TO_TEN_THOUSAND
public static final UserListSizeRangeEnum.UserListSizeRange ONE_THOUSAND_TO_TEN_THOUSAND
User list has number of users in range of 1000 to 10000.
ONE_THOUSAND_TO_TEN_THOUSAND = 4;
-
TEN_THOUSAND_TO_FIFTY_THOUSAND
public static final UserListSizeRangeEnum.UserListSizeRange TEN_THOUSAND_TO_FIFTY_THOUSAND
User list has number of users in range of 10000 to 50000.
TEN_THOUSAND_TO_FIFTY_THOUSAND = 5;
-
FIFTY_THOUSAND_TO_ONE_HUNDRED_THOUSAND
public static final UserListSizeRangeEnum.UserListSizeRange FIFTY_THOUSAND_TO_ONE_HUNDRED_THOUSAND
User list has number of users in range of 50000 to 100000.
FIFTY_THOUSAND_TO_ONE_HUNDRED_THOUSAND = 6;
-
ONE_HUNDRED_THOUSAND_TO_THREE_HUNDRED_THOUSAND
public static final UserListSizeRangeEnum.UserListSizeRange ONE_HUNDRED_THOUSAND_TO_THREE_HUNDRED_THOUSAND
User list has number of users in range of 100000 to 300000.
ONE_HUNDRED_THOUSAND_TO_THREE_HUNDRED_THOUSAND = 7;
-
THREE_HUNDRED_THOUSAND_TO_FIVE_HUNDRED_THOUSAND
public static final UserListSizeRangeEnum.UserListSizeRange THREE_HUNDRED_THOUSAND_TO_FIVE_HUNDRED_THOUSAND
User list has number of users in range of 300000 to 500000.
THREE_HUNDRED_THOUSAND_TO_FIVE_HUNDRED_THOUSAND = 8;
-
FIVE_HUNDRED_THOUSAND_TO_ONE_MILLION
public static final UserListSizeRangeEnum.UserListSizeRange FIVE_HUNDRED_THOUSAND_TO_ONE_MILLION
User list has number of users in range of 500000 to 1 million.
FIVE_HUNDRED_THOUSAND_TO_ONE_MILLION = 9;
-
ONE_MILLION_TO_TWO_MILLION
public static final UserListSizeRangeEnum.UserListSizeRange ONE_MILLION_TO_TWO_MILLION
User list has number of users in range of 1 to 2 millions.
ONE_MILLION_TO_TWO_MILLION = 10;
-
TWO_MILLION_TO_THREE_MILLION
public static final UserListSizeRangeEnum.UserListSizeRange TWO_MILLION_TO_THREE_MILLION
User list has number of users in range of 2 to 3 millions.
TWO_MILLION_TO_THREE_MILLION = 11;
-
THREE_MILLION_TO_FIVE_MILLION
public static final UserListSizeRangeEnum.UserListSizeRange THREE_MILLION_TO_FIVE_MILLION
User list has number of users in range of 3 to 5 millions.
THREE_MILLION_TO_FIVE_MILLION = 12;
-
FIVE_MILLION_TO_TEN_MILLION
public static final UserListSizeRangeEnum.UserListSizeRange FIVE_MILLION_TO_TEN_MILLION
User list has number of users in range of 5 to 10 millions.
FIVE_MILLION_TO_TEN_MILLION = 13;
-
TEN_MILLION_TO_TWENTY_MILLION
public static final UserListSizeRangeEnum.UserListSizeRange TEN_MILLION_TO_TWENTY_MILLION
User list has number of users in range of 10 to 20 millions.
TEN_MILLION_TO_TWENTY_MILLION = 14;
-
TWENTY_MILLION_TO_THIRTY_MILLION
public static final UserListSizeRangeEnum.UserListSizeRange TWENTY_MILLION_TO_THIRTY_MILLION
User list has number of users in range of 20 to 30 millions.
TWENTY_MILLION_TO_THIRTY_MILLION = 15;
-
THIRTY_MILLION_TO_FIFTY_MILLION
public static final UserListSizeRangeEnum.UserListSizeRange THIRTY_MILLION_TO_FIFTY_MILLION
User list has number of users in range of 30 to 50 millions.
THIRTY_MILLION_TO_FIFTY_MILLION = 16;
-
OVER_FIFTY_MILLION
public static final UserListSizeRangeEnum.UserListSizeRange OVER_FIFTY_MILLION
User list has over 50 million users.
OVER_FIFTY_MILLION = 17;
-
UNRECOGNIZED
public static final UserListSizeRangeEnum.UserListSizeRange 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
-
LESS_THAN_FIVE_HUNDRED_VALUE
public static final int LESS_THAN_FIVE_HUNDRED_VALUE
User list has less than 500 users.
LESS_THAN_FIVE_HUNDRED = 2;- See Also:
- Constant Field Values
-
LESS_THAN_ONE_THOUSAND_VALUE
public static final int LESS_THAN_ONE_THOUSAND_VALUE
User list has number of users in range of 500 to 1000.
LESS_THAN_ONE_THOUSAND = 3;- See Also:
- Constant Field Values
-
ONE_THOUSAND_TO_TEN_THOUSAND_VALUE
public static final int ONE_THOUSAND_TO_TEN_THOUSAND_VALUE
User list has number of users in range of 1000 to 10000.
ONE_THOUSAND_TO_TEN_THOUSAND = 4;- See Also:
- Constant Field Values
-
TEN_THOUSAND_TO_FIFTY_THOUSAND_VALUE
public static final int TEN_THOUSAND_TO_FIFTY_THOUSAND_VALUE
User list has number of users in range of 10000 to 50000.
TEN_THOUSAND_TO_FIFTY_THOUSAND = 5;- See Also:
- Constant Field Values
-
FIFTY_THOUSAND_TO_ONE_HUNDRED_THOUSAND_VALUE
public static final int FIFTY_THOUSAND_TO_ONE_HUNDRED_THOUSAND_VALUE
User list has number of users in range of 50000 to 100000.
FIFTY_THOUSAND_TO_ONE_HUNDRED_THOUSAND = 6;- See Also:
- Constant Field Values
-
ONE_HUNDRED_THOUSAND_TO_THREE_HUNDRED_THOUSAND_VALUE
public static final int ONE_HUNDRED_THOUSAND_TO_THREE_HUNDRED_THOUSAND_VALUE
User list has number of users in range of 100000 to 300000.
ONE_HUNDRED_THOUSAND_TO_THREE_HUNDRED_THOUSAND = 7;- See Also:
- Constant Field Values
-
THREE_HUNDRED_THOUSAND_TO_FIVE_HUNDRED_THOUSAND_VALUE
public static final int THREE_HUNDRED_THOUSAND_TO_FIVE_HUNDRED_THOUSAND_VALUE
User list has number of users in range of 300000 to 500000.
THREE_HUNDRED_THOUSAND_TO_FIVE_HUNDRED_THOUSAND = 8;- See Also:
- Constant Field Values
-
FIVE_HUNDRED_THOUSAND_TO_ONE_MILLION_VALUE
public static final int FIVE_HUNDRED_THOUSAND_TO_ONE_MILLION_VALUE
User list has number of users in range of 500000 to 1 million.
FIVE_HUNDRED_THOUSAND_TO_ONE_MILLION = 9;- See Also:
- Constant Field Values
-
ONE_MILLION_TO_TWO_MILLION_VALUE
public static final int ONE_MILLION_TO_TWO_MILLION_VALUE
User list has number of users in range of 1 to 2 millions.
ONE_MILLION_TO_TWO_MILLION = 10;- See Also:
- Constant Field Values
-
TWO_MILLION_TO_THREE_MILLION_VALUE
public static final int TWO_MILLION_TO_THREE_MILLION_VALUE
User list has number of users in range of 2 to 3 millions.
TWO_MILLION_TO_THREE_MILLION = 11;- See Also:
- Constant Field Values
-
THREE_MILLION_TO_FIVE_MILLION_VALUE
public static final int THREE_MILLION_TO_FIVE_MILLION_VALUE
User list has number of users in range of 3 to 5 millions.
THREE_MILLION_TO_FIVE_MILLION = 12;- See Also:
- Constant Field Values
-
FIVE_MILLION_TO_TEN_MILLION_VALUE
public static final int FIVE_MILLION_TO_TEN_MILLION_VALUE
User list has number of users in range of 5 to 10 millions.
FIVE_MILLION_TO_TEN_MILLION = 13;- See Also:
- Constant Field Values
-
TEN_MILLION_TO_TWENTY_MILLION_VALUE
public static final int TEN_MILLION_TO_TWENTY_MILLION_VALUE
User list has number of users in range of 10 to 20 millions.
TEN_MILLION_TO_TWENTY_MILLION = 14;- See Also:
- Constant Field Values
-
TWENTY_MILLION_TO_THIRTY_MILLION_VALUE
public static final int TWENTY_MILLION_TO_THIRTY_MILLION_VALUE
User list has number of users in range of 20 to 30 millions.
TWENTY_MILLION_TO_THIRTY_MILLION = 15;- See Also:
- Constant Field Values
-
THIRTY_MILLION_TO_FIFTY_MILLION_VALUE
public static final int THIRTY_MILLION_TO_FIFTY_MILLION_VALUE
User list has number of users in range of 30 to 50 millions.
THIRTY_MILLION_TO_FIFTY_MILLION = 16;- See Also:
- Constant Field Values
-
OVER_FIFTY_MILLION_VALUE
public static final int OVER_FIFTY_MILLION_VALUE
User list has over 50 million users.
OVER_FIFTY_MILLION = 17;- See Also:
- Constant Field Values
-
-
Method Detail
-
values
public static UserListSizeRangeEnum.UserListSizeRange[] 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 (UserListSizeRangeEnum.UserListSizeRange c : UserListSizeRangeEnum.UserListSizeRange.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static UserListSizeRangeEnum.UserListSizeRange 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 UserListSizeRangeEnum.UserListSizeRange 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 UserListSizeRangeEnum.UserListSizeRange 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<UserListSizeRangeEnum.UserListSizeRange> 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 UserListSizeRangeEnum.UserListSizeRange 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
-
-