Enum AffiliateLocationPlaceholderFieldEnum.AffiliateLocationPlaceholderField
- java.lang.Object
-
- java.lang.Enum<AffiliateLocationPlaceholderFieldEnum.AffiliateLocationPlaceholderField>
-
- com.google.ads.googleads.v10.enums.AffiliateLocationPlaceholderFieldEnum.AffiliateLocationPlaceholderField
-
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,com.google.protobuf.ProtocolMessageEnum,java.io.Serializable,java.lang.Comparable<AffiliateLocationPlaceholderFieldEnum.AffiliateLocationPlaceholderField>
- Enclosing class:
- AffiliateLocationPlaceholderFieldEnum
public static enum AffiliateLocationPlaceholderFieldEnum.AffiliateLocationPlaceholderField extends java.lang.Enum<AffiliateLocationPlaceholderFieldEnum.AffiliateLocationPlaceholderField> implements com.google.protobuf.ProtocolMessageEnum
Possible values for Affiliate Location placeholder fields.
Protobuf enumgoogle.ads.googleads.v10.enums.AffiliateLocationPlaceholderFieldEnum.AffiliateLocationPlaceholderField
-
-
Enum Constant Summary
Enum Constants Enum Constant Description ADDRESS_LINE_1Data Type: STRING.ADDRESS_LINE_2Data Type: STRING.BUSINESS_NAMEData Type: STRING.CHAIN_IDData Type: INT64.CHAIN_NAMEData Type: STRING.CITYData Type: STRING.COUNTRY_CODEData Type: STRING.LANGUAGE_CODEData Type: STRING.PHONE_NUMBERData Type: STRING.POSTAL_CODEData Type: STRING.PROVINCEData Type: STRING.UNKNOWNUsed for return value only.UNRECOGNIZEDUNSPECIFIEDNot specified.
-
Field Summary
Fields Modifier and Type Field Description static intADDRESS_LINE_1_VALUEData Type: STRING.static intADDRESS_LINE_2_VALUEData Type: STRING.static intBUSINESS_NAME_VALUEData Type: STRING.static intCHAIN_ID_VALUEData Type: INT64.static intCHAIN_NAME_VALUEData Type: STRING.static intCITY_VALUEData Type: STRING.static intCOUNTRY_CODE_VALUEData Type: STRING.static intLANGUAGE_CODE_VALUEData Type: STRING.static intPHONE_NUMBER_VALUEData Type: STRING.static intPOSTAL_CODE_VALUEData Type: STRING.static intPROVINCE_VALUEData Type: STRING.static intUNKNOWN_VALUEUsed for return value only.static intUNSPECIFIED_VALUENot specified.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static AffiliateLocationPlaceholderFieldEnum.AffiliateLocationPlaceholderFieldforNumber(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<AffiliateLocationPlaceholderFieldEnum.AffiliateLocationPlaceholderField>internalGetValueMap()static AffiliateLocationPlaceholderFieldEnum.AffiliateLocationPlaceholderFieldvalueOf(int value)Deprecated.static AffiliateLocationPlaceholderFieldEnum.AffiliateLocationPlaceholderFieldvalueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static AffiliateLocationPlaceholderFieldEnum.AffiliateLocationPlaceholderFieldvalueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static AffiliateLocationPlaceholderFieldEnum.AffiliateLocationPlaceholderField[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
UNSPECIFIED
public static final AffiliateLocationPlaceholderFieldEnum.AffiliateLocationPlaceholderField UNSPECIFIED
Not specified.
UNSPECIFIED = 0;
-
UNKNOWN
public static final AffiliateLocationPlaceholderFieldEnum.AffiliateLocationPlaceholderField UNKNOWN
Used for return value only. Represents value unknown in this version.
UNKNOWN = 1;
-
BUSINESS_NAME
public static final AffiliateLocationPlaceholderFieldEnum.AffiliateLocationPlaceholderField BUSINESS_NAME
Data Type: STRING. The name of the business.
BUSINESS_NAME = 2;
-
ADDRESS_LINE_1
public static final AffiliateLocationPlaceholderFieldEnum.AffiliateLocationPlaceholderField ADDRESS_LINE_1
Data Type: STRING. Line 1 of the business address.
ADDRESS_LINE_1 = 3;
-
ADDRESS_LINE_2
public static final AffiliateLocationPlaceholderFieldEnum.AffiliateLocationPlaceholderField ADDRESS_LINE_2
Data Type: STRING. Line 2 of the business address.
ADDRESS_LINE_2 = 4;
-
CITY
public static final AffiliateLocationPlaceholderFieldEnum.AffiliateLocationPlaceholderField CITY
Data Type: STRING. City of the business address.
CITY = 5;
-
PROVINCE
public static final AffiliateLocationPlaceholderFieldEnum.AffiliateLocationPlaceholderField PROVINCE
Data Type: STRING. Province of the business address.
PROVINCE = 6;
-
POSTAL_CODE
public static final AffiliateLocationPlaceholderFieldEnum.AffiliateLocationPlaceholderField POSTAL_CODE
Data Type: STRING. Postal code of the business address.
POSTAL_CODE = 7;
-
COUNTRY_CODE
public static final AffiliateLocationPlaceholderFieldEnum.AffiliateLocationPlaceholderField COUNTRY_CODE
Data Type: STRING. Country code of the business address.
COUNTRY_CODE = 8;
-
PHONE_NUMBER
public static final AffiliateLocationPlaceholderFieldEnum.AffiliateLocationPlaceholderField PHONE_NUMBER
Data Type: STRING. Phone number of the business.
PHONE_NUMBER = 9;
-
LANGUAGE_CODE
public static final AffiliateLocationPlaceholderFieldEnum.AffiliateLocationPlaceholderField LANGUAGE_CODE
Data Type: STRING. Language code of the business.
LANGUAGE_CODE = 10;
-
CHAIN_ID
public static final AffiliateLocationPlaceholderFieldEnum.AffiliateLocationPlaceholderField CHAIN_ID
Data Type: INT64. ID of the chain.
CHAIN_ID = 11;
-
CHAIN_NAME
public static final AffiliateLocationPlaceholderFieldEnum.AffiliateLocationPlaceholderField CHAIN_NAME
Data Type: STRING. Name of the chain.
CHAIN_NAME = 12;
-
UNRECOGNIZED
public static final AffiliateLocationPlaceholderFieldEnum.AffiliateLocationPlaceholderField 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
-
BUSINESS_NAME_VALUE
public static final int BUSINESS_NAME_VALUE
Data Type: STRING. The name of the business.
BUSINESS_NAME = 2;- See Also:
- Constant Field Values
-
ADDRESS_LINE_1_VALUE
public static final int ADDRESS_LINE_1_VALUE
Data Type: STRING. Line 1 of the business address.
ADDRESS_LINE_1 = 3;- See Also:
- Constant Field Values
-
ADDRESS_LINE_2_VALUE
public static final int ADDRESS_LINE_2_VALUE
Data Type: STRING. Line 2 of the business address.
ADDRESS_LINE_2 = 4;- See Also:
- Constant Field Values
-
CITY_VALUE
public static final int CITY_VALUE
Data Type: STRING. City of the business address.
CITY = 5;- See Also:
- Constant Field Values
-
PROVINCE_VALUE
public static final int PROVINCE_VALUE
Data Type: STRING. Province of the business address.
PROVINCE = 6;- See Also:
- Constant Field Values
-
POSTAL_CODE_VALUE
public static final int POSTAL_CODE_VALUE
Data Type: STRING. Postal code of the business address.
POSTAL_CODE = 7;- See Also:
- Constant Field Values
-
COUNTRY_CODE_VALUE
public static final int COUNTRY_CODE_VALUE
Data Type: STRING. Country code of the business address.
COUNTRY_CODE = 8;- See Also:
- Constant Field Values
-
PHONE_NUMBER_VALUE
public static final int PHONE_NUMBER_VALUE
Data Type: STRING. Phone number of the business.
PHONE_NUMBER = 9;- See Also:
- Constant Field Values
-
LANGUAGE_CODE_VALUE
public static final int LANGUAGE_CODE_VALUE
Data Type: STRING. Language code of the business.
LANGUAGE_CODE = 10;- See Also:
- Constant Field Values
-
CHAIN_ID_VALUE
public static final int CHAIN_ID_VALUE
Data Type: INT64. ID of the chain.
CHAIN_ID = 11;- See Also:
- Constant Field Values
-
CHAIN_NAME_VALUE
public static final int CHAIN_NAME_VALUE
Data Type: STRING. Name of the chain.
CHAIN_NAME = 12;- See Also:
- Constant Field Values
-
-
Method Detail
-
values
public static AffiliateLocationPlaceholderFieldEnum.AffiliateLocationPlaceholderField[] 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 (AffiliateLocationPlaceholderFieldEnum.AffiliateLocationPlaceholderField c : AffiliateLocationPlaceholderFieldEnum.AffiliateLocationPlaceholderField.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static AffiliateLocationPlaceholderFieldEnum.AffiliateLocationPlaceholderField 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 AffiliateLocationPlaceholderFieldEnum.AffiliateLocationPlaceholderField 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 AffiliateLocationPlaceholderFieldEnum.AffiliateLocationPlaceholderField 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<AffiliateLocationPlaceholderFieldEnum.AffiliateLocationPlaceholderField> 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 AffiliateLocationPlaceholderFieldEnum.AffiliateLocationPlaceholderField 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
-
-