Interface SmartCampaignAdInfoOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SmartCampaignAdInfo,SmartCampaignAdInfo.Builder
public interface SmartCampaignAdInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AdTextAssetgetDescriptions(int index)List of text assets, each of which corresponds to a description when the ad serves.intgetDescriptionsCount()List of text assets, each of which corresponds to a description when the ad serves.java.util.List<AdTextAsset>getDescriptionsList()List of text assets, each of which corresponds to a description when the ad serves.AdTextAssetOrBuildergetDescriptionsOrBuilder(int index)List of text assets, each of which corresponds to a description when the ad serves.java.util.List<? extends AdTextAssetOrBuilder>getDescriptionsOrBuilderList()List of text assets, each of which corresponds to a description when the ad serves.AdTextAssetgetHeadlines(int index)List of text assets, each of which corresponds to a headline when the ad serves.intgetHeadlinesCount()List of text assets, each of which corresponds to a headline when the ad serves.java.util.List<AdTextAsset>getHeadlinesList()List of text assets, each of which corresponds to a headline when the ad serves.AdTextAssetOrBuildergetHeadlinesOrBuilder(int index)List of text assets, each of which corresponds to a headline when the ad serves.java.util.List<? extends AdTextAssetOrBuilder>getHeadlinesOrBuilderList()List of text assets, each of which corresponds to a headline when the ad serves.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getHeadlinesList
java.util.List<AdTextAsset> 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.v14.common.AdTextAsset headlines = 1;
-
getHeadlines
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.v14.common.AdTextAsset headlines = 1;
-
getHeadlinesCount
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.v14.common.AdTextAsset headlines = 1;
-
getHeadlinesOrBuilderList
java.util.List<? extends 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.v14.common.AdTextAsset headlines = 1;
-
getHeadlinesOrBuilder
AdTextAssetOrBuilder getHeadlinesOrBuilder(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.v14.common.AdTextAsset headlines = 1;
-
getDescriptionsList
java.util.List<AdTextAsset> 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.v14.common.AdTextAsset descriptions = 2;
-
getDescriptions
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.v14.common.AdTextAsset descriptions = 2;
-
getDescriptionsCount
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.v14.common.AdTextAsset descriptions = 2;
-
getDescriptionsOrBuilderList
java.util.List<? extends 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.v14.common.AdTextAsset descriptions = 2;
-
getDescriptionsOrBuilder
AdTextAssetOrBuilder getDescriptionsOrBuilder(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.v14.common.AdTextAsset descriptions = 2;
-
-