com.google.ads.googleads.v10.common.ResponsiveSearchAdInfoOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of google-ads-stubs-v10 Show documentation
Show all versions of google-ads-stubs-v10 Show documentation
Stubs for GAAPI version google-ads-stubs-v10
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/ads/googleads/v10/common/ad_type_infos.proto
package com.google.ads.googleads.v10.common;
public interface ResponsiveSearchAdInfoOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v10.common.ResponsiveSearchAdInfo)
com.google.protobuf.MessageOrBuilder {
/**
*
* List of text assets for headlines. When the ad serves the headlines will
* be selected from this list.
*
*
* repeated .google.ads.googleads.v10.common.AdTextAsset headlines = 1;
*/
java.util.List
getHeadlinesList();
/**
*
* List of text assets for headlines. When the ad serves the headlines will
* be selected from this list.
*
*
* repeated .google.ads.googleads.v10.common.AdTextAsset headlines = 1;
*/
com.google.ads.googleads.v10.common.AdTextAsset getHeadlines(int index);
/**
*
* List of text assets for headlines. When the ad serves the headlines will
* be selected from this list.
*
*
* repeated .google.ads.googleads.v10.common.AdTextAsset headlines = 1;
*/
int getHeadlinesCount();
/**
*
* List of text assets for headlines. When the ad serves the headlines will
* be selected from this list.
*
*
* repeated .google.ads.googleads.v10.common.AdTextAsset headlines = 1;
*/
java.util.List extends com.google.ads.googleads.v10.common.AdTextAssetOrBuilder>
getHeadlinesOrBuilderList();
/**
*
* List of text assets for headlines. When the ad serves the headlines will
* be selected from this list.
*
*
* repeated .google.ads.googleads.v10.common.AdTextAsset headlines = 1;
*/
com.google.ads.googleads.v10.common.AdTextAssetOrBuilder getHeadlinesOrBuilder(
int index);
/**
*
* List of text assets for descriptions. When the ad serves the descriptions
* will be selected from this list.
*
*
* repeated .google.ads.googleads.v10.common.AdTextAsset descriptions = 2;
*/
java.util.List
getDescriptionsList();
/**
*
* List of text assets for descriptions. When the ad serves the descriptions
* will be selected from this list.
*
*
* repeated .google.ads.googleads.v10.common.AdTextAsset descriptions = 2;
*/
com.google.ads.googleads.v10.common.AdTextAsset getDescriptions(int index);
/**
*
* List of text assets for descriptions. When the ad serves the descriptions
* will be selected from this list.
*
*
* repeated .google.ads.googleads.v10.common.AdTextAsset descriptions = 2;
*/
int getDescriptionsCount();
/**
*
* List of text assets for descriptions. When the ad serves the descriptions
* will be selected from this list.
*
*
* repeated .google.ads.googleads.v10.common.AdTextAsset descriptions = 2;
*/
java.util.List extends com.google.ads.googleads.v10.common.AdTextAssetOrBuilder>
getDescriptionsOrBuilderList();
/**
*
* List of text assets for descriptions. When the ad serves the descriptions
* will be selected from this list.
*
*
* repeated .google.ads.googleads.v10.common.AdTextAsset descriptions = 2;
*/
com.google.ads.googleads.v10.common.AdTextAssetOrBuilder getDescriptionsOrBuilder(
int index);
/**
*
* First part of text that can be appended to the URL in the ad.
*
*
* optional string path1 = 5;
* @return Whether the path1 field is set.
*/
boolean hasPath1();
/**
*
* First part of text that can be appended to the URL in the ad.
*
*
* optional string path1 = 5;
* @return The path1.
*/
java.lang.String getPath1();
/**
*
* First part of text that can be appended to the URL in the ad.
*
*
* optional string path1 = 5;
* @return The bytes for path1.
*/
com.google.protobuf.ByteString
getPath1Bytes();
/**
*
* Second part of 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 = 6;
* @return Whether the path2 field is set.
*/
boolean hasPath2();
/**
*
* Second part of 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 = 6;
* @return The path2.
*/
java.lang.String getPath2();
/**
*
* Second part of 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 = 6;
* @return The bytes for path2.
*/
com.google.protobuf.ByteString
getPath2Bytes();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy