Enum EducationPlaceholderFieldEnum.EducationPlaceholderField
- java.lang.Object
-
- java.lang.Enum<EducationPlaceholderFieldEnum.EducationPlaceholderField>
-
- com.google.ads.googleads.v10.enums.EducationPlaceholderFieldEnum.EducationPlaceholderField
-
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,com.google.protobuf.ProtocolMessageEnum,java.io.Serializable,java.lang.Comparable<EducationPlaceholderFieldEnum.EducationPlaceholderField>
- Enclosing class:
- EducationPlaceholderFieldEnum
public static enum EducationPlaceholderFieldEnum.EducationPlaceholderField extends java.lang.Enum<EducationPlaceholderFieldEnum.EducationPlaceholderField> implements com.google.protobuf.ProtocolMessageEnum
Possible values for Education placeholder fields.
Protobuf enumgoogle.ads.googleads.v10.enums.EducationPlaceholderFieldEnum.EducationPlaceholderField
-
-
Enum Constant Summary
Enum Constants Enum Constant Description ADDRESSData Type: STRING.ALTERNATIVE_THUMBNAIL_IMAGE_URLData Type: URL.ANDROID_APP_LINKData Type: STRING.AREA_OF_STUDYData Type: STRING.CONTEXTUAL_KEYWORDSData Type: STRING_LIST.FINAL_MOBILE_URLSData Type: URL_LIST.FINAL_URLSData Type: URL_LIST.IOS_APP_LINKData Type: STRING.IOS_APP_STORE_IDData Type: INT64.LOCATION_IDData Type: STRING.PROGRAM_DESCRIPTIONData Type: STRING.PROGRAM_IDData Type: STRING.PROGRAM_NAMEData Type: STRING.SCHOOL_NAMEData Type: STRING.SIMILAR_PROGRAM_IDSData Type: STRING_LIST.THUMBNAIL_IMAGE_URLData Type: URL.TRACKING_URLData Type: URL.UNKNOWNUsed for return value only.UNRECOGNIZEDUNSPECIFIEDNot specified.
-
Field Summary
Fields Modifier and Type Field Description static intADDRESS_VALUEData Type: STRING.static intALTERNATIVE_THUMBNAIL_IMAGE_URL_VALUEData Type: URL.static intANDROID_APP_LINK_VALUEData Type: STRING.static intAREA_OF_STUDY_VALUEData Type: STRING.static intCONTEXTUAL_KEYWORDS_VALUEData Type: STRING_LIST.static intFINAL_MOBILE_URLS_VALUEData Type: URL_LIST.static intFINAL_URLS_VALUEData Type: URL_LIST.static intIOS_APP_LINK_VALUEData Type: STRING.static intIOS_APP_STORE_ID_VALUEData Type: INT64.static intLOCATION_ID_VALUEData Type: STRING.static intPROGRAM_DESCRIPTION_VALUEData Type: STRING.static intPROGRAM_ID_VALUEData Type: STRING.static intPROGRAM_NAME_VALUEData Type: STRING.static intSCHOOL_NAME_VALUEData Type: STRING.static intSIMILAR_PROGRAM_IDS_VALUEData Type: STRING_LIST.static intTHUMBNAIL_IMAGE_URL_VALUEData Type: URL.static intTRACKING_URL_VALUEData Type: URL.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 EducationPlaceholderFieldEnum.EducationPlaceholderFieldforNumber(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<EducationPlaceholderFieldEnum.EducationPlaceholderField>internalGetValueMap()static EducationPlaceholderFieldEnum.EducationPlaceholderFieldvalueOf(int value)Deprecated.static EducationPlaceholderFieldEnum.EducationPlaceholderFieldvalueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static EducationPlaceholderFieldEnum.EducationPlaceholderFieldvalueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static EducationPlaceholderFieldEnum.EducationPlaceholderField[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
UNSPECIFIED
public static final EducationPlaceholderFieldEnum.EducationPlaceholderField UNSPECIFIED
Not specified.
UNSPECIFIED = 0;
-
UNKNOWN
public static final EducationPlaceholderFieldEnum.EducationPlaceholderField UNKNOWN
Used for return value only. Represents value unknown in this version.
UNKNOWN = 1;
-
PROGRAM_ID
public static final EducationPlaceholderFieldEnum.EducationPlaceholderField PROGRAM_ID
Data Type: STRING. Required. Combination of PROGRAM ID and LOCATION ID must be unique per offer.
PROGRAM_ID = 2;
-
LOCATION_ID
public static final EducationPlaceholderFieldEnum.EducationPlaceholderField LOCATION_ID
Data Type: STRING. Combination of PROGRAM ID and LOCATION ID must be unique per offer.
LOCATION_ID = 3;
-
PROGRAM_NAME
public static final EducationPlaceholderFieldEnum.EducationPlaceholderField PROGRAM_NAME
Data Type: STRING. Required. Main headline with program name to be shown in dynamic ad.
PROGRAM_NAME = 4;
-
AREA_OF_STUDY
public static final EducationPlaceholderFieldEnum.EducationPlaceholderField AREA_OF_STUDY
Data Type: STRING. Area of study that can be shown in dynamic ad.
AREA_OF_STUDY = 5;
-
PROGRAM_DESCRIPTION
public static final EducationPlaceholderFieldEnum.EducationPlaceholderField PROGRAM_DESCRIPTION
Data Type: STRING. Description of program that can be shown in dynamic ad.
PROGRAM_DESCRIPTION = 6;
-
SCHOOL_NAME
public static final EducationPlaceholderFieldEnum.EducationPlaceholderField SCHOOL_NAME
Data Type: STRING. Name of school that can be shown in dynamic ad.
SCHOOL_NAME = 7;
-
ADDRESS
public static final EducationPlaceholderFieldEnum.EducationPlaceholderField ADDRESS
Data Type: STRING. Complete school address, including postal code.
ADDRESS = 8;
-
THUMBNAIL_IMAGE_URL
public static final EducationPlaceholderFieldEnum.EducationPlaceholderField THUMBNAIL_IMAGE_URL
Data Type: URL. Image to be displayed in ads.
THUMBNAIL_IMAGE_URL = 9;
-
ALTERNATIVE_THUMBNAIL_IMAGE_URL
public static final EducationPlaceholderFieldEnum.EducationPlaceholderField ALTERNATIVE_THUMBNAIL_IMAGE_URL
Data Type: URL. Alternative hosted file of image to be used in the ad.
ALTERNATIVE_THUMBNAIL_IMAGE_URL = 10;
-
FINAL_URLS
public static final EducationPlaceholderFieldEnum.EducationPlaceholderField FINAL_URLS
Data Type: URL_LIST. Required. Final URLs to be used in ad when using Upgraded URLs; the more specific the better (e.g. the individual URL of a specific program and its location).
FINAL_URLS = 11;
-
FINAL_MOBILE_URLS
public static final EducationPlaceholderFieldEnum.EducationPlaceholderField FINAL_MOBILE_URLS
Data Type: URL_LIST. Final mobile URLs for the ad when using Upgraded URLs.
FINAL_MOBILE_URLS = 12;
-
TRACKING_URL
public static final EducationPlaceholderFieldEnum.EducationPlaceholderField TRACKING_URL
Data Type: URL. Tracking template for the ad when using Upgraded URLs.
TRACKING_URL = 13;
-
CONTEXTUAL_KEYWORDS
public static final EducationPlaceholderFieldEnum.EducationPlaceholderField CONTEXTUAL_KEYWORDS
Data Type: STRING_LIST. Keywords used for product retrieval.
CONTEXTUAL_KEYWORDS = 14;
-
ANDROID_APP_LINK
public static final EducationPlaceholderFieldEnum.EducationPlaceholderField ANDROID_APP_LINK
Data Type: STRING. Android app link. Must be formatted as: android-app://{package_id}/{scheme}/{host_path}. The components are defined as follows: package_id: app ID as specified in Google Play. scheme: the scheme to pass to the application. Can be HTTP, or a custom scheme. host_path: identifies the specific content within your application.ANDROID_APP_LINK = 15;
-
SIMILAR_PROGRAM_IDS
public static final EducationPlaceholderFieldEnum.EducationPlaceholderField SIMILAR_PROGRAM_IDS
Data Type: STRING_LIST. List of recommended program IDs to show together with this item.
SIMILAR_PROGRAM_IDS = 16;
-
IOS_APP_LINK
public static final EducationPlaceholderFieldEnum.EducationPlaceholderField IOS_APP_LINK
Data Type: STRING. iOS app link.
IOS_APP_LINK = 17;
-
IOS_APP_STORE_ID
public static final EducationPlaceholderFieldEnum.EducationPlaceholderField IOS_APP_STORE_ID
Data Type: INT64. iOS app store ID.
IOS_APP_STORE_ID = 18;
-
UNRECOGNIZED
public static final EducationPlaceholderFieldEnum.EducationPlaceholderField 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
-
PROGRAM_ID_VALUE
public static final int PROGRAM_ID_VALUE
Data Type: STRING. Required. Combination of PROGRAM ID and LOCATION ID must be unique per offer.
PROGRAM_ID = 2;- See Also:
- Constant Field Values
-
LOCATION_ID_VALUE
public static final int LOCATION_ID_VALUE
Data Type: STRING. Combination of PROGRAM ID and LOCATION ID must be unique per offer.
LOCATION_ID = 3;- See Also:
- Constant Field Values
-
PROGRAM_NAME_VALUE
public static final int PROGRAM_NAME_VALUE
Data Type: STRING. Required. Main headline with program name to be shown in dynamic ad.
PROGRAM_NAME = 4;- See Also:
- Constant Field Values
-
AREA_OF_STUDY_VALUE
public static final int AREA_OF_STUDY_VALUE
Data Type: STRING. Area of study that can be shown in dynamic ad.
AREA_OF_STUDY = 5;- See Also:
- Constant Field Values
-
PROGRAM_DESCRIPTION_VALUE
public static final int PROGRAM_DESCRIPTION_VALUE
Data Type: STRING. Description of program that can be shown in dynamic ad.
PROGRAM_DESCRIPTION = 6;- See Also:
- Constant Field Values
-
SCHOOL_NAME_VALUE
public static final int SCHOOL_NAME_VALUE
Data Type: STRING. Name of school that can be shown in dynamic ad.
SCHOOL_NAME = 7;- See Also:
- Constant Field Values
-
ADDRESS_VALUE
public static final int ADDRESS_VALUE
Data Type: STRING. Complete school address, including postal code.
ADDRESS = 8;- See Also:
- Constant Field Values
-
THUMBNAIL_IMAGE_URL_VALUE
public static final int THUMBNAIL_IMAGE_URL_VALUE
Data Type: URL. Image to be displayed in ads.
THUMBNAIL_IMAGE_URL = 9;- See Also:
- Constant Field Values
-
ALTERNATIVE_THUMBNAIL_IMAGE_URL_VALUE
public static final int ALTERNATIVE_THUMBNAIL_IMAGE_URL_VALUE
Data Type: URL. Alternative hosted file of image to be used in the ad.
ALTERNATIVE_THUMBNAIL_IMAGE_URL = 10;- See Also:
- Constant Field Values
-
FINAL_URLS_VALUE
public static final int FINAL_URLS_VALUE
Data Type: URL_LIST. Required. Final URLs to be used in ad when using Upgraded URLs; the more specific the better (e.g. the individual URL of a specific program and its location).
FINAL_URLS = 11;- See Also:
- Constant Field Values
-
FINAL_MOBILE_URLS_VALUE
public static final int FINAL_MOBILE_URLS_VALUE
Data Type: URL_LIST. Final mobile URLs for the ad when using Upgraded URLs.
FINAL_MOBILE_URLS = 12;- See Also:
- Constant Field Values
-
TRACKING_URL_VALUE
public static final int TRACKING_URL_VALUE
Data Type: URL. Tracking template for the ad when using Upgraded URLs.
TRACKING_URL = 13;- See Also:
- Constant Field Values
-
CONTEXTUAL_KEYWORDS_VALUE
public static final int CONTEXTUAL_KEYWORDS_VALUE
Data Type: STRING_LIST. Keywords used for product retrieval.
CONTEXTUAL_KEYWORDS = 14;- See Also:
- Constant Field Values
-
ANDROID_APP_LINK_VALUE
public static final int ANDROID_APP_LINK_VALUE
Data Type: STRING. Android app link. Must be formatted as: android-app://{package_id}/{scheme}/{host_path}. The components are defined as follows: package_id: app ID as specified in Google Play. scheme: the scheme to pass to the application. Can be HTTP, or a custom scheme. host_path: identifies the specific content within your application.ANDROID_APP_LINK = 15;- See Also:
- Constant Field Values
-
SIMILAR_PROGRAM_IDS_VALUE
public static final int SIMILAR_PROGRAM_IDS_VALUE
Data Type: STRING_LIST. List of recommended program IDs to show together with this item.
SIMILAR_PROGRAM_IDS = 16;- See Also:
- Constant Field Values
-
IOS_APP_LINK_VALUE
public static final int IOS_APP_LINK_VALUE
Data Type: STRING. iOS app link.
IOS_APP_LINK = 17;- See Also:
- Constant Field Values
-
IOS_APP_STORE_ID_VALUE
public static final int IOS_APP_STORE_ID_VALUE
Data Type: INT64. iOS app store ID.
IOS_APP_STORE_ID = 18;- See Also:
- Constant Field Values
-
-
Method Detail
-
values
public static EducationPlaceholderFieldEnum.EducationPlaceholderField[] 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 (EducationPlaceholderFieldEnum.EducationPlaceholderField c : EducationPlaceholderFieldEnum.EducationPlaceholderField.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static EducationPlaceholderFieldEnum.EducationPlaceholderField 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 EducationPlaceholderFieldEnum.EducationPlaceholderField 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 EducationPlaceholderFieldEnum.EducationPlaceholderField 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<EducationPlaceholderFieldEnum.EducationPlaceholderField> 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 EducationPlaceholderFieldEnum.EducationPlaceholderField 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
-
-