Enum JobPlaceholderFieldEnum.JobPlaceholderField

  • All Implemented Interfaces:
    com.google.protobuf.Internal.EnumLite, com.google.protobuf.ProtocolMessageEnum, java.io.Serializable, java.lang.Comparable<JobPlaceholderFieldEnum.JobPlaceholderField>
    Enclosing class:
    JobPlaceholderFieldEnum

    public static enum JobPlaceholderFieldEnum.JobPlaceholderField
    extends java.lang.Enum<JobPlaceholderFieldEnum.JobPlaceholderField>
    implements com.google.protobuf.ProtocolMessageEnum
     Possible values for Job placeholder fields.
     
    Protobuf enum google.ads.googleads.v10.enums.JobPlaceholderFieldEnum.JobPlaceholderField
    • 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
      • JOB_ID_VALUE

        public static final int JOB_ID_VALUE
         Data Type: STRING. Required. If only JOB_ID is specified, then it must be
         unique. If both JOB_ID and LOCATION_ID are specified, then the
         pair must be unique.
         ID) pair must be unique.
         
        JOB_ID = 2;
        See Also:
        Constant Field Values
      • LOCATION_ID_VALUE

        public static final int LOCATION_ID_VALUE
         Data Type: STRING. Combination of JOB_ID and LOCATION_ID must be unique
         per offer.
         
        LOCATION_ID = 3;
        See Also:
        Constant Field Values
      • TITLE_VALUE

        public static final int TITLE_VALUE
         Data Type: STRING. Required. Main headline with job title to be shown in
         dynamic ad.
         
        TITLE = 4;
        See Also:
        Constant Field Values
      • SUBTITLE_VALUE

        public static final int SUBTITLE_VALUE
         Data Type: STRING. Job subtitle to be shown in dynamic ad.
         
        SUBTITLE = 5;
        See Also:
        Constant Field Values
      • DESCRIPTION_VALUE

        public static final int DESCRIPTION_VALUE
         Data Type: STRING. Description of job to be shown in dynamic ad.
         
        DESCRIPTION = 6;
        See Also:
        Constant Field Values
      • IMAGE_URL_VALUE

        public static final int IMAGE_URL_VALUE
         Data Type: URL. Image to be displayed in the ad. Highly recommended for
         image ads.
         
        IMAGE_URL = 7;
        See Also:
        Constant Field Values
      • CATEGORY_VALUE

        public static final int CATEGORY_VALUE
         Data Type: STRING. Category of property used to group like items together
         for recommendation engine.
         
        CATEGORY = 8;
        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 = 9;
        See Also:
        Constant Field Values
      • ADDRESS_VALUE

        public static final int ADDRESS_VALUE
         Data Type: STRING. Complete property address, including postal code.
         
        ADDRESS = 10;
        See Also:
        Constant Field Values
      • SALARY_VALUE

        public static final int SALARY_VALUE
         Data Type: STRING. Salary or salary range of job to be shown in dynamic
         ad.
         
        SALARY = 11;
        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 job and its location).
         
        FINAL_URLS = 12;
        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 = 14;
        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 = 15;
        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 = 16;
        See Also:
        Constant Field Values
      • SIMILAR_JOB_IDS_VALUE

        public static final int SIMILAR_JOB_IDS_VALUE
         Data Type: STRING_LIST. List of recommended job IDs to show together with
         this item.
         
        SIMILAR_JOB_IDS = 17;
        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 = 18;
        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 = 19;
        See Also:
        Constant Field Values
    • Method Detail

      • values

        public static JobPlaceholderFieldEnum.JobPlaceholderField[] 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 (JobPlaceholderFieldEnum.JobPlaceholderField c : JobPlaceholderFieldEnum.JobPlaceholderField.values())
            System.out.println(c);
        
        Returns:
        an array containing the constants of this enum type, in the order they are declared
      • valueOf

        public static JobPlaceholderFieldEnum.JobPlaceholderField 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 name
        java.lang.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
        public static JobPlaceholderFieldEnum.JobPlaceholderField 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 name
        java.lang.NullPointerException - if the argument is null
      • forNumber

        public static JobPlaceholderFieldEnum.JobPlaceholderField forNumber​(int value)
        Parameters:
        value - The numeric wire value of the corresponding enum entry.
        Returns:
        The enum associated with the given numeric wire value.
      • 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 JobPlaceholderFieldEnum.JobPlaceholderField 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 name
        java.lang.NullPointerException - if the argument is null