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 Summary

    Modifier and Type
    Method
    Description
    Address which can be specified in one of the following formats.
    com.google.protobuf.ByteString
    Address which can be specified in one of the following formats.
    Android deep link, for example, android-app://com.example.android/http/example.com/gizmos?1234.
    com.google.protobuf.ByteString
    Android deep link, for example, android-app://com.example.android/http/example.com/gizmos?1234.
    Contextual keywords, for example, Software engineering job.
    com.google.protobuf.ByteString
    Contextual keywords, for example, Software engineering job.
    int
    Contextual keywords, for example, Software engineering job.
    Contextual keywords, for example, Software engineering job.
    Description, for example, Apply your technical skills.
    com.google.protobuf.ByteString
    Description, for example, Apply your technical skills.
    Image URL, for example, http://www.example.com/image.png.
    com.google.protobuf.ByteString
    Image URL, for example, http://www.example.com/image.png.
    iOS deep link, for example, exampleApp://content/page.
    com.google.protobuf.ByteString
    iOS deep link, for example, exampleApp://content/page.
    long
    iOS app store ID.
    Job category, for example, Technical.
    com.google.protobuf.ByteString
    Job category, for example, Technical.
    Required.
    com.google.protobuf.ByteString
    Required.
    Job subtitle, for example, Level II.
    com.google.protobuf.ByteString
    Job subtitle, for example, Level II.
    Required.
    com.google.protobuf.ByteString
    Required.
    Location ID which can be any sequence of letters and digits.
    com.google.protobuf.ByteString
    Location ID which can be any sequence of letters and digits.
    Salary, for example, $100,000.
    com.google.protobuf.ByteString
    Salary, for example, $100,000.
    getSimilarJobIds(int index)
    Similar job IDs, for example, 1275.
    com.google.protobuf.ByteString
    Similar job IDs, for example, 1275.
    int
    Similar job IDs, for example, 1275.
    Similar job IDs, for example, 1275.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getJobId

      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

      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

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

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

      String getJobSubtitle()
       Job subtitle, for example, Level II.
       
      string job_subtitle = 4;
      Returns:
      The jobSubtitle.
    • getJobSubtitleBytes

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

      String getDescription()
       Description, for example, Apply your technical skills.
       
      string description = 5;
      Returns:
      The description.
    • getDescriptionBytes

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

      String getImageUrl()
       Image URL, for example, 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, for example, 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

      String getJobCategory()
       Job category, for example, Technical.
       
      string job_category = 7;
      Returns:
      The jobCategory.
    • getJobCategoryBytes

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

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

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

      String getContextualKeywords(int index)
       Contextual keywords, for example, 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, for example, 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

      String getAddress()
       Address which can be specified in one of the following formats.
       (1) City, state, code, country, for example, Mountain View, CA, USA.
       (2) Full address, for example, 123 Boulevard St, Mountain View, CA 94043.
       (3) Latitude-longitude in the DDD format, for example, 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, for example, Mountain View, CA, USA.
       (2) Full address, for example, 123 Boulevard St, Mountain View, CA 94043.
       (3) Latitude-longitude in the DDD format, for example, 41.40338, 2.17403.
       
      string address = 9;
      Returns:
      The bytes for address.
    • getSalary

      String getSalary()
       Salary, for example, $100,000.
       
      string salary = 10;
      Returns:
      The salary.
    • getSalaryBytes

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

      String getAndroidAppLink()
       Android deep link, for example,
       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, for example,
       android-app://com.example.android/http/example.com/gizmos?1234.
       
      string android_app_link = 11;
      Returns:
      The bytes for androidAppLink.
    • getSimilarJobIdsList

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

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

      String getSimilarJobIds(int index)
       Similar job IDs, for example, 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, for example, 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

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

      com.google.protobuf.ByteString getIosAppLinkBytes()
       iOS deep link, for example, 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.