Enum LookalikeExpansionLevelEnum.LookalikeExpansionLevel
- java.lang.Object
-
- java.lang.Enum<LookalikeExpansionLevelEnum.LookalikeExpansionLevel>
-
- com.google.ads.googleads.v15.enums.LookalikeExpansionLevelEnum.LookalikeExpansionLevel
-
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,com.google.protobuf.ProtocolMessageEnum,java.io.Serializable,java.lang.Comparable<LookalikeExpansionLevelEnum.LookalikeExpansionLevel>
- Enclosing class:
- LookalikeExpansionLevelEnum
public static enum LookalikeExpansionLevelEnum.LookalikeExpansionLevel extends java.lang.Enum<LookalikeExpansionLevelEnum.LookalikeExpansionLevel> implements com.google.protobuf.ProtocolMessageEnum
Expansion level, reflecting the size of the lookalike audience
Protobuf enumgoogle.ads.googleads.v15.enums.LookalikeExpansionLevelEnum.LookalikeExpansionLevel
-
-
Enum Constant Summary
Enum Constants Enum Constant Description BALANCEDExpansion to a medium set of users that are similar to the seed lists.BROADExpansion to a large set of users that are similar to the seed lists.NARROWExpansion to a small set of users that are similar to the seed listsUNKNOWNInvalid expansion level.UNRECOGNIZEDUNSPECIFIEDNot specified.
-
Field Summary
Fields Modifier and Type Field Description static intBALANCED_VALUEExpansion to a medium set of users that are similar to the seed lists.static intBROAD_VALUEExpansion to a large set of users that are similar to the seed lists.static intNARROW_VALUEExpansion to a small set of users that are similar to the seed listsstatic intUNKNOWN_VALUEInvalid expansion level.static intUNSPECIFIED_VALUENot specified.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static LookalikeExpansionLevelEnum.LookalikeExpansionLevelforNumber(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<LookalikeExpansionLevelEnum.LookalikeExpansionLevel>internalGetValueMap()static LookalikeExpansionLevelEnum.LookalikeExpansionLevelvalueOf(int value)Deprecated.static LookalikeExpansionLevelEnum.LookalikeExpansionLevelvalueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static LookalikeExpansionLevelEnum.LookalikeExpansionLevelvalueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static LookalikeExpansionLevelEnum.LookalikeExpansionLevel[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
UNSPECIFIED
public static final LookalikeExpansionLevelEnum.LookalikeExpansionLevel UNSPECIFIED
Not specified.
UNSPECIFIED = 0;
-
UNKNOWN
public static final LookalikeExpansionLevelEnum.LookalikeExpansionLevel UNKNOWN
Invalid expansion level.
UNKNOWN = 1;
-
NARROW
public static final LookalikeExpansionLevelEnum.LookalikeExpansionLevel NARROW
Expansion to a small set of users that are similar to the seed lists
NARROW = 2;
-
BALANCED
public static final LookalikeExpansionLevelEnum.LookalikeExpansionLevel BALANCED
Expansion to a medium set of users that are similar to the seed lists. Includes all users of EXPANSION_LEVEL_NARROW, and more.
BALANCED = 3;
-
BROAD
public static final LookalikeExpansionLevelEnum.LookalikeExpansionLevel BROAD
Expansion to a large set of users that are similar to the seed lists. Includes all users of EXPANSION_LEVEL_BALANCED, and more.
BROAD = 4;
-
UNRECOGNIZED
public static final LookalikeExpansionLevelEnum.LookalikeExpansionLevel 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
Invalid expansion level.
UNKNOWN = 1;- See Also:
- Constant Field Values
-
NARROW_VALUE
public static final int NARROW_VALUE
Expansion to a small set of users that are similar to the seed lists
NARROW = 2;- See Also:
- Constant Field Values
-
BALANCED_VALUE
public static final int BALANCED_VALUE
Expansion to a medium set of users that are similar to the seed lists. Includes all users of EXPANSION_LEVEL_NARROW, and more.
BALANCED = 3;- See Also:
- Constant Field Values
-
BROAD_VALUE
public static final int BROAD_VALUE
Expansion to a large set of users that are similar to the seed lists. Includes all users of EXPANSION_LEVEL_BALANCED, and more.
BROAD = 4;- See Also:
- Constant Field Values
-
-
Method Detail
-
values
public static LookalikeExpansionLevelEnum.LookalikeExpansionLevel[] 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 (LookalikeExpansionLevelEnum.LookalikeExpansionLevel c : LookalikeExpansionLevelEnum.LookalikeExpansionLevel.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static LookalikeExpansionLevelEnum.LookalikeExpansionLevel 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 LookalikeExpansionLevelEnum.LookalikeExpansionLevel 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 LookalikeExpansionLevelEnum.LookalikeExpansionLevel 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<LookalikeExpansionLevelEnum.LookalikeExpansionLevel> 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 LookalikeExpansionLevelEnum.LookalikeExpansionLevel 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
-
-