Interface HotelImageAssetOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
HotelImageAsset,HotelImageAsset.Builder
public interface HotelImageAssetOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AssetFieldTypeEnum.AssetFieldTypegetAssetFieldType()The Image asset type.intgetAssetFieldTypeValue()The Image asset type.java.lang.StringgetUri()URI for the image.com.google.protobuf.ByteStringgetUriBytes()URI for the image.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getUri
java.lang.String getUri()
URI for the image.
string uri = 1;- Returns:
- The uri.
-
getUriBytes
com.google.protobuf.ByteString getUriBytes()
URI for the image.
string uri = 1;- Returns:
- The bytes for uri.
-
getAssetFieldTypeValue
int getAssetFieldTypeValue()
The Image asset type. For example, MARKETING_IMAGE, PORTRAIT_MARKETING_IMAGE, etc.
.google.ads.googleads.v15.enums.AssetFieldTypeEnum.AssetFieldType asset_field_type = 2;- Returns:
- The enum numeric value on the wire for assetFieldType.
-
getAssetFieldType
AssetFieldTypeEnum.AssetFieldType getAssetFieldType()
The Image asset type. For example, MARKETING_IMAGE, PORTRAIT_MARKETING_IMAGE, etc.
.google.ads.googleads.v15.enums.AssetFieldTypeEnum.AssetFieldType asset_field_type = 2;- Returns:
- The assetFieldType.
-
-