Interface DemandGenVideoResponsiveAdInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DemandGenVideoResponsiveAdInfo,DemandGenVideoResponsiveAdInfo.Builder
public interface DemandGenVideoResponsiveAdInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionFirst part of text that appears in the ad with the displayed URL.com.google.protobuf.ByteStringFirst part of text that appears in the ad with the displayed URL.Second part of text that appears in the ad with the displayed URL.com.google.protobuf.ByteStringSecond part of text that appears in the ad with the displayed URL.Required.Required.getCallToActions(int index) Assets of type CallToActionAsset used for the "Call To Action" button.intAssets of type CallToActionAsset used for the "Call To Action" button.Assets of type CallToActionAsset used for the "Call To Action" button.getCallToActionsOrBuilder(int index) Assets of type CallToActionAsset used for the "Call To Action" button.List<? extends AdCallToActionAssetOrBuilder>Assets of type CallToActionAsset used for the "Call To Action" button.getDescriptions(int index) List of text assets used for the description.intList of text assets used for the description.List of text assets used for the description.getDescriptionsOrBuilder(int index) List of text assets used for the description.List<? extends AdTextAssetOrBuilder>List of text assets used for the description.getHeadlines(int index) List of text assets used for the short headline.intList of text assets used for the short headline.List of text assets used for the short headline.getHeadlinesOrBuilder(int index) List of text assets used for the short headline.List<? extends AdTextAssetOrBuilder>List of text assets used for the short headline.getLogoImages(int index) Logo image to be used in the ad.intLogo image to be used in the ad.Logo image to be used in the ad.getLogoImagesOrBuilder(int index) Logo image to be used in the ad.List<? extends AdImageAssetOrBuilder>Logo image to be used in the ad.getLongHeadlines(int index) List of text assets used for the long headline.intList of text assets used for the long headline.List of text assets used for the long headline.getLongHeadlinesOrBuilder(int index) List of text assets used for the long headline.List<? extends AdTextAssetOrBuilder>List of text assets used for the long headline.getVideos(int index) List of YouTube video assets used for the ad.intList of YouTube video assets used for the ad.List of YouTube video assets used for the ad.getVideosOrBuilder(int index) List of YouTube video assets used for the ad.List<? extends AdVideoAssetOrBuilder>List of YouTube video assets used for the ad.booleanRequired.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getHeadlinesList
List<AdTextAsset> getHeadlinesList()List of text assets used for the short headline.
repeated .google.ads.googleads.v18.common.AdTextAsset headlines = 1; -
getHeadlines
List of text assets used for the short headline.
repeated .google.ads.googleads.v18.common.AdTextAsset headlines = 1; -
getHeadlinesCount
int getHeadlinesCount()List of text assets used for the short headline.
repeated .google.ads.googleads.v18.common.AdTextAsset headlines = 1; -
getHeadlinesOrBuilderList
List<? extends AdTextAssetOrBuilder> getHeadlinesOrBuilderList()List of text assets used for the short headline.
repeated .google.ads.googleads.v18.common.AdTextAsset headlines = 1; -
getHeadlinesOrBuilder
List of text assets used for the short headline.
repeated .google.ads.googleads.v18.common.AdTextAsset headlines = 1; -
getLongHeadlinesList
List<AdTextAsset> getLongHeadlinesList()List of text assets used for the long headline.
repeated .google.ads.googleads.v18.common.AdTextAsset long_headlines = 2; -
getLongHeadlines
List of text assets used for the long headline.
repeated .google.ads.googleads.v18.common.AdTextAsset long_headlines = 2; -
getLongHeadlinesCount
int getLongHeadlinesCount()List of text assets used for the long headline.
repeated .google.ads.googleads.v18.common.AdTextAsset long_headlines = 2; -
getLongHeadlinesOrBuilderList
List<? extends AdTextAssetOrBuilder> getLongHeadlinesOrBuilderList()List of text assets used for the long headline.
repeated .google.ads.googleads.v18.common.AdTextAsset long_headlines = 2; -
getLongHeadlinesOrBuilder
List of text assets used for the long headline.
repeated .google.ads.googleads.v18.common.AdTextAsset long_headlines = 2; -
getDescriptionsList
List<AdTextAsset> getDescriptionsList()List of text assets used for the description.
repeated .google.ads.googleads.v18.common.AdTextAsset descriptions = 3; -
getDescriptions
List of text assets used for the description.
repeated .google.ads.googleads.v18.common.AdTextAsset descriptions = 3; -
getDescriptionsCount
int getDescriptionsCount()List of text assets used for the description.
repeated .google.ads.googleads.v18.common.AdTextAsset descriptions = 3; -
getDescriptionsOrBuilderList
List<? extends AdTextAssetOrBuilder> getDescriptionsOrBuilderList()List of text assets used for the description.
repeated .google.ads.googleads.v18.common.AdTextAsset descriptions = 3; -
getDescriptionsOrBuilder
List of text assets used for the description.
repeated .google.ads.googleads.v18.common.AdTextAsset descriptions = 3; -
getVideosList
List<AdVideoAsset> getVideosList()List of YouTube video assets used for the ad.
repeated .google.ads.googleads.v18.common.AdVideoAsset videos = 4; -
getVideos
List of YouTube video assets used for the ad.
repeated .google.ads.googleads.v18.common.AdVideoAsset videos = 4; -
getVideosCount
int getVideosCount()List of YouTube video assets used for the ad.
repeated .google.ads.googleads.v18.common.AdVideoAsset videos = 4; -
getVideosOrBuilderList
List<? extends AdVideoAssetOrBuilder> getVideosOrBuilderList()List of YouTube video assets used for the ad.
repeated .google.ads.googleads.v18.common.AdVideoAsset videos = 4; -
getVideosOrBuilder
List of YouTube video assets used for the ad.
repeated .google.ads.googleads.v18.common.AdVideoAsset videos = 4; -
getLogoImagesList
List<AdImageAsset> getLogoImagesList()Logo image to be used in the ad. Valid image types are GIF, JPEG, and PNG. The minimum size is 128x128 and the aspect ratio must be 1:1 (+-1%).
repeated .google.ads.googleads.v18.common.AdImageAsset logo_images = 5; -
getLogoImages
Logo image to be used in the ad. Valid image types are GIF, JPEG, and PNG. The minimum size is 128x128 and the aspect ratio must be 1:1 (+-1%).
repeated .google.ads.googleads.v18.common.AdImageAsset logo_images = 5; -
getLogoImagesCount
int getLogoImagesCount()Logo image to be used in the ad. Valid image types are GIF, JPEG, and PNG. The minimum size is 128x128 and the aspect ratio must be 1:1 (+-1%).
repeated .google.ads.googleads.v18.common.AdImageAsset logo_images = 5; -
getLogoImagesOrBuilderList
List<? extends AdImageAssetOrBuilder> getLogoImagesOrBuilderList()Logo image to be used in the ad. Valid image types are GIF, JPEG, and PNG. The minimum size is 128x128 and the aspect ratio must be 1:1 (+-1%).
repeated .google.ads.googleads.v18.common.AdImageAsset logo_images = 5; -
getLogoImagesOrBuilder
Logo image to be used in the ad. Valid image types are GIF, JPEG, and PNG. The minimum size is 128x128 and the aspect ratio must be 1:1 (+-1%).
repeated .google.ads.googleads.v18.common.AdImageAsset logo_images = 5; -
getBreadcrumb1
String getBreadcrumb1()First part of text that appears in the ad with the displayed URL.
string breadcrumb1 = 6;- Returns:
- The breadcrumb1.
-
getBreadcrumb1Bytes
com.google.protobuf.ByteString getBreadcrumb1Bytes()First part of text that appears in the ad with the displayed URL.
string breadcrumb1 = 6;- Returns:
- The bytes for breadcrumb1.
-
getBreadcrumb2
String getBreadcrumb2()Second part of text that appears in the ad with the displayed URL.
string breadcrumb2 = 7;- Returns:
- The breadcrumb2.
-
getBreadcrumb2Bytes
com.google.protobuf.ByteString getBreadcrumb2Bytes()Second part of text that appears in the ad with the displayed URL.
string breadcrumb2 = 7;- Returns:
- The bytes for breadcrumb2.
-
hasBusinessName
boolean hasBusinessName()Required. The advertiser/brand name.
.google.ads.googleads.v18.common.AdTextAsset business_name = 8 [(.google.api.field_behavior) = REQUIRED];- Returns:
- Whether the businessName field is set.
-
getBusinessName
AdTextAsset getBusinessName()Required. The advertiser/brand name.
.google.ads.googleads.v18.common.AdTextAsset business_name = 8 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The businessName.
-
getBusinessNameOrBuilder
AdTextAssetOrBuilder getBusinessNameOrBuilder()Required. The advertiser/brand name.
.google.ads.googleads.v18.common.AdTextAsset business_name = 8 [(.google.api.field_behavior) = REQUIRED]; -
getCallToActionsList
List<AdCallToActionAsset> getCallToActionsList()Assets of type CallToActionAsset used for the "Call To Action" button.
repeated .google.ads.googleads.v18.common.AdCallToActionAsset call_to_actions = 9; -
getCallToActions
Assets of type CallToActionAsset used for the "Call To Action" button.
repeated .google.ads.googleads.v18.common.AdCallToActionAsset call_to_actions = 9; -
getCallToActionsCount
int getCallToActionsCount()Assets of type CallToActionAsset used for the "Call To Action" button.
repeated .google.ads.googleads.v18.common.AdCallToActionAsset call_to_actions = 9; -
getCallToActionsOrBuilderList
List<? extends AdCallToActionAssetOrBuilder> getCallToActionsOrBuilderList()Assets of type CallToActionAsset used for the "Call To Action" button.
repeated .google.ads.googleads.v18.common.AdCallToActionAsset call_to_actions = 9; -
getCallToActionsOrBuilder
Assets of type CallToActionAsset used for the "Call To Action" button.
repeated .google.ads.googleads.v18.common.AdCallToActionAsset call_to_actions = 9;
-