com.google.ads.googleads.v17.common.DynamicEducationAssetOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of google-ads-stubs-v17 Show documentation
Show all versions of google-ads-stubs-v17 Show documentation
Stubs for GAAPI version google-ads-stubs-v17
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/ads/googleads/v17/common/asset_types.proto
// Protobuf Java Version: 3.25.3
package com.google.ads.googleads.v17.common;
public interface DynamicEducationAssetOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.common.DynamicEducationAsset)
com.google.protobuf.MessageOrBuilder {
/**
*
* 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];
* @return The programId.
*/
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];
* @return The bytes for programId.
*/
com.google.protobuf.ByteString
getProgramIdBytes();
/**
*
* Location ID which can be any sequence of letters and digits and must be
* unique.
*
*
* string location_id = 2;
* @return The locationId.
*/
java.lang.String getLocationId();
/**
*
* Location ID which can be any sequence of letters and digits and must be
* unique.
*
*
* string location_id = 2;
* @return The bytes for locationId.
*/
com.google.protobuf.ByteString
getLocationIdBytes();
/**
*
* Required. Program name, for example, Nursing. Required.
*
*
* string program_name = 3 [(.google.api.field_behavior) = REQUIRED];
* @return The programName.
*/
java.lang.String getProgramName();
/**
*
* Required. Program name, for example, Nursing. Required.
*
*
* string program_name = 3 [(.google.api.field_behavior) = REQUIRED];
* @return The bytes for programName.
*/
com.google.protobuf.ByteString
getProgramNameBytes();
/**
*
* Subject of study, for example, Health.
*
*
* string subject = 4;
* @return The subject.
*/
java.lang.String getSubject();
/**
*
* Subject of study, for example, Health.
*
*
* string subject = 4;
* @return The bytes for subject.
*/
com.google.protobuf.ByteString
getSubjectBytes();
/**
*
* Program description, for example, Nursing Certification.
*
*
* string program_description = 5;
* @return The programDescription.
*/
java.lang.String getProgramDescription();
/**
*
* Program description, for example, Nursing Certification.
*
*
* string program_description = 5;
* @return The bytes for programDescription.
*/
com.google.protobuf.ByteString
getProgramDescriptionBytes();
/**
*
* School name, for example, Mountain View School of Nursing.
*
*
* string school_name = 6;
* @return The schoolName.
*/
java.lang.String getSchoolName();
/**
*
* School name, for example, Mountain View School of Nursing.
*
*
* string school_name = 6;
* @return The bytes for schoolName.
*/
com.google.protobuf.ByteString
getSchoolNameBytes();
/**
*
* 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;
* @return The address.
*/
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;
* @return The bytes for address.
*/
com.google.protobuf.ByteString
getAddressBytes();
/**
*
* Contextual keywords, for example, Nursing certification, Health, Mountain
* View.
*
*
* repeated string contextual_keywords = 8;
* @return A list containing the contextualKeywords.
*/
java.util.List
getContextualKeywordsList();
/**
*
* Contextual keywords, for example, Nursing certification, Health, Mountain
* View.
*
*
* repeated string contextual_keywords = 8;
* @return The count of contextualKeywords.
*/
int getContextualKeywordsCount();
/**
*
* Contextual keywords, for example, Nursing certification, Health, Mountain
* View.
*
*
* repeated string contextual_keywords = 8;
* @param index The index of the element to return.
* @return The contextualKeywords at the given index.
*/
java.lang.String getContextualKeywords(int index);
/**
*
* Contextual keywords, for example, Nursing certification, Health, Mountain
* View.
*
*
* repeated string contextual_keywords = 8;
* @param index The index of the value to return.
* @return The bytes of the contextualKeywords at the given index.
*/
com.google.protobuf.ByteString
getContextualKeywordsBytes(int index);
/**
*
* Android deep link, for example,
* android-app://com.example.android/http/example.com/gizmos?1234.
*
*
* string android_app_link = 9;
* @return The androidAppLink.
*/
java.lang.String getAndroidAppLink();
/**
*
* Android deep link, for example,
* android-app://com.example.android/http/example.com/gizmos?1234.
*
*
* string android_app_link = 9;
* @return The bytes for androidAppLink.
*/
com.google.protobuf.ByteString
getAndroidAppLinkBytes();
/**
*
* Similar program IDs.
*
*
* repeated string similar_program_ids = 10;
* @return A list containing the similarProgramIds.
*/
java.util.List
getSimilarProgramIdsList();
/**
*
* Similar program IDs.
*
*
* repeated string similar_program_ids = 10;
* @return The count of similarProgramIds.
*/
int getSimilarProgramIdsCount();
/**
*
* Similar program IDs.
*
*
* repeated string similar_program_ids = 10;
* @param index The index of the element to return.
* @return The similarProgramIds at the given index.
*/
java.lang.String getSimilarProgramIds(int index);
/**
*
* Similar program IDs.
*
*
* repeated string similar_program_ids = 10;
* @param index The index of the value to return.
* @return The bytes of the similarProgramIds at the given index.
*/
com.google.protobuf.ByteString
getSimilarProgramIdsBytes(int index);
/**
*
* iOS deep link, for example, exampleApp://content/page.
*
*
* string ios_app_link = 11;
* @return The iosAppLink.
*/
java.lang.String getIosAppLink();
/**
*
* iOS deep link, for example, exampleApp://content/page.
*
*
* string ios_app_link = 11;
* @return The bytes for iosAppLink.
*/
com.google.protobuf.ByteString
getIosAppLinkBytes();
/**
*
* 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;
* @return The iosAppStoreId.
*/
long getIosAppStoreId();
/**
*
* 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;
* @return The thumbnailImageUrl.
*/
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;
* @return The bytes for thumbnailImageUrl.
*/
com.google.protobuf.ByteString
getThumbnailImageUrlBytes();
/**
*
* Image url, for example, http://www.example.com/image.png. The image will
* not be uploaded as image asset.
*
*
* string image_url = 14;
* @return The imageUrl.
*/
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;
* @return The bytes for imageUrl.
*/
com.google.protobuf.ByteString
getImageUrlBytes();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy