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 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, e.g. Nursing. Required.
         
        string program_name = 3 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The programName.
      • getProgramNameBytes

        com.google.protobuf.ByteString getProgramNameBytes()
         Required. Program name, e.g. Nursing. Required.
         
        string program_name = 3 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The bytes for programName.
      • getSubject

        java.lang.String getSubject()
         Subject of study, e.g. Health.
         
        string subject = 4;
        Returns:
        The subject.
      • getSubjectBytes

        com.google.protobuf.ByteString getSubjectBytes()
         Subject of study, e.g. Health.
         
        string subject = 4;
        Returns:
        The bytes for subject.
      • getProgramDescription

        java.lang.String getProgramDescription()
         Program description, e.g. Nursing Certification.
         
        string program_description = 5;
        Returns:
        The programDescription.
      • getProgramDescriptionBytes

        com.google.protobuf.ByteString getProgramDescriptionBytes()
         Program description, e.g. Nursing Certification.
         
        string program_description = 5;
        Returns:
        The bytes for programDescription.
      • getSchoolName

        java.lang.String getSchoolName()
         School name, e.g. Mountain View School of Nursing.
         
        string school_name = 6;
        Returns:
        The schoolName.
      • getSchoolNameBytes

        com.google.protobuf.ByteString getSchoolNameBytes()
         School name, e.g. 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, e.g. Mountain View, CA, USA.
         (2) Full address, e.g. 123 Boulevard St, Mountain View, CA 94043.
         (3) Latitude-longitude in the DDD format, e.g. 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, e.g. Mountain View, CA, USA.
         (2) Full address, e.g. 123 Boulevard St, Mountain View, CA 94043.
         (3) Latitude-longitude in the DDD format, e.g. 41.40338, 2.17403
         
        string address = 7;
        Returns:
        The bytes for address.
      • getContextualKeywordsList

        java.util.List<java.lang.String> getContextualKeywordsList()
         Contextual keywords, e.g. Nursing certification, Health, Mountain View.
         
        repeated string contextual_keywords = 8;
        Returns:
        A list containing the contextualKeywords.
      • getContextualKeywordsCount

        int getContextualKeywordsCount()
         Contextual keywords, e.g. Nursing certification, Health, Mountain View.
         
        repeated string contextual_keywords = 8;
        Returns:
        The count of contextualKeywords.
      • getContextualKeywords

        java.lang.String getContextualKeywords​(int index)
         Contextual keywords, e.g. 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, e.g. 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, e.g.
         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, e.g.
         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, e.g. exampleApp://content/page.
         
        string ios_app_link = 11;
        Returns:
        The iosAppLink.
      • getIosAppLinkBytes

        com.google.protobuf.ByteString getIosAppLinkBytes()
         iOS deep link, e.g. 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, e.g. 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, e.g. 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, e.g. 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, e.g. http://www.example.com/image.png. The image will not be
         uploaded as image asset.
         
        string image_url = 14;
        Returns:
        The bytes for imageUrl.