com.google.ads.googleads.v17.common.HotelCalloutAssetOrBuilder 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/asset_types.proto
// Protobuf Java Version: 3.25.3
package com.google.ads.googleads.v17.common;
public interface HotelCalloutAssetOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.common.HotelCalloutAsset)
com.google.protobuf.MessageOrBuilder {
/**
*
* Required. The text of the hotel callout asset.
* The length of this string should be between 1 and 25, inclusive.
*
*
* string text = 1 [(.google.api.field_behavior) = REQUIRED];
* @return The text.
*/
java.lang.String getText();
/**
*
* Required. The text of the hotel callout asset.
* The length of this string should be between 1 and 25, inclusive.
*
*
* string text = 1 [(.google.api.field_behavior) = REQUIRED];
* @return The bytes for text.
*/
com.google.protobuf.ByteString
getTextBytes();
/**
*
* Required. The language of the hotel callout.
* Represented as BCP 47 language tag.
*
*
* string language_code = 2 [(.google.api.field_behavior) = REQUIRED];
* @return The languageCode.
*/
java.lang.String getLanguageCode();
/**
*
* Required. The language of the hotel callout.
* Represented as BCP 47 language tag.
*
*
* string language_code = 2 [(.google.api.field_behavior) = REQUIRED];
* @return The bytes for languageCode.
*/
com.google.protobuf.ByteString
getLanguageCodeBytes();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy