Enum AudienceInsightsAttribute.AttributeCase
- java.lang.Object
-
- java.lang.Enum<AudienceInsightsAttribute.AttributeCase>
-
- com.google.ads.googleads.v15.services.AudienceInsightsAttribute.AttributeCase
-
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,java.io.Serializable,java.lang.Comparable<AudienceInsightsAttribute.AttributeCase>
- Enclosing class:
- AudienceInsightsAttribute
public static enum AudienceInsightsAttribute.AttributeCase extends java.lang.Enum<AudienceInsightsAttribute.AttributeCase> implements com.google.protobuf.Internal.EnumLite
-
-
Enum Constant Summary
Enum Constants Enum Constant Description AGE_RANGEATTRIBUTE_NOT_SETCATEGORYDYNAMIC_LINEUPENTITYGENDERINCOME_RANGELOCATIONPARENTAL_STATUSUSER_INTERESTYOUTUBE_CHANNEL
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static AudienceInsightsAttribute.AttributeCaseforNumber(int value)intgetNumber()static AudienceInsightsAttribute.AttributeCasevalueOf(int value)Deprecated.static AudienceInsightsAttribute.AttributeCasevalueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static AudienceInsightsAttribute.AttributeCase[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
AGE_RANGE
public static final AudienceInsightsAttribute.AttributeCase AGE_RANGE
-
GENDER
public static final AudienceInsightsAttribute.AttributeCase GENDER
-
LOCATION
public static final AudienceInsightsAttribute.AttributeCase LOCATION
-
USER_INTEREST
public static final AudienceInsightsAttribute.AttributeCase USER_INTEREST
-
ENTITY
public static final AudienceInsightsAttribute.AttributeCase ENTITY
-
CATEGORY
public static final AudienceInsightsAttribute.AttributeCase CATEGORY
-
DYNAMIC_LINEUP
public static final AudienceInsightsAttribute.AttributeCase DYNAMIC_LINEUP
-
PARENTAL_STATUS
public static final AudienceInsightsAttribute.AttributeCase PARENTAL_STATUS
-
INCOME_RANGE
public static final AudienceInsightsAttribute.AttributeCase INCOME_RANGE
-
YOUTUBE_CHANNEL
public static final AudienceInsightsAttribute.AttributeCase YOUTUBE_CHANNEL
-
ATTRIBUTE_NOT_SET
public static final AudienceInsightsAttribute.AttributeCase ATTRIBUTE_NOT_SET
-
-
Method Detail
-
values
public static AudienceInsightsAttribute.AttributeCase[] 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 (AudienceInsightsAttribute.AttributeCase c : AudienceInsightsAttribute.AttributeCase.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static AudienceInsightsAttribute.AttributeCase 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
-
valueOf
@Deprecated public static AudienceInsightsAttribute.AttributeCase 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 AudienceInsightsAttribute.AttributeCase forNumber(int value)
-
getNumber
public int getNumber()
- Specified by:
getNumberin interfacecom.google.protobuf.Internal.EnumLite
-
-