Interface LocalAdInfoOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
LocalAdInfo,LocalAdInfo.Builder
public interface LocalAdInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AdTextAssetgetCallToActions(int index)List of text assets for call-to-actions.intgetCallToActionsCount()List of text assets for call-to-actions.java.util.List<AdTextAsset>getCallToActionsList()List of text assets for call-to-actions.AdTextAssetOrBuildergetCallToActionsOrBuilder(int index)List of text assets for call-to-actions.java.util.List<? extends AdTextAssetOrBuilder>getCallToActionsOrBuilderList()List of text assets for call-to-actions.AdTextAssetgetDescriptions(int index)List of text assets for descriptions.intgetDescriptionsCount()List of text assets for descriptions.java.util.List<AdTextAsset>getDescriptionsList()List of text assets for descriptions.AdTextAssetOrBuildergetDescriptionsOrBuilder(int index)List of text assets for descriptions.java.util.List<? extends AdTextAssetOrBuilder>getDescriptionsOrBuilderList()List of text assets for descriptions.AdTextAssetgetHeadlines(int index)List of text assets for headlines.intgetHeadlinesCount()List of text assets for headlines.java.util.List<AdTextAsset>getHeadlinesList()List of text assets for headlines.AdTextAssetOrBuildergetHeadlinesOrBuilder(int index)List of text assets for headlines.java.util.List<? extends AdTextAssetOrBuilder>getHeadlinesOrBuilderList()List of text assets for headlines.AdImageAssetgetLogoImages(int index)List of logo image assets that may be displayed with the ad.intgetLogoImagesCount()List of logo image assets that may be displayed with the ad.java.util.List<AdImageAsset>getLogoImagesList()List of logo image assets that may be displayed with the ad.AdImageAssetOrBuildergetLogoImagesOrBuilder(int index)List of logo image assets that may be displayed with the ad.java.util.List<? extends AdImageAssetOrBuilder>getLogoImagesOrBuilderList()List of logo image assets that may be displayed with the ad.AdImageAssetgetMarketingImages(int index)List of marketing image assets that may be displayed with the ad.intgetMarketingImagesCount()List of marketing image assets that may be displayed with the ad.java.util.List<AdImageAsset>getMarketingImagesList()List of marketing image assets that may be displayed with the ad.AdImageAssetOrBuildergetMarketingImagesOrBuilder(int index)List of marketing image assets that may be displayed with the ad.java.util.List<? extends AdImageAssetOrBuilder>getMarketingImagesOrBuilderList()List of marketing image assets that may be displayed with the ad.java.lang.StringgetPath1()First part of optional text that can be appended to the URL in the ad.com.google.protobuf.ByteStringgetPath1Bytes()First part of optional text that can be appended to the URL in the ad.java.lang.StringgetPath2()Second part of optional text that can be appended to the URL in the ad.com.google.protobuf.ByteStringgetPath2Bytes()Second part of optional text that can be appended to the URL in the ad.AdVideoAssetgetVideos(int index)List of YouTube video assets that may be displayed with the ad.intgetVideosCount()List of YouTube video assets that may be displayed with the ad.java.util.List<AdVideoAsset>getVideosList()List of YouTube video assets that may be displayed with the ad.AdVideoAssetOrBuildergetVideosOrBuilder(int index)List of YouTube video assets that may be displayed with the ad.java.util.List<? extends AdVideoAssetOrBuilder>getVideosOrBuilderList()List of YouTube video assets that may be displayed with the ad.booleanhasPath1()First part of optional text that can be appended to the URL in the ad.booleanhasPath2()Second part of optional text that can be appended to the URL in the ad.-
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 for headlines. When the ad serves the headlines will be selected from this list. At least 1 and at most 5 headlines must be specified.
repeated .google.ads.googleads.v10.common.AdTextAsset headlines = 1;
-
getHeadlines
AdTextAsset getHeadlines(int index)
List of text assets for headlines. When the ad serves the headlines will be selected from this list. At least 1 and at most 5 headlines must be specified.
repeated .google.ads.googleads.v10.common.AdTextAsset headlines = 1;
-
getHeadlinesCount
int getHeadlinesCount()
List of text assets for headlines. When the ad serves the headlines will be selected from this list. At least 1 and at most 5 headlines must be specified.
repeated .google.ads.googleads.v10.common.AdTextAsset headlines = 1;
-
getHeadlinesOrBuilderList
java.util.List<? extends AdTextAssetOrBuilder> getHeadlinesOrBuilderList()
List of text assets for headlines. When the ad serves the headlines will be selected from this list. At least 1 and at most 5 headlines must be specified.
repeated .google.ads.googleads.v10.common.AdTextAsset headlines = 1;
-
getHeadlinesOrBuilder
AdTextAssetOrBuilder getHeadlinesOrBuilder(int index)
List of text assets for headlines. When the ad serves the headlines will be selected from this list. At least 1 and at most 5 headlines must be specified.
repeated .google.ads.googleads.v10.common.AdTextAsset headlines = 1;
-
getDescriptionsList
java.util.List<AdTextAsset> getDescriptionsList()
List of text assets for descriptions. When the ad serves the descriptions will be selected from this list. At least 1 and at most 5 descriptions must be specified.
repeated .google.ads.googleads.v10.common.AdTextAsset descriptions = 2;
-
getDescriptions
AdTextAsset getDescriptions(int index)
List of text assets for descriptions. When the ad serves the descriptions will be selected from this list. At least 1 and at most 5 descriptions must be specified.
repeated .google.ads.googleads.v10.common.AdTextAsset descriptions = 2;
-
getDescriptionsCount
int getDescriptionsCount()
List of text assets for descriptions. When the ad serves the descriptions will be selected from this list. At least 1 and at most 5 descriptions must be specified.
repeated .google.ads.googleads.v10.common.AdTextAsset descriptions = 2;
-
getDescriptionsOrBuilderList
java.util.List<? extends AdTextAssetOrBuilder> getDescriptionsOrBuilderList()
List of text assets for descriptions. When the ad serves the descriptions will be selected from this list. At least 1 and at most 5 descriptions must be specified.
repeated .google.ads.googleads.v10.common.AdTextAsset descriptions = 2;
-
getDescriptionsOrBuilder
AdTextAssetOrBuilder getDescriptionsOrBuilder(int index)
List of text assets for descriptions. When the ad serves the descriptions will be selected from this list. At least 1 and at most 5 descriptions must be specified.
repeated .google.ads.googleads.v10.common.AdTextAsset descriptions = 2;
-
getCallToActionsList
java.util.List<AdTextAsset> getCallToActionsList()
List of text assets for call-to-actions. When the ad serves the call-to-actions will be selected from this list. Call-to-actions are optional and at most 5 can be specified.
repeated .google.ads.googleads.v10.common.AdTextAsset call_to_actions = 3;
-
getCallToActions
AdTextAsset getCallToActions(int index)
List of text assets for call-to-actions. When the ad serves the call-to-actions will be selected from this list. Call-to-actions are optional and at most 5 can be specified.
repeated .google.ads.googleads.v10.common.AdTextAsset call_to_actions = 3;
-
getCallToActionsCount
int getCallToActionsCount()
List of text assets for call-to-actions. When the ad serves the call-to-actions will be selected from this list. Call-to-actions are optional and at most 5 can be specified.
repeated .google.ads.googleads.v10.common.AdTextAsset call_to_actions = 3;
-
getCallToActionsOrBuilderList
java.util.List<? extends AdTextAssetOrBuilder> getCallToActionsOrBuilderList()
List of text assets for call-to-actions. When the ad serves the call-to-actions will be selected from this list. Call-to-actions are optional and at most 5 can be specified.
repeated .google.ads.googleads.v10.common.AdTextAsset call_to_actions = 3;
-
getCallToActionsOrBuilder
AdTextAssetOrBuilder getCallToActionsOrBuilder(int index)
List of text assets for call-to-actions. When the ad serves the call-to-actions will be selected from this list. Call-to-actions are optional and at most 5 can be specified.
repeated .google.ads.googleads.v10.common.AdTextAsset call_to_actions = 3;
-
getMarketingImagesList
java.util.List<AdImageAsset> getMarketingImagesList()
List of marketing image assets that may be displayed with the ad. The images must be 314x600 pixels or 320x320 pixels. At least 1 and at most 20 image assets must be specified.
repeated .google.ads.googleads.v10.common.AdImageAsset marketing_images = 4;
-
getMarketingImages
AdImageAsset getMarketingImages(int index)
List of marketing image assets that may be displayed with the ad. The images must be 314x600 pixels or 320x320 pixels. At least 1 and at most 20 image assets must be specified.
repeated .google.ads.googleads.v10.common.AdImageAsset marketing_images = 4;
-
getMarketingImagesCount
int getMarketingImagesCount()
List of marketing image assets that may be displayed with the ad. The images must be 314x600 pixels or 320x320 pixels. At least 1 and at most 20 image assets must be specified.
repeated .google.ads.googleads.v10.common.AdImageAsset marketing_images = 4;
-
getMarketingImagesOrBuilderList
java.util.List<? extends AdImageAssetOrBuilder> getMarketingImagesOrBuilderList()
List of marketing image assets that may be displayed with the ad. The images must be 314x600 pixels or 320x320 pixels. At least 1 and at most 20 image assets must be specified.
repeated .google.ads.googleads.v10.common.AdImageAsset marketing_images = 4;
-
getMarketingImagesOrBuilder
AdImageAssetOrBuilder getMarketingImagesOrBuilder(int index)
List of marketing image assets that may be displayed with the ad. The images must be 314x600 pixels or 320x320 pixels. At least 1 and at most 20 image assets must be specified.
repeated .google.ads.googleads.v10.common.AdImageAsset marketing_images = 4;
-
getLogoImagesList
java.util.List<AdImageAsset> getLogoImagesList()
List of logo image assets that may be displayed with the ad. The images must be 128x128 pixels and not larger than 120KB. At least 1 and at most 5 image assets must be specified.
repeated .google.ads.googleads.v10.common.AdImageAsset logo_images = 5;
-
getLogoImages
AdImageAsset getLogoImages(int index)
List of logo image assets that may be displayed with the ad. The images must be 128x128 pixels and not larger than 120KB. At least 1 and at most 5 image assets must be specified.
repeated .google.ads.googleads.v10.common.AdImageAsset logo_images = 5;
-
getLogoImagesCount
int getLogoImagesCount()
List of logo image assets that may be displayed with the ad. The images must be 128x128 pixels and not larger than 120KB. At least 1 and at most 5 image assets must be specified.
repeated .google.ads.googleads.v10.common.AdImageAsset logo_images = 5;
-
getLogoImagesOrBuilderList
java.util.List<? extends AdImageAssetOrBuilder> getLogoImagesOrBuilderList()
List of logo image assets that may be displayed with the ad. The images must be 128x128 pixels and not larger than 120KB. At least 1 and at most 5 image assets must be specified.
repeated .google.ads.googleads.v10.common.AdImageAsset logo_images = 5;
-
getLogoImagesOrBuilder
AdImageAssetOrBuilder getLogoImagesOrBuilder(int index)
List of logo image assets that may be displayed with the ad. The images must be 128x128 pixels and not larger than 120KB. At least 1 and at most 5 image assets must be specified.
repeated .google.ads.googleads.v10.common.AdImageAsset logo_images = 5;
-
getVideosList
java.util.List<AdVideoAsset> getVideosList()
List of YouTube video assets that may be displayed with the ad. Videos are optional and at most 20 can be specified.
repeated .google.ads.googleads.v10.common.AdVideoAsset videos = 6;
-
getVideos
AdVideoAsset getVideos(int index)
List of YouTube video assets that may be displayed with the ad. Videos are optional and at most 20 can be specified.
repeated .google.ads.googleads.v10.common.AdVideoAsset videos = 6;
-
getVideosCount
int getVideosCount()
List of YouTube video assets that may be displayed with the ad. Videos are optional and at most 20 can be specified.
repeated .google.ads.googleads.v10.common.AdVideoAsset videos = 6;
-
getVideosOrBuilderList
java.util.List<? extends AdVideoAssetOrBuilder> getVideosOrBuilderList()
List of YouTube video assets that may be displayed with the ad. Videos are optional and at most 20 can be specified.
repeated .google.ads.googleads.v10.common.AdVideoAsset videos = 6;
-
getVideosOrBuilder
AdVideoAssetOrBuilder getVideosOrBuilder(int index)
List of YouTube video assets that may be displayed with the ad. Videos are optional and at most 20 can be specified.
repeated .google.ads.googleads.v10.common.AdVideoAsset videos = 6;
-
hasPath1
boolean hasPath1()
First part of optional text that can be appended to the URL in the ad.
optional string path1 = 9;- Returns:
- Whether the path1 field is set.
-
getPath1
java.lang.String getPath1()
First part of optional text that can be appended to the URL in the ad.
optional string path1 = 9;- Returns:
- The path1.
-
getPath1Bytes
com.google.protobuf.ByteString getPath1Bytes()
First part of optional text that can be appended to the URL in the ad.
optional string path1 = 9;- Returns:
- The bytes for path1.
-
hasPath2
boolean hasPath2()
Second part of optional text that can be appended to the URL in the ad. This field can only be set when `path1` is also set.
optional string path2 = 10;- Returns:
- Whether the path2 field is set.
-
getPath2
java.lang.String getPath2()
Second part of optional text that can be appended to the URL in the ad. This field can only be set when `path1` is also set.
optional string path2 = 10;- Returns:
- The path2.
-
getPath2Bytes
com.google.protobuf.ByteString getPath2Bytes()
Second part of optional text that can be appended to the URL in the ad. This field can only be set when `path1` is also set.
optional string path2 = 10;- Returns:
- The bytes for path2.
-
-