com.google.ads.googleads.v17.common.DemandGenVideoResponsiveAdInfoOrBuilder 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 DemandGenVideoResponsiveAdInfoOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.common.DemandGenVideoResponsiveAdInfo)
com.google.protobuf.MessageOrBuilder {
/**
*
* List of text assets used for the short headline.
*
*
* repeated .google.ads.googleads.v17.common.AdTextAsset headlines = 1;
*/
java.util.List
getHeadlinesList();
/**
*
* List of text assets used for the short headline.
*
*
* repeated .google.ads.googleads.v17.common.AdTextAsset headlines = 1;
*/
com.google.ads.googleads.v17.common.AdTextAsset getHeadlines(int index);
/**
*
* List of text assets used for the short headline.
*
*
* repeated .google.ads.googleads.v17.common.AdTextAsset headlines = 1;
*/
int getHeadlinesCount();
/**
*
* List of text assets used for the short headline.
*
*
* 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 used for the short headline.
*
*
* repeated .google.ads.googleads.v17.common.AdTextAsset headlines = 1;
*/
com.google.ads.googleads.v17.common.AdTextAssetOrBuilder getHeadlinesOrBuilder(
int index);
/**
*
* List of text assets used for the long headline.
*
*
* repeated .google.ads.googleads.v17.common.AdTextAsset long_headlines = 2;
*/
java.util.List
getLongHeadlinesList();
/**
*
* List of text assets used for the long headline.
*
*
* repeated .google.ads.googleads.v17.common.AdTextAsset long_headlines = 2;
*/
com.google.ads.googleads.v17.common.AdTextAsset getLongHeadlines(int index);
/**
*
* List of text assets used for the long headline.
*
*
* repeated .google.ads.googleads.v17.common.AdTextAsset long_headlines = 2;
*/
int getLongHeadlinesCount();
/**
*
* List of text assets used for the long headline.
*
*
* repeated .google.ads.googleads.v17.common.AdTextAsset long_headlines = 2;
*/
java.util.List extends com.google.ads.googleads.v17.common.AdTextAssetOrBuilder>
getLongHeadlinesOrBuilderList();
/**
*
* List of text assets used for the long headline.
*
*
* repeated .google.ads.googleads.v17.common.AdTextAsset long_headlines = 2;
*/
com.google.ads.googleads.v17.common.AdTextAssetOrBuilder getLongHeadlinesOrBuilder(
int index);
/**
*
* List of text assets used for the description.
*
*
* repeated .google.ads.googleads.v17.common.AdTextAsset descriptions = 3;
*/
java.util.List
getDescriptionsList();
/**
*
* List of text assets used for the description.
*
*
* repeated .google.ads.googleads.v17.common.AdTextAsset descriptions = 3;
*/
com.google.ads.googleads.v17.common.AdTextAsset getDescriptions(int index);
/**
*
* List of text assets used for the description.
*
*
* repeated .google.ads.googleads.v17.common.AdTextAsset descriptions = 3;
*/
int getDescriptionsCount();
/**
*
* List of text assets used for the description.
*
*
* repeated .google.ads.googleads.v17.common.AdTextAsset descriptions = 3;
*/
java.util.List extends com.google.ads.googleads.v17.common.AdTextAssetOrBuilder>
getDescriptionsOrBuilderList();
/**
*
* List of text assets used for the description.
*
*
* repeated .google.ads.googleads.v17.common.AdTextAsset descriptions = 3;
*/
com.google.ads.googleads.v17.common.AdTextAssetOrBuilder getDescriptionsOrBuilder(
int index);
/**
*
* List of YouTube video assets used for the ad.
*
*
* repeated .google.ads.googleads.v17.common.AdVideoAsset videos = 4;
*/
java.util.List
getVideosList();
/**
*
* List of YouTube video assets used for the ad.
*
*
* repeated .google.ads.googleads.v17.common.AdVideoAsset videos = 4;
*/
com.google.ads.googleads.v17.common.AdVideoAsset getVideos(int index);
/**
*
* List of YouTube video assets used for the ad.
*
*
* repeated .google.ads.googleads.v17.common.AdVideoAsset videos = 4;
*/
int getVideosCount();
/**
*
* List of YouTube video assets used for the ad.
*
*
* repeated .google.ads.googleads.v17.common.AdVideoAsset videos = 4;
*/
java.util.List extends com.google.ads.googleads.v17.common.AdVideoAssetOrBuilder>
getVideosOrBuilderList();
/**
*
* List of YouTube video assets used for the ad.
*
*
* repeated .google.ads.googleads.v17.common.AdVideoAsset videos = 4;
*/
com.google.ads.googleads.v17.common.AdVideoAssetOrBuilder getVideosOrBuilder(
int index);
/**
*
* 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.v17.common.AdImageAsset logo_images = 5;
*/
java.util.List
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.v17.common.AdImageAsset logo_images = 5;
*/
com.google.ads.googleads.v17.common.AdImageAsset getLogoImages(int index);
/**
*
* 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.v17.common.AdImageAsset logo_images = 5;
*/
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.v17.common.AdImageAsset logo_images = 5;
*/
java.util.List extends com.google.ads.googleads.v17.common.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.v17.common.AdImageAsset logo_images = 5;
*/
com.google.ads.googleads.v17.common.AdImageAssetOrBuilder getLogoImagesOrBuilder(
int index);
/**
*
* First part of text that appears in the ad with the displayed URL.
*
*
* string breadcrumb1 = 6;
* @return The breadcrumb1.
*/
java.lang.String getBreadcrumb1();
/**
*
* First part of text that appears in the ad with the displayed URL.
*
*
* string breadcrumb1 = 6;
* @return The bytes for breadcrumb1.
*/
com.google.protobuf.ByteString
getBreadcrumb1Bytes();
/**
*
* Second part of text that appears in the ad with the displayed URL.
*
*
* string breadcrumb2 = 7;
* @return The breadcrumb2.
*/
java.lang.String getBreadcrumb2();
/**
*
* Second part of text that appears in the ad with the displayed URL.
*
*
* string breadcrumb2 = 7;
* @return The bytes for breadcrumb2.
*/
com.google.protobuf.ByteString
getBreadcrumb2Bytes();
/**
*
* Required. The advertiser/brand name.
*
*
* .google.ads.googleads.v17.common.AdTextAsset business_name = 8 [(.google.api.field_behavior) = REQUIRED];
* @return Whether the businessName field is set.
*/
boolean hasBusinessName();
/**
*
* Required. The advertiser/brand name.
*
*
* .google.ads.googleads.v17.common.AdTextAsset business_name = 8 [(.google.api.field_behavior) = REQUIRED];
* @return The businessName.
*/
com.google.ads.googleads.v17.common.AdTextAsset getBusinessName();
/**
*
* Required. The advertiser/brand name.
*
*
* .google.ads.googleads.v17.common.AdTextAsset business_name = 8 [(.google.api.field_behavior) = REQUIRED];
*/
com.google.ads.googleads.v17.common.AdTextAssetOrBuilder getBusinessNameOrBuilder();
/**
*
* Assets of type CallToActionAsset used for the "Call To Action" button.
*
*
* repeated .google.ads.googleads.v17.common.AdCallToActionAsset call_to_actions = 9;
*/
java.util.List
getCallToActionsList();
/**
*
* Assets of type CallToActionAsset used for the "Call To Action" button.
*
*
* repeated .google.ads.googleads.v17.common.AdCallToActionAsset call_to_actions = 9;
*/
com.google.ads.googleads.v17.common.AdCallToActionAsset getCallToActions(int index);
/**
*
* Assets of type CallToActionAsset used for the "Call To Action" button.
*
*
* repeated .google.ads.googleads.v17.common.AdCallToActionAsset call_to_actions = 9;
*/
int getCallToActionsCount();
/**
*
* Assets of type CallToActionAsset used for the "Call To Action" button.
*
*
* repeated .google.ads.googleads.v17.common.AdCallToActionAsset call_to_actions = 9;
*/
java.util.List extends com.google.ads.googleads.v17.common.AdCallToActionAssetOrBuilder>
getCallToActionsOrBuilderList();
/**
*
* Assets of type CallToActionAsset used for the "Call To Action" button.
*
*
* repeated .google.ads.googleads.v17.common.AdCallToActionAsset call_to_actions = 9;
*/
com.google.ads.googleads.v17.common.AdCallToActionAssetOrBuilder getCallToActionsOrBuilder(
int index);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy