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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetAddress()Address which can be specified in one of the following formats.com.google.protobuf.ByteStringgetAddressBytes()Address which can be specified in one of the following formats.java.lang.StringgetAndroidAppLink()Android deep link, for example, android-app://com.example.android/http/example.com/gizmos?1234.com.google.protobuf.ByteStringgetAndroidAppLinkBytes()Android deep link, for example, android-app://com.example.android/http/example.com/gizmos?1234.java.lang.StringgetContextualKeywords(int index)Contextual keywords, for example, Software engineering job.com.google.protobuf.ByteStringgetContextualKeywordsBytes(int index)Contextual keywords, for example, Software engineering job.intgetContextualKeywordsCount()Contextual keywords, for example, Software engineering job.java.util.List<java.lang.String>getContextualKeywordsList()Contextual keywords, for example, Software engineering job.java.lang.StringgetDescription()Description, for example, Apply your technical skills.com.google.protobuf.ByteStringgetDescriptionBytes()Description, for example, Apply your technical skills.java.lang.StringgetImageUrl()Image URL, for example, http://www.example.com/image.png.com.google.protobuf.ByteStringgetImageUrlBytes()Image URL, for example, http://www.example.com/image.png.java.lang.StringgetIosAppLink()iOS deep link, for example, exampleApp://content/page.com.google.protobuf.ByteStringgetIosAppLinkBytes()iOS deep link, for example, exampleApp://content/page.longgetIosAppStoreId()iOS app store ID.java.lang.StringgetJobCategory()Job category, for example, Technical.com.google.protobuf.ByteStringgetJobCategoryBytes()Job category, for example, Technical.java.lang.StringgetJobId()Required.com.google.protobuf.ByteStringgetJobIdBytes()Required.java.lang.StringgetJobSubtitle()Job subtitle, for example, Level II.com.google.protobuf.ByteStringgetJobSubtitleBytes()Job subtitle, for example, Level II.java.lang.StringgetJobTitle()Required.com.google.protobuf.ByteStringgetJobTitleBytes()Required.java.lang.StringgetLocationId()Location ID which can be any sequence of letters and digits.com.google.protobuf.ByteStringgetLocationIdBytes()Location ID which can be any sequence of letters and digits.java.lang.StringgetSalary()Salary, for example, $100,000.com.google.protobuf.ByteStringgetSalaryBytes()Salary, for example, $100,000.java.lang.StringgetSimilarJobIds(int index)Similar job IDs, for example, 1275.com.google.protobuf.ByteStringgetSimilarJobIdsBytes(int index)Similar job IDs, for example, 1275.intgetSimilarJobIdsCount()Similar job IDs, for example, 1275.java.util.List<java.lang.String>getSimilarJobIdsList()Similar job IDs, for example, 1275.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
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, 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
java.lang.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
java.lang.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
java.lang.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
java.lang.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
java.util.List<java.lang.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
java.lang.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
java.lang.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
java.lang.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
java.lang.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
java.util.List<java.lang.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
java.lang.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
java.lang.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.
-
-