Interface DynamicJobsAssetOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    DynamicJobsAsset, DynamicJobsAsset.Builder

    public interface DynamicJobsAssetOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • getJobId

        java.lang.String getJobId()
         Required. Job ID which can be any sequence of letters and digits, and must be
         unique and match the values of remarketing tag. Required.
         
        string job_id = 1 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The jobId.
      • getJobIdBytes

        com.google.protobuf.ByteString getJobIdBytes()
         Required. Job ID which can be any sequence of letters and digits, and must be
         unique and match the values of remarketing tag. Required.
         
        string job_id = 1 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The bytes for jobId.
      • getLocationId

        java.lang.String getLocationId()
         Location ID which can be any sequence of letters and digits. The ID
         sequence (job ID + location ID) must be unique.
         
        string location_id = 2;
        Returns:
        The locationId.
      • getLocationIdBytes

        com.google.protobuf.ByteString getLocationIdBytes()
         Location ID which can be any sequence of letters and digits. The ID
         sequence (job ID + location ID) must be unique.
         
        string location_id = 2;
        Returns:
        The bytes for locationId.
      • getJobTitle

        java.lang.String getJobTitle()
         Required. Job title, e.g. Software engineer. Required.
         
        string job_title = 3 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The jobTitle.
      • getJobTitleBytes

        com.google.protobuf.ByteString getJobTitleBytes()
         Required. Job title, e.g. Software engineer. Required.
         
        string job_title = 3 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The bytes for jobTitle.
      • getJobSubtitle

        java.lang.String getJobSubtitle()
         Job subtitle, e.g. Level II.
         
        string job_subtitle = 4;
        Returns:
        The jobSubtitle.
      • getJobSubtitleBytes

        com.google.protobuf.ByteString getJobSubtitleBytes()
         Job subtitle, e.g. Level II.
         
        string job_subtitle = 4;
        Returns:
        The bytes for jobSubtitle.
      • getDescription

        java.lang.String getDescription()
         Description, e.g. Apply your technical skills.
         
        string description = 5;
        Returns:
        The description.
      • getDescriptionBytes

        com.google.protobuf.ByteString getDescriptionBytes()
         Description, e.g. Apply your technical skills.
         
        string description = 5;
        Returns:
        The bytes for description.
      • getImageUrl

        java.lang.String getImageUrl()
         Image URL, e.g. http://www.example.com/image.png. The image will not be
         uploaded as image asset.
         
        string image_url = 6;
        Returns:
        The imageUrl.
      • getImageUrlBytes

        com.google.protobuf.ByteString getImageUrlBytes()
         Image URL, e.g. http://www.example.com/image.png. The image will not be
         uploaded as image asset.
         
        string image_url = 6;
        Returns:
        The bytes for imageUrl.
      • getJobCategory

        java.lang.String getJobCategory()
         Job category, e.g. Technical.
         
        string job_category = 7;
        Returns:
        The jobCategory.
      • getJobCategoryBytes

        com.google.protobuf.ByteString getJobCategoryBytes()
         Job category, e.g. Technical.
         
        string job_category = 7;
        Returns:
        The bytes for jobCategory.
      • getContextualKeywordsList

        java.util.List<java.lang.String> getContextualKeywordsList()
         Contextual keywords, e.g. Software engineering job.
         
        repeated string contextual_keywords = 8;
        Returns:
        A list containing the contextualKeywords.
      • getContextualKeywordsCount

        int getContextualKeywordsCount()
         Contextual keywords, e.g. Software engineering job.
         
        repeated string contextual_keywords = 8;
        Returns:
        The count of contextualKeywords.
      • getContextualKeywords

        java.lang.String getContextualKeywords​(int index)
         Contextual keywords, e.g. Software engineering job.
         
        repeated string contextual_keywords = 8;
        Parameters:
        index - The index of the element to return.
        Returns:
        The contextualKeywords at the given index.
      • getContextualKeywordsBytes

        com.google.protobuf.ByteString getContextualKeywordsBytes​(int index)
         Contextual keywords, e.g. Software engineering job.
         
        repeated string contextual_keywords = 8;
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the contextualKeywords at the given index.
      • getAddress

        java.lang.String getAddress()
         Address which can be specified in one of the following formats.
         (1) City, state, code, country, e.g. Mountain View, CA, USA.
         (2) Full address, e.g. 123 Boulevard St, Mountain View, CA 94043.
         (3) Latitude-longitude in the DDD format, e.g. 41.40338, 2.17403.
         
        string address = 9;
        Returns:
        The address.
      • getAddressBytes

        com.google.protobuf.ByteString getAddressBytes()
         Address which can be specified in one of the following formats.
         (1) City, state, code, country, e.g. Mountain View, CA, USA.
         (2) Full address, e.g. 123 Boulevard St, Mountain View, CA 94043.
         (3) Latitude-longitude in the DDD format, e.g. 41.40338, 2.17403.
         
        string address = 9;
        Returns:
        The bytes for address.
      • getSalary

        java.lang.String getSalary()
         Salary, e.g. $100,000.
         
        string salary = 10;
        Returns:
        The salary.
      • getSalaryBytes

        com.google.protobuf.ByteString getSalaryBytes()
         Salary, e.g. $100,000.
         
        string salary = 10;
        Returns:
        The bytes for salary.
      • getAndroidAppLink

        java.lang.String getAndroidAppLink()
         Android deep link, e.g.
         android-app://com.example.android/http/example.com/gizmos?1234.
         
        string android_app_link = 11;
        Returns:
        The androidAppLink.
      • getAndroidAppLinkBytes

        com.google.protobuf.ByteString getAndroidAppLinkBytes()
         Android deep link, e.g.
         android-app://com.example.android/http/example.com/gizmos?1234.
         
        string android_app_link = 11;
        Returns:
        The bytes for androidAppLink.
      • getSimilarJobIdsList

        java.util.List<java.lang.String> getSimilarJobIdsList()
         Similar job IDs, e.g. 1275.
         
        repeated string similar_job_ids = 12;
        Returns:
        A list containing the similarJobIds.
      • getSimilarJobIdsCount

        int getSimilarJobIdsCount()
         Similar job IDs, e.g. 1275.
         
        repeated string similar_job_ids = 12;
        Returns:
        The count of similarJobIds.
      • getSimilarJobIds

        java.lang.String getSimilarJobIds​(int index)
         Similar job IDs, e.g. 1275.
         
        repeated string similar_job_ids = 12;
        Parameters:
        index - The index of the element to return.
        Returns:
        The similarJobIds at the given index.
      • getSimilarJobIdsBytes

        com.google.protobuf.ByteString getSimilarJobIdsBytes​(int index)
         Similar job IDs, e.g. 1275.
         
        repeated string similar_job_ids = 12;
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the similarJobIds at the given index.
      • getIosAppLink

        java.lang.String getIosAppLink()
         iOS deep link, e.g. exampleApp://content/page.
         
        string ios_app_link = 13;
        Returns:
        The iosAppLink.
      • getIosAppLinkBytes

        com.google.protobuf.ByteString getIosAppLinkBytes()
         iOS deep link, e.g. exampleApp://content/page.
         
        string ios_app_link = 13;
        Returns:
        The bytes for iosAppLink.
      • getIosAppStoreId

        long getIosAppStoreId()
         iOS app store ID. This is used to check if the user has the app installed
         on their device before deep linking. If this field is set, then the
         ios_app_link field must also be present.
         
        int64 ios_app_store_id = 14;
        Returns:
        The iosAppStoreId.