Enum Class AudienceInsightsDimensionEnum.AudienceInsightsDimension
java.lang.Object
java.lang.Enum<AudienceInsightsDimensionEnum.AudienceInsightsDimension>
com.google.ads.googleads.v18.enums.AudienceInsightsDimensionEnum.AudienceInsightsDimension
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,com.google.protobuf.ProtocolMessageEnum,Serializable,Comparable<AudienceInsightsDimensionEnum.AudienceInsightsDimension>,Constable
- Enclosing class:
- AudienceInsightsDimensionEnum
public static enum AudienceInsightsDimensionEnum.AudienceInsightsDimension
extends Enum<AudienceInsightsDimensionEnum.AudienceInsightsDimension>
implements com.google.protobuf.ProtocolMessageEnum
Possible dimensions for use in generating insights.Protobuf enum
google.ads.googleads.v18.enums.AudienceInsightsDimensionEnum.AudienceInsightsDimension-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionAn Affinity UserInterest.An age range.A Product & Service category.A gender.A country, represented by a geo target.An In-Market UserInterest.A household income percentile range.A Knowledge Graph entity.A Parental Status value (parent, or not a parent).A geographic location within a country.The value is unknown in this version.Not specified.A YouTube channel.A YouTube Dynamic Lineup. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intAn Affinity UserInterest.static final intAn age range.static final intA Product & Service category.static final intA gender.static final intA country, represented by a geo target.static final intAn In-Market UserInterest.static final intA household income percentile range.static final intA Knowledge Graph entity.static final intA Parental Status value (parent, or not a parent).static final intA geographic location within a country.static final intThe value is unknown in this version.static final intNot specified.static final intA YouTube channel.static final intA YouTube Dynamic Lineup. -
Method Summary
Modifier and TypeMethodDescriptionforNumber(int value) static final com.google.protobuf.Descriptors.EnumDescriptorfinal com.google.protobuf.Descriptors.EnumDescriptorfinal intfinal com.google.protobuf.Descriptors.EnumValueDescriptorstatic com.google.protobuf.Internal.EnumLiteMap<AudienceInsightsDimensionEnum.AudienceInsightsDimension>valueOf(int value) Deprecated.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.Returns the enum constant of this class with the specified name.values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
UNSPECIFIED
Not specified.
UNSPECIFIED = 0; -
UNKNOWN
The value is unknown in this version.
UNKNOWN = 1; -
CATEGORY
A Product & Service category.
CATEGORY = 2; -
KNOWLEDGE_GRAPH
A Knowledge Graph entity.
KNOWLEDGE_GRAPH = 3; -
GEO_TARGET_COUNTRY
A country, represented by a geo target.
GEO_TARGET_COUNTRY = 4; -
SUB_COUNTRY_LOCATION
A geographic location within a country.
SUB_COUNTRY_LOCATION = 5; -
YOUTUBE_CHANNEL
A YouTube channel.
YOUTUBE_CHANNEL = 6; -
YOUTUBE_DYNAMIC_LINEUP
A YouTube Dynamic Lineup.
YOUTUBE_DYNAMIC_LINEUP = 7; -
AFFINITY_USER_INTEREST
An Affinity UserInterest.
AFFINITY_USER_INTEREST = 8; -
IN_MARKET_USER_INTEREST
An In-Market UserInterest.
IN_MARKET_USER_INTEREST = 9; -
PARENTAL_STATUS
A Parental Status value (parent, or not a parent).
PARENTAL_STATUS = 10; -
INCOME_RANGE
A household income percentile range.
INCOME_RANGE = 11; -
AGE_RANGE
An age range.
AGE_RANGE = 12; -
GENDER
A gender.
GENDER = 13; -
UNRECOGNIZED
-
-
Field Details
-
UNSPECIFIED_VALUE
public static final int UNSPECIFIED_VALUENot specified.
UNSPECIFIED = 0;- See Also:
-
UNKNOWN_VALUE
public static final int UNKNOWN_VALUEThe value is unknown in this version.
UNKNOWN = 1;- See Also:
-
CATEGORY_VALUE
public static final int CATEGORY_VALUEA Product & Service category.
CATEGORY = 2;- See Also:
-
KNOWLEDGE_GRAPH_VALUE
public static final int KNOWLEDGE_GRAPH_VALUEA Knowledge Graph entity.
KNOWLEDGE_GRAPH = 3;- See Also:
-
GEO_TARGET_COUNTRY_VALUE
public static final int GEO_TARGET_COUNTRY_VALUEA country, represented by a geo target.
GEO_TARGET_COUNTRY = 4;- See Also:
-
SUB_COUNTRY_LOCATION_VALUE
public static final int SUB_COUNTRY_LOCATION_VALUEA geographic location within a country.
SUB_COUNTRY_LOCATION = 5;- See Also:
-
YOUTUBE_CHANNEL_VALUE
public static final int YOUTUBE_CHANNEL_VALUEA YouTube channel.
YOUTUBE_CHANNEL = 6;- See Also:
-
YOUTUBE_DYNAMIC_LINEUP_VALUE
public static final int YOUTUBE_DYNAMIC_LINEUP_VALUEA YouTube Dynamic Lineup.
YOUTUBE_DYNAMIC_LINEUP = 7;- See Also:
-
AFFINITY_USER_INTEREST_VALUE
public static final int AFFINITY_USER_INTEREST_VALUEAn Affinity UserInterest.
AFFINITY_USER_INTEREST = 8;- See Also:
-
IN_MARKET_USER_INTEREST_VALUE
public static final int IN_MARKET_USER_INTEREST_VALUEAn In-Market UserInterest.
IN_MARKET_USER_INTEREST = 9;- See Also:
-
PARENTAL_STATUS_VALUE
public static final int PARENTAL_STATUS_VALUEA Parental Status value (parent, or not a parent).
PARENTAL_STATUS = 10;- See Also:
-
INCOME_RANGE_VALUE
public static final int INCOME_RANGE_VALUEA household income percentile range.
INCOME_RANGE = 11;- See Also:
-
AGE_RANGE_VALUE
public static final int AGE_RANGE_VALUEAn age range.
AGE_RANGE = 12;- See Also:
-
GENDER_VALUE
public static final int GENDER_VALUEA gender.
GENDER = 13;- See Also:
-
-
Method Details
-
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
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 nameNullPointerException- 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 AudienceInsightsDimensionEnum.AudienceInsightsDimension 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 nameNullPointerException- if the argument is null
-
forNumber
- 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<AudienceInsightsDimensionEnum.AudienceInsightsDimension> 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 AudienceInsightsDimensionEnum.AudienceInsightsDimension 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 nameNullPointerException- if the argument is null
-