com.google.ads.googleads.v10.common.SmartCampaignAdInfoOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of google-ads-stubs-v10 Show documentation
Show all versions of google-ads-stubs-v10 Show documentation
Stubs for GAAPI version google-ads-stubs-v10
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/ads/googleads/v10/common/ad_type_infos.proto
package com.google.ads.googleads.v10.common;
public interface SmartCampaignAdInfoOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v10.common.SmartCampaignAdInfo)
com.google.protobuf.MessageOrBuilder {
/**
*
* List of text assets, each of which corresponds to a headline when the ad
* serves. This list consists of a minimum of 3 and up to 15 text assets.
*
*
* repeated .google.ads.googleads.v10.common.AdTextAsset headlines = 1;
*/
java.util.List
getHeadlinesList();
/**
*
* List of text assets, each of which corresponds to a headline when the ad
* serves. This list consists of a minimum of 3 and up to 15 text assets.
*
*
* repeated .google.ads.googleads.v10.common.AdTextAsset headlines = 1;
*/
com.google.ads.googleads.v10.common.AdTextAsset getHeadlines(int index);
/**
*
* List of text assets, each of which corresponds to a headline when the ad
* serves. This list consists of a minimum of 3 and up to 15 text assets.
*
*
* repeated .google.ads.googleads.v10.common.AdTextAsset headlines = 1;
*/
int getHeadlinesCount();
/**
*
* List of text assets, each of which corresponds to a headline when the ad
* serves. This list consists of a minimum of 3 and up to 15 text assets.
*
*
* repeated .google.ads.googleads.v10.common.AdTextAsset headlines = 1;
*/
java.util.List extends com.google.ads.googleads.v10.common.AdTextAssetOrBuilder>
getHeadlinesOrBuilderList();
/**
*
* List of text assets, each of which corresponds to a headline when the ad
* serves. This list consists of a minimum of 3 and up to 15 text assets.
*
*
* repeated .google.ads.googleads.v10.common.AdTextAsset headlines = 1;
*/
com.google.ads.googleads.v10.common.AdTextAssetOrBuilder getHeadlinesOrBuilder(
int index);
/**
*
* List of text assets, each of which corresponds to a description when the ad
* serves. This list consists of a minimum of 2 and up to 4 text assets.
*
*
* repeated .google.ads.googleads.v10.common.AdTextAsset descriptions = 2;
*/
java.util.List
getDescriptionsList();
/**
*
* List of text assets, each of which corresponds to a description when the ad
* serves. This list consists of a minimum of 2 and up to 4 text assets.
*
*
* repeated .google.ads.googleads.v10.common.AdTextAsset descriptions = 2;
*/
com.google.ads.googleads.v10.common.AdTextAsset getDescriptions(int index);
/**
*
* List of text assets, each of which corresponds to a description when the ad
* serves. This list consists of a minimum of 2 and up to 4 text assets.
*
*
* repeated .google.ads.googleads.v10.common.AdTextAsset descriptions = 2;
*/
int getDescriptionsCount();
/**
*
* List of text assets, each of which corresponds to a description when the ad
* serves. This list consists of a minimum of 2 and up to 4 text assets.
*
*
* repeated .google.ads.googleads.v10.common.AdTextAsset descriptions = 2;
*/
java.util.List extends com.google.ads.googleads.v10.common.AdTextAssetOrBuilder>
getDescriptionsOrBuilderList();
/**
*
* List of text assets, each of which corresponds to a description when the ad
* serves. This list consists of a minimum of 2 and up to 4 text assets.
*
*
* repeated .google.ads.googleads.v10.common.AdTextAsset descriptions = 2;
*/
com.google.ads.googleads.v10.common.AdTextAssetOrBuilder getDescriptionsOrBuilder(
int index);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy