com.google.ads.googleads.v17.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-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 SmartCampaignAdInfoOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.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.v17.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.v17.common.AdTextAsset headlines = 1;
*/
com.google.ads.googleads.v17.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.v17.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.v17.common.AdTextAsset headlines = 1;
*/
java.util.List extends com.google.ads.googleads.v17.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.v17.common.AdTextAsset headlines = 1;
*/
com.google.ads.googleads.v17.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.v17.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.v17.common.AdTextAsset descriptions = 2;
*/
com.google.ads.googleads.v17.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.v17.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.v17.common.AdTextAsset descriptions = 2;
*/
java.util.List extends com.google.ads.googleads.v17.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.v17.common.AdTextAsset descriptions = 2;
*/
com.google.ads.googleads.v17.common.AdTextAssetOrBuilder getDescriptionsOrBuilder(
int index);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy