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

    Modifier and Type
    Method
    Description
    Required.
    com.google.protobuf.ByteString
    Required.
    Required.
    com.google.protobuf.ByteString
    Required.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getText

      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

      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.