Enum CustomAudienceMemberTypeEnum.CustomAudienceMemberType
- java.lang.Object
-
- java.lang.Enum<CustomAudienceMemberTypeEnum.CustomAudienceMemberType>
-
- com.google.ads.googleads.v10.enums.CustomAudienceMemberTypeEnum.CustomAudienceMemberType
-
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,com.google.protobuf.ProtocolMessageEnum,java.io.Serializable,java.lang.Comparable<CustomAudienceMemberTypeEnum.CustomAudienceMemberType>
- Enclosing class:
- CustomAudienceMemberTypeEnum
public static enum CustomAudienceMemberTypeEnum.CustomAudienceMemberType extends java.lang.Enum<CustomAudienceMemberTypeEnum.CustomAudienceMemberType> implements com.google.protobuf.ProtocolMessageEnum
Enum containing possible custom audience member types.
Protobuf enumgoogle.ads.googleads.v10.enums.CustomAudienceMemberTypeEnum.CustomAudienceMemberType
-
-
Enum Constant Summary
Enum Constants Enum Constant Description APPUsers who have installed a mobile app.KEYWORDUsers whose interests or actions are described by a keyword.PLACE_CATEGORYUsers who visit place types described by a place category.UNKNOWNUsed for return value only.UNRECOGNIZEDUNSPECIFIEDNot specified.URLUsers who have interests related to the website's content.
-
Field Summary
Fields Modifier and Type Field Description static intAPP_VALUEUsers who have installed a mobile app.static intKEYWORD_VALUEUsers whose interests or actions are described by a keyword.static intPLACE_CATEGORY_VALUEUsers who visit place types described by a place category.static intUNKNOWN_VALUEUsed for return value only.static intUNSPECIFIED_VALUENot specified.static intURL_VALUEUsers who have interests related to the website's content.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static CustomAudienceMemberTypeEnum.CustomAudienceMemberTypeforNumber(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<CustomAudienceMemberTypeEnum.CustomAudienceMemberType>internalGetValueMap()static CustomAudienceMemberTypeEnum.CustomAudienceMemberTypevalueOf(int value)Deprecated.static CustomAudienceMemberTypeEnum.CustomAudienceMemberTypevalueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static CustomAudienceMemberTypeEnum.CustomAudienceMemberTypevalueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static CustomAudienceMemberTypeEnum.CustomAudienceMemberType[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
UNSPECIFIED
public static final CustomAudienceMemberTypeEnum.CustomAudienceMemberType UNSPECIFIED
Not specified.
UNSPECIFIED = 0;
-
UNKNOWN
public static final CustomAudienceMemberTypeEnum.CustomAudienceMemberType UNKNOWN
Used for return value only. Represents value unknown in this version.
UNKNOWN = 1;
-
KEYWORD
public static final CustomAudienceMemberTypeEnum.CustomAudienceMemberType KEYWORD
Users whose interests or actions are described by a keyword.
KEYWORD = 2;
-
URL
public static final CustomAudienceMemberTypeEnum.CustomAudienceMemberType URL
Users who have interests related to the website's content.
URL = 3;
-
PLACE_CATEGORY
public static final CustomAudienceMemberTypeEnum.CustomAudienceMemberType PLACE_CATEGORY
Users who visit place types described by a place category.
PLACE_CATEGORY = 4;
-
APP
public static final CustomAudienceMemberTypeEnum.CustomAudienceMemberType APP
Users who have installed a mobile app.
APP = 5;
-
UNRECOGNIZED
public static final CustomAudienceMemberTypeEnum.CustomAudienceMemberType 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
-
KEYWORD_VALUE
public static final int KEYWORD_VALUE
Users whose interests or actions are described by a keyword.
KEYWORD = 2;- See Also:
- Constant Field Values
-
URL_VALUE
public static final int URL_VALUE
Users who have interests related to the website's content.
URL = 3;- See Also:
- Constant Field Values
-
PLACE_CATEGORY_VALUE
public static final int PLACE_CATEGORY_VALUE
Users who visit place types described by a place category.
PLACE_CATEGORY = 4;- See Also:
- Constant Field Values
-
APP_VALUE
public static final int APP_VALUE
Users who have installed a mobile app.
APP = 5;- See Also:
- Constant Field Values
-
-
Method Detail
-
values
public static CustomAudienceMemberTypeEnum.CustomAudienceMemberType[] 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 (CustomAudienceMemberTypeEnum.CustomAudienceMemberType c : CustomAudienceMemberTypeEnum.CustomAudienceMemberType.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static CustomAudienceMemberTypeEnum.CustomAudienceMemberType 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 CustomAudienceMemberTypeEnum.CustomAudienceMemberType 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 CustomAudienceMemberTypeEnum.CustomAudienceMemberType 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<CustomAudienceMemberTypeEnum.CustomAudienceMemberType> 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 CustomAudienceMemberTypeEnum.CustomAudienceMemberType 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
-
-