Enum AttributeFieldMapping.FieldCase
- java.lang.Object
-
- java.lang.Enum<AttributeFieldMapping.FieldCase>
-
- com.google.ads.googleads.v10.resources.AttributeFieldMapping.FieldCase
-
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,java.io.Serializable,java.lang.Comparable<AttributeFieldMapping.FieldCase>
- Enclosing class:
- AttributeFieldMapping
public static enum AttributeFieldMapping.FieldCase extends java.lang.Enum<AttributeFieldMapping.FieldCase> implements com.google.protobuf.Internal.EnumLite
-
-
Enum Constant Summary
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static AttributeFieldMapping.FieldCaseforNumber(int value)intgetNumber()static AttributeFieldMapping.FieldCasevalueOf(int value)Deprecated.static AttributeFieldMapping.FieldCasevalueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static AttributeFieldMapping.FieldCase[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
SITELINK_FIELD
public static final AttributeFieldMapping.FieldCase SITELINK_FIELD
-
CALL_FIELD
public static final AttributeFieldMapping.FieldCase CALL_FIELD
-
APP_FIELD
public static final AttributeFieldMapping.FieldCase APP_FIELD
-
LOCATION_FIELD
public static final AttributeFieldMapping.FieldCase LOCATION_FIELD
-
AFFILIATE_LOCATION_FIELD
public static final AttributeFieldMapping.FieldCase AFFILIATE_LOCATION_FIELD
-
CALLOUT_FIELD
public static final AttributeFieldMapping.FieldCase CALLOUT_FIELD
-
STRUCTURED_SNIPPET_FIELD
public static final AttributeFieldMapping.FieldCase STRUCTURED_SNIPPET_FIELD
-
MESSAGE_FIELD
public static final AttributeFieldMapping.FieldCase MESSAGE_FIELD
-
PRICE_FIELD
public static final AttributeFieldMapping.FieldCase PRICE_FIELD
-
PROMOTION_FIELD
public static final AttributeFieldMapping.FieldCase PROMOTION_FIELD
-
AD_CUSTOMIZER_FIELD
public static final AttributeFieldMapping.FieldCase AD_CUSTOMIZER_FIELD
-
DSA_PAGE_FEED_FIELD
public static final AttributeFieldMapping.FieldCase DSA_PAGE_FEED_FIELD
-
LOCATION_EXTENSION_TARGETING_FIELD
public static final AttributeFieldMapping.FieldCase LOCATION_EXTENSION_TARGETING_FIELD
-
EDUCATION_FIELD
public static final AttributeFieldMapping.FieldCase EDUCATION_FIELD
-
FLIGHT_FIELD
public static final AttributeFieldMapping.FieldCase FLIGHT_FIELD
-
CUSTOM_FIELD
public static final AttributeFieldMapping.FieldCase CUSTOM_FIELD
-
HOTEL_FIELD
public static final AttributeFieldMapping.FieldCase HOTEL_FIELD
-
REAL_ESTATE_FIELD
public static final AttributeFieldMapping.FieldCase REAL_ESTATE_FIELD
-
TRAVEL_FIELD
public static final AttributeFieldMapping.FieldCase TRAVEL_FIELD
-
LOCAL_FIELD
public static final AttributeFieldMapping.FieldCase LOCAL_FIELD
-
JOB_FIELD
public static final AttributeFieldMapping.FieldCase JOB_FIELD
-
IMAGE_FIELD
public static final AttributeFieldMapping.FieldCase IMAGE_FIELD
-
FIELD_NOT_SET
public static final AttributeFieldMapping.FieldCase FIELD_NOT_SET
-
-
Method Detail
-
values
public static AttributeFieldMapping.FieldCase[] 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 (AttributeFieldMapping.FieldCase c : AttributeFieldMapping.FieldCase.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static AttributeFieldMapping.FieldCase 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 AttributeFieldMapping.FieldCase 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 AttributeFieldMapping.FieldCase forNumber(int value)
-
getNumber
public int getNumber()
- Specified by:
getNumberin interfacecom.google.protobuf.Internal.EnumLite
-
-