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
Modifier and TypeMethodDescriptionSchool address which can be specified in one of the following formats.com.google.protobuf.ByteStringSchool 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.ByteStringAndroid deep link, for example, android-app://com.example.android/http/example.com/gizmos?1234.getContextualKeywords(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.intContextual keywords, for example, Nursing certification, Health, Mountain View.Contextual keywords, for example, Nursing certification, Health, Mountain View.Image url, for example, http://www.example.com/image.png.com.google.protobuf.ByteStringImage url, for example, http://www.example.com/image.png.iOS deep link, for example, exampleApp://content/page.com.google.protobuf.ByteStringiOS deep link, for example, exampleApp://content/page.longiOS app store ID.Location ID which can be any sequence of letters and digits and must be unique.com.google.protobuf.ByteStringLocation ID which can be any sequence of letters and digits and must be unique.Program description, for example, Nursing Certification.com.google.protobuf.ByteStringProgram description, for example, Nursing Certification.Required.com.google.protobuf.ByteStringRequired.Required.com.google.protobuf.ByteStringRequired.School name, for example, Mountain View School of Nursing.com.google.protobuf.ByteStringSchool name, for example, Mountain View School of Nursing.getSimilarProgramIds(int index) Similar program IDs.com.google.protobuf.ByteStringgetSimilarProgramIdsBytes(int index) Similar program IDs.intSimilar program IDs.Similar program IDs.Subject of study, for example, Health.com.google.protobuf.ByteStringSubject of study, for example, Health.Thumbnail image url, for example, http://www.example.com/thumbnail.png.com.google.protobuf.ByteStringThumbnail image url, for example, http://www.example.com/thumbnail.png.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getProgramId
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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.
-