Enum Class EducationPlaceholderFieldEnum.EducationPlaceholderField

java.lang.Object
java.lang.Enum<EducationPlaceholderFieldEnum.EducationPlaceholderField>
com.google.ads.googleads.v18.enums.EducationPlaceholderFieldEnum.EducationPlaceholderField
All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite, com.google.protobuf.ProtocolMessageEnum, Serializable, Comparable<EducationPlaceholderFieldEnum.EducationPlaceholderField>, Constable
Enclosing class:
EducationPlaceholderFieldEnum

public static enum EducationPlaceholderFieldEnum.EducationPlaceholderField extends Enum<EducationPlaceholderFieldEnum.EducationPlaceholderField> implements com.google.protobuf.ProtocolMessageEnum
 Possible values for Education placeholder fields.
 
Protobuf enum google.ads.googleads.v18.enums.EducationPlaceholderFieldEnum.EducationPlaceholderField
  • Enum Constant Details

  • Field Details

    • UNSPECIFIED_VALUE

      public static final int UNSPECIFIED_VALUE
       Not specified.
       
      UNSPECIFIED = 0;
      See Also:
    • UNKNOWN_VALUE

      public static final int UNKNOWN_VALUE
       Used for return value only. Represents value unknown in this version.
       
      UNKNOWN = 1;
      See Also:
    • 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:
    • 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:
    • 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:
    • 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:
    • 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:
    • 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:
    • ADDRESS_VALUE

      public static final int ADDRESS_VALUE
       Data Type: STRING. Complete school address, including postal code.
       
      ADDRESS = 8;
      See Also:
    • 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:
    • 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:
    • 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 (for example, the individual
       URL of a specific program and its location).
       
      FINAL_URLS = 11;
      See Also:
    • 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:
    • 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:
    • CONTEXTUAL_KEYWORDS_VALUE

      public static final int CONTEXTUAL_KEYWORDS_VALUE
       Data Type: STRING_LIST. Keywords used for product retrieval.
       
      CONTEXTUAL_KEYWORDS = 14;
      See Also:
    • 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:
    • 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:
  • 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 name
      NullPointerException - if the argument is null
    • getNumber

      public final int getNumber()
      Specified by:
      getNumber in interface com.google.protobuf.Internal.EnumLite
      Specified by:
      getNumber in interface com.google.protobuf.ProtocolMessageEnum
    • valueOf

      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 name
      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:
      getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnum
    • getDescriptorForType

      public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
      Specified by:
      getDescriptorForType in interface com.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 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 name
      NullPointerException - if the argument is null