Class DynamicJobsAsset.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderT>
com.google.protobuf.GeneratedMessageV3.Builder<DynamicJobsAsset.Builder>
com.google.ads.googleads.v18.common.DynamicJobsAsset.Builder
All Implemented Interfaces:
DynamicJobsAssetOrBuilder, com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable
Enclosing class:
DynamicJobsAsset

public static final class DynamicJobsAsset.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<DynamicJobsAsset.Builder> implements DynamicJobsAssetOrBuilder
 A dynamic jobs asset.
 
Protobuf type google.ads.googleads.v18.common.DynamicJobsAsset
  • Method Details

    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<DynamicJobsAsset.Builder>
    • clear

      public DynamicJobsAsset.Builder clear()
      Specified by:
      clear in interface com.google.protobuf.Message.Builder
      Specified by:
      clear in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      clear in class com.google.protobuf.GeneratedMessageV3.Builder<DynamicJobsAsset.Builder>
    • getDescriptorForType

      public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
      Specified by:
      getDescriptorForType in interface com.google.protobuf.Message.Builder
      Specified by:
      getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
      Overrides:
      getDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<DynamicJobsAsset.Builder>
    • getDefaultInstanceForType

      public DynamicJobsAsset getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
    • build

      public DynamicJobsAsset build()
      Specified by:
      build in interface com.google.protobuf.Message.Builder
      Specified by:
      build in interface com.google.protobuf.MessageLite.Builder
    • buildPartial

      public DynamicJobsAsset buildPartial()
      Specified by:
      buildPartial in interface com.google.protobuf.Message.Builder
      Specified by:
      buildPartial in interface com.google.protobuf.MessageLite.Builder
    • clone

      public DynamicJobsAsset.Builder clone()
      Specified by:
      clone in interface com.google.protobuf.Message.Builder
      Specified by:
      clone in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      clone in class com.google.protobuf.GeneratedMessageV3.Builder<DynamicJobsAsset.Builder>
    • setField

      public DynamicJobsAsset.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
      Specified by:
      setField in interface com.google.protobuf.Message.Builder
      Overrides:
      setField in class com.google.protobuf.GeneratedMessageV3.Builder<DynamicJobsAsset.Builder>
    • clearField

      public DynamicJobsAsset.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
      Specified by:
      clearField in interface com.google.protobuf.Message.Builder
      Overrides:
      clearField in class com.google.protobuf.GeneratedMessageV3.Builder<DynamicJobsAsset.Builder>
    • clearOneof

      public DynamicJobsAsset.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
      Specified by:
      clearOneof in interface com.google.protobuf.Message.Builder
      Overrides:
      clearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<DynamicJobsAsset.Builder>
    • setRepeatedField

      public DynamicJobsAsset.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
      Specified by:
      setRepeatedField in interface com.google.protobuf.Message.Builder
      Overrides:
      setRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<DynamicJobsAsset.Builder>
    • addRepeatedField

      public DynamicJobsAsset.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
      Specified by:
      addRepeatedField in interface com.google.protobuf.Message.Builder
      Overrides:
      addRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<DynamicJobsAsset.Builder>
    • mergeFrom

      public DynamicJobsAsset.Builder mergeFrom(com.google.protobuf.Message other)
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<DynamicJobsAsset.Builder>
    • mergeFrom

      public DynamicJobsAsset.Builder mergeFrom(DynamicJobsAsset other)
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<DynamicJobsAsset.Builder>
    • mergeFrom

      public DynamicJobsAsset.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Specified by:
      mergeFrom in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<DynamicJobsAsset.Builder>
      Throws:
      IOException
    • getJobId

      public 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];
      Specified by:
      getJobId in interface DynamicJobsAssetOrBuilder
      Returns:
      The jobId.
    • getJobIdBytes

      public 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];
      Specified by:
      getJobIdBytes in interface DynamicJobsAssetOrBuilder
      Returns:
      The bytes for jobId.
    • setJobId

      public DynamicJobsAsset.Builder setJobId(String value)
       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];
      Parameters:
      value - The jobId to set.
      Returns:
      This builder for chaining.
    • clearJobId

      public DynamicJobsAsset.Builder clearJobId()
       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:
      This builder for chaining.
    • setJobIdBytes

      public DynamicJobsAsset.Builder setJobIdBytes(com.google.protobuf.ByteString value)
       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];
      Parameters:
      value - The bytes for jobId to set.
      Returns:
      This builder for chaining.
    • getLocationId

      public 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;
      Specified by:
      getLocationId in interface DynamicJobsAssetOrBuilder
      Returns:
      The locationId.
    • getLocationIdBytes

      public 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;
      Specified by:
      getLocationIdBytes in interface DynamicJobsAssetOrBuilder
      Returns:
      The bytes for locationId.
    • setLocationId

      public DynamicJobsAsset.Builder setLocationId(String value)
       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;
      Parameters:
      value - The locationId to set.
      Returns:
      This builder for chaining.
    • clearLocationId

      public DynamicJobsAsset.Builder clearLocationId()
       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:
      This builder for chaining.
    • setLocationIdBytes

      public DynamicJobsAsset.Builder setLocationIdBytes(com.google.protobuf.ByteString value)
       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;
      Parameters:
      value - The bytes for locationId to set.
      Returns:
      This builder for chaining.
    • getJobTitle

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

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

      public DynamicJobsAsset.Builder setJobTitle(String value)
       Required. Job title, for example, Software engineer. Required.
       
      string job_title = 3 [(.google.api.field_behavior) = REQUIRED];
      Parameters:
      value - The jobTitle to set.
      Returns:
      This builder for chaining.
    • clearJobTitle

      public DynamicJobsAsset.Builder clearJobTitle()
       Required. Job title, for example, Software engineer. Required.
       
      string job_title = 3 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      This builder for chaining.
    • setJobTitleBytes

      public DynamicJobsAsset.Builder setJobTitleBytes(com.google.protobuf.ByteString value)
       Required. Job title, for example, Software engineer. Required.
       
      string job_title = 3 [(.google.api.field_behavior) = REQUIRED];
      Parameters:
      value - The bytes for jobTitle to set.
      Returns:
      This builder for chaining.
    • getJobSubtitle

      public String getJobSubtitle()
       Job subtitle, for example, Level II.
       
      string job_subtitle = 4;
      Specified by:
      getJobSubtitle in interface DynamicJobsAssetOrBuilder
      Returns:
      The jobSubtitle.
    • getJobSubtitleBytes

      public com.google.protobuf.ByteString getJobSubtitleBytes()
       Job subtitle, for example, Level II.
       
      string job_subtitle = 4;
      Specified by:
      getJobSubtitleBytes in interface DynamicJobsAssetOrBuilder
      Returns:
      The bytes for jobSubtitle.
    • setJobSubtitle

      public DynamicJobsAsset.Builder setJobSubtitle(String value)
       Job subtitle, for example, Level II.
       
      string job_subtitle = 4;
      Parameters:
      value - The jobSubtitle to set.
      Returns:
      This builder for chaining.
    • clearJobSubtitle

      public DynamicJobsAsset.Builder clearJobSubtitle()
       Job subtitle, for example, Level II.
       
      string job_subtitle = 4;
      Returns:
      This builder for chaining.
    • setJobSubtitleBytes

      public DynamicJobsAsset.Builder setJobSubtitleBytes(com.google.protobuf.ByteString value)
       Job subtitle, for example, Level II.
       
      string job_subtitle = 4;
      Parameters:
      value - The bytes for jobSubtitle to set.
      Returns:
      This builder for chaining.
    • getDescription

      public String getDescription()
       Description, for example, Apply your technical skills.
       
      string description = 5;
      Specified by:
      getDescription in interface DynamicJobsAssetOrBuilder
      Returns:
      The description.
    • getDescriptionBytes

      public com.google.protobuf.ByteString getDescriptionBytes()
       Description, for example, Apply your technical skills.
       
      string description = 5;
      Specified by:
      getDescriptionBytes in interface DynamicJobsAssetOrBuilder
      Returns:
      The bytes for description.
    • setDescription

      public DynamicJobsAsset.Builder setDescription(String value)
       Description, for example, Apply your technical skills.
       
      string description = 5;
      Parameters:
      value - The description to set.
      Returns:
      This builder for chaining.
    • clearDescription

      public DynamicJobsAsset.Builder clearDescription()
       Description, for example, Apply your technical skills.
       
      string description = 5;
      Returns:
      This builder for chaining.
    • setDescriptionBytes

      public DynamicJobsAsset.Builder setDescriptionBytes(com.google.protobuf.ByteString value)
       Description, for example, Apply your technical skills.
       
      string description = 5;
      Parameters:
      value - The bytes for description to set.
      Returns:
      This builder for chaining.
    • getImageUrl

      public 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;
      Specified by:
      getImageUrl in interface DynamicJobsAssetOrBuilder
      Returns:
      The imageUrl.
    • getImageUrlBytes

      public 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;
      Specified by:
      getImageUrlBytes in interface DynamicJobsAssetOrBuilder
      Returns:
      The bytes for imageUrl.
    • setImageUrl

      public DynamicJobsAsset.Builder setImageUrl(String value)
       Image URL, for example, http://www.example.com/image.png. The image will
       not be uploaded as image asset.
       
      string image_url = 6;
      Parameters:
      value - The imageUrl to set.
      Returns:
      This builder for chaining.
    • clearImageUrl

      public DynamicJobsAsset.Builder clearImageUrl()
       Image URL, for example, http://www.example.com/image.png. The image will
       not be uploaded as image asset.
       
      string image_url = 6;
      Returns:
      This builder for chaining.
    • setImageUrlBytes

      public DynamicJobsAsset.Builder setImageUrlBytes(com.google.protobuf.ByteString value)
       Image URL, for example, http://www.example.com/image.png. The image will
       not be uploaded as image asset.
       
      string image_url = 6;
      Parameters:
      value - The bytes for imageUrl to set.
      Returns:
      This builder for chaining.
    • getJobCategory

      public String getJobCategory()
       Job category, for example, Technical.
       
      string job_category = 7;
      Specified by:
      getJobCategory in interface DynamicJobsAssetOrBuilder
      Returns:
      The jobCategory.
    • getJobCategoryBytes

      public com.google.protobuf.ByteString getJobCategoryBytes()
       Job category, for example, Technical.
       
      string job_category = 7;
      Specified by:
      getJobCategoryBytes in interface DynamicJobsAssetOrBuilder
      Returns:
      The bytes for jobCategory.
    • setJobCategory

      public DynamicJobsAsset.Builder setJobCategory(String value)
       Job category, for example, Technical.
       
      string job_category = 7;
      Parameters:
      value - The jobCategory to set.
      Returns:
      This builder for chaining.
    • clearJobCategory

      public DynamicJobsAsset.Builder clearJobCategory()
       Job category, for example, Technical.
       
      string job_category = 7;
      Returns:
      This builder for chaining.
    • setJobCategoryBytes

      public DynamicJobsAsset.Builder setJobCategoryBytes(com.google.protobuf.ByteString value)
       Job category, for example, Technical.
       
      string job_category = 7;
      Parameters:
      value - The bytes for jobCategory to set.
      Returns:
      This builder for chaining.
    • getContextualKeywordsList

      public com.google.protobuf.ProtocolStringList getContextualKeywordsList()
       Contextual keywords, for example, Software engineering job.
       
      repeated string contextual_keywords = 8;
      Specified by:
      getContextualKeywordsList in interface DynamicJobsAssetOrBuilder
      Returns:
      A list containing the contextualKeywords.
    • getContextualKeywordsCount

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

      public String getContextualKeywords(int index)
       Contextual keywords, for example, Software engineering job.
       
      repeated string contextual_keywords = 8;
      Specified by:
      getContextualKeywords in interface DynamicJobsAssetOrBuilder
      Parameters:
      index - The index of the element to return.
      Returns:
      The contextualKeywords at the given index.
    • getContextualKeywordsBytes

      public com.google.protobuf.ByteString getContextualKeywordsBytes(int index)
       Contextual keywords, for example, Software engineering job.
       
      repeated string contextual_keywords = 8;
      Specified by:
      getContextualKeywordsBytes in interface DynamicJobsAssetOrBuilder
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the contextualKeywords at the given index.
    • setContextualKeywords

      public DynamicJobsAsset.Builder setContextualKeywords(int index, String value)
       Contextual keywords, for example, Software engineering job.
       
      repeated string contextual_keywords = 8;
      Parameters:
      index - The index to set the value at.
      value - The contextualKeywords to set.
      Returns:
      This builder for chaining.
    • addContextualKeywords

      public DynamicJobsAsset.Builder addContextualKeywords(String value)
       Contextual keywords, for example, Software engineering job.
       
      repeated string contextual_keywords = 8;
      Parameters:
      value - The contextualKeywords to add.
      Returns:
      This builder for chaining.
    • addAllContextualKeywords

      public DynamicJobsAsset.Builder addAllContextualKeywords(Iterable<String> values)
       Contextual keywords, for example, Software engineering job.
       
      repeated string contextual_keywords = 8;
      Parameters:
      values - The contextualKeywords to add.
      Returns:
      This builder for chaining.
    • clearContextualKeywords

      public DynamicJobsAsset.Builder clearContextualKeywords()
       Contextual keywords, for example, Software engineering job.
       
      repeated string contextual_keywords = 8;
      Returns:
      This builder for chaining.
    • addContextualKeywordsBytes

      public DynamicJobsAsset.Builder addContextualKeywordsBytes(com.google.protobuf.ByteString value)
       Contextual keywords, for example, Software engineering job.
       
      repeated string contextual_keywords = 8;
      Parameters:
      value - The bytes of the contextualKeywords to add.
      Returns:
      This builder for chaining.
    • getAddress

      public 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;
      Specified by:
      getAddress in interface DynamicJobsAssetOrBuilder
      Returns:
      The address.
    • getAddressBytes

      public 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;
      Specified by:
      getAddressBytes in interface DynamicJobsAssetOrBuilder
      Returns:
      The bytes for address.
    • setAddress

      public DynamicJobsAsset.Builder setAddress(String value)
       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;
      Parameters:
      value - The address to set.
      Returns:
      This builder for chaining.
    • clearAddress

      public DynamicJobsAsset.Builder clearAddress()
       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:
      This builder for chaining.
    • setAddressBytes

      public DynamicJobsAsset.Builder setAddressBytes(com.google.protobuf.ByteString value)
       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;
      Parameters:
      value - The bytes for address to set.
      Returns:
      This builder for chaining.
    • getSalary

      public String getSalary()
       Salary, for example, $100,000.
       
      string salary = 10;
      Specified by:
      getSalary in interface DynamicJobsAssetOrBuilder
      Returns:
      The salary.
    • getSalaryBytes

      public com.google.protobuf.ByteString getSalaryBytes()
       Salary, for example, $100,000.
       
      string salary = 10;
      Specified by:
      getSalaryBytes in interface DynamicJobsAssetOrBuilder
      Returns:
      The bytes for salary.
    • setSalary

      public DynamicJobsAsset.Builder setSalary(String value)
       Salary, for example, $100,000.
       
      string salary = 10;
      Parameters:
      value - The salary to set.
      Returns:
      This builder for chaining.
    • clearSalary

      public DynamicJobsAsset.Builder clearSalary()
       Salary, for example, $100,000.
       
      string salary = 10;
      Returns:
      This builder for chaining.
    • setSalaryBytes

      public DynamicJobsAsset.Builder setSalaryBytes(com.google.protobuf.ByteString value)
       Salary, for example, $100,000.
       
      string salary = 10;
      Parameters:
      value - The bytes for salary to set.
      Returns:
      This builder for chaining.
    • getAndroidAppLink

      public String getAndroidAppLink()
       Android deep link, for example,
       android-app://com.example.android/http/example.com/gizmos?1234.
       
      string android_app_link = 11;
      Specified by:
      getAndroidAppLink in interface DynamicJobsAssetOrBuilder
      Returns:
      The androidAppLink.
    • getAndroidAppLinkBytes

      public 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;
      Specified by:
      getAndroidAppLinkBytes in interface DynamicJobsAssetOrBuilder
      Returns:
      The bytes for androidAppLink.
    • setAndroidAppLink

      public DynamicJobsAsset.Builder setAndroidAppLink(String value)
       Android deep link, for example,
       android-app://com.example.android/http/example.com/gizmos?1234.
       
      string android_app_link = 11;
      Parameters:
      value - The androidAppLink to set.
      Returns:
      This builder for chaining.
    • clearAndroidAppLink

      public DynamicJobsAsset.Builder clearAndroidAppLink()
       Android deep link, for example,
       android-app://com.example.android/http/example.com/gizmos?1234.
       
      string android_app_link = 11;
      Returns:
      This builder for chaining.
    • setAndroidAppLinkBytes

      public DynamicJobsAsset.Builder setAndroidAppLinkBytes(com.google.protobuf.ByteString value)
       Android deep link, for example,
       android-app://com.example.android/http/example.com/gizmos?1234.
       
      string android_app_link = 11;
      Parameters:
      value - The bytes for androidAppLink to set.
      Returns:
      This builder for chaining.
    • getSimilarJobIdsList

      public com.google.protobuf.ProtocolStringList getSimilarJobIdsList()
       Similar job IDs, for example, 1275.
       
      repeated string similar_job_ids = 12;
      Specified by:
      getSimilarJobIdsList in interface DynamicJobsAssetOrBuilder
      Returns:
      A list containing the similarJobIds.
    • getSimilarJobIdsCount

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

      public String getSimilarJobIds(int index)
       Similar job IDs, for example, 1275.
       
      repeated string similar_job_ids = 12;
      Specified by:
      getSimilarJobIds in interface DynamicJobsAssetOrBuilder
      Parameters:
      index - The index of the element to return.
      Returns:
      The similarJobIds at the given index.
    • getSimilarJobIdsBytes

      public com.google.protobuf.ByteString getSimilarJobIdsBytes(int index)
       Similar job IDs, for example, 1275.
       
      repeated string similar_job_ids = 12;
      Specified by:
      getSimilarJobIdsBytes in interface DynamicJobsAssetOrBuilder
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the similarJobIds at the given index.
    • setSimilarJobIds

      public DynamicJobsAsset.Builder setSimilarJobIds(int index, String value)
       Similar job IDs, for example, 1275.
       
      repeated string similar_job_ids = 12;
      Parameters:
      index - The index to set the value at.
      value - The similarJobIds to set.
      Returns:
      This builder for chaining.
    • addSimilarJobIds

      public DynamicJobsAsset.Builder addSimilarJobIds(String value)
       Similar job IDs, for example, 1275.
       
      repeated string similar_job_ids = 12;
      Parameters:
      value - The similarJobIds to add.
      Returns:
      This builder for chaining.
    • addAllSimilarJobIds

      public DynamicJobsAsset.Builder addAllSimilarJobIds(Iterable<String> values)
       Similar job IDs, for example, 1275.
       
      repeated string similar_job_ids = 12;
      Parameters:
      values - The similarJobIds to add.
      Returns:
      This builder for chaining.
    • clearSimilarJobIds

      public DynamicJobsAsset.Builder clearSimilarJobIds()
       Similar job IDs, for example, 1275.
       
      repeated string similar_job_ids = 12;
      Returns:
      This builder for chaining.
    • addSimilarJobIdsBytes

      public DynamicJobsAsset.Builder addSimilarJobIdsBytes(com.google.protobuf.ByteString value)
       Similar job IDs, for example, 1275.
       
      repeated string similar_job_ids = 12;
      Parameters:
      value - The bytes of the similarJobIds to add.
      Returns:
      This builder for chaining.
    • getIosAppLink

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

      public com.google.protobuf.ByteString getIosAppLinkBytes()
       iOS deep link, for example, exampleApp://content/page.
       
      string ios_app_link = 13;
      Specified by:
      getIosAppLinkBytes in interface DynamicJobsAssetOrBuilder
      Returns:
      The bytes for iosAppLink.
    • setIosAppLink

      public DynamicJobsAsset.Builder setIosAppLink(String value)
       iOS deep link, for example, exampleApp://content/page.
       
      string ios_app_link = 13;
      Parameters:
      value - The iosAppLink to set.
      Returns:
      This builder for chaining.
    • clearIosAppLink

      public DynamicJobsAsset.Builder clearIosAppLink()
       iOS deep link, for example, exampleApp://content/page.
       
      string ios_app_link = 13;
      Returns:
      This builder for chaining.
    • setIosAppLinkBytes

      public DynamicJobsAsset.Builder setIosAppLinkBytes(com.google.protobuf.ByteString value)
       iOS deep link, for example, exampleApp://content/page.
       
      string ios_app_link = 13;
      Parameters:
      value - The bytes for iosAppLink to set.
      Returns:
      This builder for chaining.
    • getIosAppStoreId

      public 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;
      Specified by:
      getIosAppStoreId in interface DynamicJobsAssetOrBuilder
      Returns:
      The iosAppStoreId.
    • setIosAppStoreId

      public DynamicJobsAsset.Builder setIosAppStoreId(long value)
       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;
      Parameters:
      value - The iosAppStoreId to set.
      Returns:
      This builder for chaining.
    • clearIosAppStoreId

      public DynamicJobsAsset.Builder clearIosAppStoreId()
       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:
      This builder for chaining.
    • setUnknownFields

      public final DynamicJobsAsset.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
      Specified by:
      setUnknownFields in interface com.google.protobuf.Message.Builder
      Overrides:
      setUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<DynamicJobsAsset.Builder>
    • mergeUnknownFields

      public final DynamicJobsAsset.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
      Specified by:
      mergeUnknownFields in interface com.google.protobuf.Message.Builder
      Overrides:
      mergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<DynamicJobsAsset.Builder>