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 TypeMethodDescriptionThe text asset type.intThe text asset type.getText()Asset text in requested language.com.google.protobuf.ByteStringAsset text in requested language.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods 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
AssetFieldTypeEnum.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.
-