com.google.ads.googleads.v17.common.AppEngagementAdInfoOrBuilder 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/ad_type_infos.proto
// Protobuf Java Version: 3.25.3
package com.google.ads.googleads.v17.common;
public interface AppEngagementAdInfoOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.common.AppEngagementAdInfo)
com.google.protobuf.MessageOrBuilder {
/**
*
* List of text assets for headlines. When the ad serves the headlines will
* be selected from this list.
*
*
* repeated .google.ads.googleads.v17.common.AdTextAsset headlines = 1;
*/
java.util.List
getHeadlinesList();
/**
*
* List of text assets for headlines. When the ad serves the headlines will
* be selected from this list.
*
*
* repeated .google.ads.googleads.v17.common.AdTextAsset headlines = 1;
*/
com.google.ads.googleads.v17.common.AdTextAsset getHeadlines(int index);
/**
*
* List of text assets for headlines. When the ad serves the headlines will
* be selected from this list.
*
*
* repeated .google.ads.googleads.v17.common.AdTextAsset headlines = 1;
*/
int getHeadlinesCount();
/**
*
* List of text assets for headlines. When the ad serves the headlines will
* be selected from this list.
*
*
* repeated .google.ads.googleads.v17.common.AdTextAsset headlines = 1;
*/
java.util.List extends com.google.ads.googleads.v17.common.AdTextAssetOrBuilder>
getHeadlinesOrBuilderList();
/**
*
* List of text assets for headlines. When the ad serves the headlines will
* be selected from this list.
*
*
* repeated .google.ads.googleads.v17.common.AdTextAsset headlines = 1;
*/
com.google.ads.googleads.v17.common.AdTextAssetOrBuilder getHeadlinesOrBuilder(
int index);
/**
*
* List of text assets for descriptions. When the ad serves the descriptions
* will be selected from this list.
*
*
* repeated .google.ads.googleads.v17.common.AdTextAsset descriptions = 2;
*/
java.util.List
getDescriptionsList();
/**
*
* List of text assets for descriptions. When the ad serves the descriptions
* will be selected from this list.
*
*
* repeated .google.ads.googleads.v17.common.AdTextAsset descriptions = 2;
*/
com.google.ads.googleads.v17.common.AdTextAsset getDescriptions(int index);
/**
*
* List of text assets for descriptions. When the ad serves the descriptions
* will be selected from this list.
*
*
* repeated .google.ads.googleads.v17.common.AdTextAsset descriptions = 2;
*/
int getDescriptionsCount();
/**
*
* List of text assets for descriptions. When the ad serves the descriptions
* will be selected from this list.
*
*
* repeated .google.ads.googleads.v17.common.AdTextAsset descriptions = 2;
*/
java.util.List extends com.google.ads.googleads.v17.common.AdTextAssetOrBuilder>
getDescriptionsOrBuilderList();
/**
*
* List of text assets for descriptions. When the ad serves the descriptions
* will be selected from this list.
*
*
* repeated .google.ads.googleads.v17.common.AdTextAsset descriptions = 2;
*/
com.google.ads.googleads.v17.common.AdTextAssetOrBuilder getDescriptionsOrBuilder(
int index);
/**
*
* List of image assets that may be displayed with the ad.
*
*
* repeated .google.ads.googleads.v17.common.AdImageAsset images = 3;
*/
java.util.List
getImagesList();
/**
*
* List of image assets that may be displayed with the ad.
*
*
* repeated .google.ads.googleads.v17.common.AdImageAsset images = 3;
*/
com.google.ads.googleads.v17.common.AdImageAsset getImages(int index);
/**
*
* List of image assets that may be displayed with the ad.
*
*
* repeated .google.ads.googleads.v17.common.AdImageAsset images = 3;
*/
int getImagesCount();
/**
*
* List of image assets that may be displayed with the ad.
*
*
* repeated .google.ads.googleads.v17.common.AdImageAsset images = 3;
*/
java.util.List extends com.google.ads.googleads.v17.common.AdImageAssetOrBuilder>
getImagesOrBuilderList();
/**
*
* List of image assets that may be displayed with the ad.
*
*
* repeated .google.ads.googleads.v17.common.AdImageAsset images = 3;
*/
com.google.ads.googleads.v17.common.AdImageAssetOrBuilder getImagesOrBuilder(
int index);
/**
*
* List of video assets that may be displayed with the ad.
*
*
* repeated .google.ads.googleads.v17.common.AdVideoAsset videos = 4;
*/
java.util.List
getVideosList();
/**
*
* List of video assets that may be displayed with the ad.
*
*
* repeated .google.ads.googleads.v17.common.AdVideoAsset videos = 4;
*/
com.google.ads.googleads.v17.common.AdVideoAsset getVideos(int index);
/**
*
* List of video assets that may be displayed with the ad.
*
*
* repeated .google.ads.googleads.v17.common.AdVideoAsset videos = 4;
*/
int getVideosCount();
/**
*
* List of video assets that may be displayed with the ad.
*
*
* repeated .google.ads.googleads.v17.common.AdVideoAsset videos = 4;
*/
java.util.List extends com.google.ads.googleads.v17.common.AdVideoAssetOrBuilder>
getVideosOrBuilderList();
/**
*
* List of video assets that may be displayed with the ad.
*
*
* repeated .google.ads.googleads.v17.common.AdVideoAsset videos = 4;
*/
com.google.ads.googleads.v17.common.AdVideoAssetOrBuilder getVideosOrBuilder(
int index);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy