Interface HotelCalloutAssetOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
HotelCalloutAsset,HotelCalloutAsset.Builder
public interface HotelCalloutAssetOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetLanguageCode()Required.com.google.protobuf.ByteStringgetLanguageCodeBytes()Required.java.lang.StringgetText()Required.com.google.protobuf.ByteStringgetTextBytes()Required.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getText
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];- Returns:
- The text.
-
getTextBytes
com.google.protobuf.ByteString getTextBytes()
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];- Returns:
- The bytes for text.
-
getLanguageCode
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];- Returns:
- The languageCode.
-
getLanguageCodeBytes
com.google.protobuf.ByteString getLanguageCodeBytes()
Required. The language of the hotel callout. Represented as BCP 47 language tag.
string language_code = 2 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The bytes for languageCode.
-
-