Interface DynamicEducationAssetOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DynamicEducationAsset,DynamicEducationAsset.Builder
public interface DynamicEducationAssetOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetAddress()School address which can be specified in one of the following formats.com.google.protobuf.ByteStringgetAddressBytes()School 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, Nursing certification, Health, Mountain View.com.google.protobuf.ByteStringgetContextualKeywordsBytes(int index)Contextual keywords, for example, Nursing certification, Health, Mountain View.intgetContextualKeywordsCount()Contextual keywords, for example, Nursing certification, Health, Mountain View.java.util.List<java.lang.String>getContextualKeywordsList()Contextual keywords, for example, Nursing certification, Health, Mountain View.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.StringgetLocationId()Location ID which can be any sequence of letters and digits and must be unique.com.google.protobuf.ByteStringgetLocationIdBytes()Location ID which can be any sequence of letters and digits and must be unique.java.lang.StringgetProgramDescription()Program description, for example, Nursing Certification.com.google.protobuf.ByteStringgetProgramDescriptionBytes()Program description, for example, Nursing Certification.java.lang.StringgetProgramId()Required.com.google.protobuf.ByteStringgetProgramIdBytes()Required.java.lang.StringgetProgramName()Required.com.google.protobuf.ByteStringgetProgramNameBytes()Required.java.lang.StringgetSchoolName()School name, for example, Mountain View School of Nursing.com.google.protobuf.ByteStringgetSchoolNameBytes()School name, for example, Mountain View School of Nursing.java.lang.StringgetSimilarProgramIds(int index)Similar program IDs.com.google.protobuf.ByteStringgetSimilarProgramIdsBytes(int index)Similar program IDs.intgetSimilarProgramIdsCount()Similar program IDs.java.util.List<java.lang.String>getSimilarProgramIdsList()Similar program IDs.java.lang.StringgetSubject()Subject of study, for example, Health.com.google.protobuf.ByteStringgetSubjectBytes()Subject of study, for example, Health.java.lang.StringgetThumbnailImageUrl()Thumbnail image url, for example, http://www.example.com/thumbnail.png.com.google.protobuf.ByteStringgetThumbnailImageUrlBytes()Thumbnail image url, for example, http://www.example.com/thumbnail.png.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getProgramId
java.lang.String getProgramId()
Required. Program ID which can be any sequence of letters and digits, and must be unique and match the values of remarketing tag. Required.
string program_id = 1 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The programId.
-
getProgramIdBytes
com.google.protobuf.ByteString getProgramIdBytes()
Required. Program ID which can be any sequence of letters and digits, and must be unique and match the values of remarketing tag. Required.
string program_id = 1 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The bytes for programId.
-
getLocationId
java.lang.String getLocationId()
Location ID which can be any sequence of letters and digits and 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 and must be unique.
string location_id = 2;- Returns:
- The bytes for locationId.
-
getProgramName
java.lang.String getProgramName()
Required. Program name, for example, Nursing. Required.
string program_name = 3 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The programName.
-
getProgramNameBytes
com.google.protobuf.ByteString getProgramNameBytes()
Required. Program name, for example, Nursing. Required.
string program_name = 3 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The bytes for programName.
-
getSubject
java.lang.String getSubject()
Subject of study, for example, Health.
string subject = 4;- Returns:
- The subject.
-
getSubjectBytes
com.google.protobuf.ByteString getSubjectBytes()
Subject of study, for example, Health.
string subject = 4;- Returns:
- The bytes for subject.
-
getProgramDescription
java.lang.String getProgramDescription()
Program description, for example, Nursing Certification.
string program_description = 5;- Returns:
- The programDescription.
-
getProgramDescriptionBytes
com.google.protobuf.ByteString getProgramDescriptionBytes()
Program description, for example, Nursing Certification.
string program_description = 5;- Returns:
- The bytes for programDescription.
-
getSchoolName
java.lang.String getSchoolName()
School name, for example, Mountain View School of Nursing.
string school_name = 6;- Returns:
- The schoolName.
-
getSchoolNameBytes
com.google.protobuf.ByteString getSchoolNameBytes()
School name, for example, Mountain View School of Nursing.
string school_name = 6;- Returns:
- The bytes for schoolName.
-
getAddress
java.lang.String getAddress()
School 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 = 7;- Returns:
- The address.
-
getAddressBytes
com.google.protobuf.ByteString getAddressBytes()
School 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 = 7;- Returns:
- The bytes for address.
-
getContextualKeywordsList
java.util.List<java.lang.String> getContextualKeywordsList()
Contextual keywords, for example, Nursing certification, Health, Mountain View.
repeated string contextual_keywords = 8;- Returns:
- A list containing the contextualKeywords.
-
getContextualKeywordsCount
int getContextualKeywordsCount()
Contextual keywords, for example, Nursing certification, Health, Mountain View.
repeated string contextual_keywords = 8;- Returns:
- The count of contextualKeywords.
-
getContextualKeywords
java.lang.String getContextualKeywords(int index)
Contextual keywords, for example, Nursing certification, Health, Mountain View.
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, Nursing certification, Health, Mountain View.
repeated string contextual_keywords = 8;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the contextualKeywords at the given index.
-
getAndroidAppLink
java.lang.String getAndroidAppLink()
Android deep link, for example, android-app://com.example.android/http/example.com/gizmos?1234.
string android_app_link = 9;- 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 = 9;- Returns:
- The bytes for androidAppLink.
-
getSimilarProgramIdsList
java.util.List<java.lang.String> getSimilarProgramIdsList()
Similar program IDs.
repeated string similar_program_ids = 10;- Returns:
- A list containing the similarProgramIds.
-
getSimilarProgramIdsCount
int getSimilarProgramIdsCount()
Similar program IDs.
repeated string similar_program_ids = 10;- Returns:
- The count of similarProgramIds.
-
getSimilarProgramIds
java.lang.String getSimilarProgramIds(int index)
Similar program IDs.
repeated string similar_program_ids = 10;- Parameters:
index- The index of the element to return.- Returns:
- The similarProgramIds at the given index.
-
getSimilarProgramIdsBytes
com.google.protobuf.ByteString getSimilarProgramIdsBytes(int index)
Similar program IDs.
repeated string similar_program_ids = 10;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the similarProgramIds at the given index.
-
getIosAppLink
java.lang.String getIosAppLink()
iOS deep link, for example, exampleApp://content/page.
string ios_app_link = 11;- Returns:
- The iosAppLink.
-
getIosAppLinkBytes
com.google.protobuf.ByteString getIosAppLinkBytes()
iOS deep link, for example, exampleApp://content/page.
string ios_app_link = 11;- 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 = 12;- Returns:
- The iosAppStoreId.
-
getThumbnailImageUrl
java.lang.String getThumbnailImageUrl()
Thumbnail image url, for example, http://www.example.com/thumbnail.png. The thumbnail image will not be uploaded as image asset.
string thumbnail_image_url = 13;- Returns:
- The thumbnailImageUrl.
-
getThumbnailImageUrlBytes
com.google.protobuf.ByteString getThumbnailImageUrlBytes()
Thumbnail image url, for example, http://www.example.com/thumbnail.png. The thumbnail image will not be uploaded as image asset.
string thumbnail_image_url = 13;- Returns:
- The bytes for thumbnailImageUrl.
-
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 = 14;- 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 = 14;- Returns:
- The bytes for imageUrl.
-
-