com.google.ads.googleads.v10.common.CalloutFeedItemOrBuilder 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/extensions.proto
package com.google.ads.googleads.v10.common;
public interface CalloutFeedItemOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v10.common.CalloutFeedItem)
com.google.protobuf.MessageOrBuilder {
/**
*
* The callout text.
* The length of this string should be between 1 and 25, inclusive.
*
*
* optional string callout_text = 2;
* @return Whether the calloutText field is set.
*/
boolean hasCalloutText();
/**
*
* The callout text.
* The length of this string should be between 1 and 25, inclusive.
*
*
* optional string callout_text = 2;
* @return The calloutText.
*/
java.lang.String getCalloutText();
/**
*
* The callout text.
* The length of this string should be between 1 and 25, inclusive.
*
*
* optional string callout_text = 2;
* @return The bytes for calloutText.
*/
com.google.protobuf.ByteString
getCalloutTextBytes();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy