Interface HotelTextAssetOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
HotelTextAsset, HotelTextAsset.Builder

public interface HotelTextAssetOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    The text asset type.
    int
    The text asset type.
    Asset text in requested language.
    com.google.protobuf.ByteString
    Asset text in requested language.

    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()
       Asset text in requested language.
       
      string text = 1;
      Returns:
      The text.
    • getTextBytes

      com.google.protobuf.ByteString getTextBytes()
       Asset text in requested language.
       
      string text = 1;
      Returns:
      The bytes for text.
    • getAssetFieldTypeValue

      int getAssetFieldTypeValue()
       The text asset type. For example, HEADLINE, DESCRIPTION, etc.
       
      .google.ads.googleads.v18.enums.AssetFieldTypeEnum.AssetFieldType asset_field_type = 2;
      Returns:
      The enum numeric value on the wire for assetFieldType.
    • getAssetFieldType

       The text asset type. For example, HEADLINE, DESCRIPTION, etc.
       
      .google.ads.googleads.v18.enums.AssetFieldTypeEnum.AssetFieldType asset_field_type = 2;
      Returns:
      The assetFieldType.