com.google.ads.googleads.v17.common.TextMessageFeedItemOrBuilder 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/extensions.proto
// Protobuf Java Version: 3.25.3
package com.google.ads.googleads.v17.common;
public interface TextMessageFeedItemOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.common.TextMessageFeedItem)
com.google.protobuf.MessageOrBuilder {
/**
*
* The business name to prepend to the message text.
* This field is required.
*
*
* optional string business_name = 6;
* @return Whether the businessName field is set.
*/
boolean hasBusinessName();
/**
*
* The business name to prepend to the message text.
* This field is required.
*
*
* optional string business_name = 6;
* @return The businessName.
*/
java.lang.String getBusinessName();
/**
*
* The business name to prepend to the message text.
* This field is required.
*
*
* optional string business_name = 6;
* @return The bytes for businessName.
*/
com.google.protobuf.ByteString
getBusinessNameBytes();
/**
*
* Uppercase two-letter country code of the advertiser's phone number.
* This field is required.
*
*
* optional string country_code = 7;
* @return Whether the countryCode field is set.
*/
boolean hasCountryCode();
/**
*
* Uppercase two-letter country code of the advertiser's phone number.
* This field is required.
*
*
* optional string country_code = 7;
* @return The countryCode.
*/
java.lang.String getCountryCode();
/**
*
* Uppercase two-letter country code of the advertiser's phone number.
* This field is required.
*
*
* optional string country_code = 7;
* @return The bytes for countryCode.
*/
com.google.protobuf.ByteString
getCountryCodeBytes();
/**
*
* The advertiser's phone number the message will be sent to. Required.
*
*
* optional string phone_number = 8;
* @return Whether the phoneNumber field is set.
*/
boolean hasPhoneNumber();
/**
*
* The advertiser's phone number the message will be sent to. Required.
*
*
* optional string phone_number = 8;
* @return The phoneNumber.
*/
java.lang.String getPhoneNumber();
/**
*
* The advertiser's phone number the message will be sent to. Required.
*
*
* optional string phone_number = 8;
* @return The bytes for phoneNumber.
*/
com.google.protobuf.ByteString
getPhoneNumberBytes();
/**
*
* The text to show in the ad.
* This field is required.
*
*
* optional string text = 9;
* @return Whether the text field is set.
*/
boolean hasText();
/**
*
* The text to show in the ad.
* This field is required.
*
*
* optional string text = 9;
* @return The text.
*/
java.lang.String getText();
/**
*
* The text to show in the ad.
* This field is required.
*
*
* optional string text = 9;
* @return The bytes for text.
*/
com.google.protobuf.ByteString
getTextBytes();
/**
*
* The message extension_text populated in the messaging app.
*
*
* optional string extension_text = 10;
* @return Whether the extensionText field is set.
*/
boolean hasExtensionText();
/**
*
* The message extension_text populated in the messaging app.
*
*
* optional string extension_text = 10;
* @return The extensionText.
*/
java.lang.String getExtensionText();
/**
*
* The message extension_text populated in the messaging app.
*
*
* optional string extension_text = 10;
* @return The bytes for extensionText.
*/
com.google.protobuf.ByteString
getExtensionTextBytes();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy