com.google.ads.googleads.v17.common.HotelCalloutFeedItemOrBuilder 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 HotelCalloutFeedItemOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.common.HotelCalloutFeedItem)
com.google.protobuf.MessageOrBuilder {
/**
*
* The callout text.
* The length of this string should be between 1 and 25, inclusive.
*
*
* optional string text = 3;
* @return Whether the text field is set.
*/
boolean hasText();
/**
*
* The callout text.
* The length of this string should be between 1 and 25, inclusive.
*
*
* optional string text = 3;
* @return The text.
*/
java.lang.String getText();
/**
*
* The callout text.
* The length of this string should be between 1 and 25, inclusive.
*
*
* optional string text = 3;
* @return The bytes for text.
*/
com.google.protobuf.ByteString
getTextBytes();
/**
*
* The language of the hotel callout text.
* IETF BCP 47 compliant language code.
*
*
* optional string language_code = 4;
* @return Whether the languageCode field is set.
*/
boolean hasLanguageCode();
/**
*
* The language of the hotel callout text.
* IETF BCP 47 compliant language code.
*
*
* optional string language_code = 4;
* @return The languageCode.
*/
java.lang.String getLanguageCode();
/**
*
* The language of the hotel callout text.
* IETF BCP 47 compliant language code.
*
*
* optional string language_code = 4;
* @return The bytes for languageCode.
*/
com.google.protobuf.ByteString
getLanguageCodeBytes();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy