Enum Class UserListSizeRangeEnum.UserListSizeRange

java.lang.Object
java.lang.Enum<UserListSizeRangeEnum.UserListSizeRange>
com.google.ads.googleads.v18.enums.UserListSizeRangeEnum.UserListSizeRange
All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite, com.google.protobuf.ProtocolMessageEnum, Serializable, Comparable<UserListSizeRangeEnum.UserListSizeRange>, Constable
Enclosing class:
UserListSizeRangeEnum

public static enum UserListSizeRangeEnum.UserListSizeRange extends Enum<UserListSizeRangeEnum.UserListSizeRange> implements com.google.protobuf.ProtocolMessageEnum
 Enum containing possible user list size ranges.
 
Protobuf enum google.ads.googleads.v18.enums.UserListSizeRangeEnum.UserListSizeRange
  • Enum Constant Details

    • 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 Details

    • UNSPECIFIED_VALUE

      public static final int UNSPECIFIED_VALUE
       Not specified.
       
      UNSPECIFIED = 0;
      See Also:
    • UNKNOWN_VALUE

      public static final int UNKNOWN_VALUE
       Used for return value only. Represents value unknown in this version.
       
      UNKNOWN = 1;
      See Also:
    • 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:
    • 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:
    • 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:
    • 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:
    • 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:
    • 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:
    • 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:
    • 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:
    • 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:
    • 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:
    • 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:
    • 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:
    • 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:
    • 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:
    • 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:
    • 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:
  • Method Details

    • values

      public static UserListSizeRangeEnum.UserListSizeRange[] 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

      public static UserListSizeRangeEnum.UserListSizeRange valueOf(String name)
      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 name
      NullPointerException - if the argument is null
    • getNumber

      public final int getNumber()
      Specified by:
      getNumber in interface com.google.protobuf.Internal.EnumLite
      Specified by:
      getNumber in interface com.google.protobuf.ProtocolMessageEnum
    • valueOf

      @Deprecated public static UserListSizeRangeEnum.UserListSizeRange valueOf(int value)
      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 name
      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:
      getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnum
    • getDescriptorForType

      public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
      Specified by:
      getDescriptorForType in interface com.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 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 name
      NullPointerException - if the argument is null