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
Modifier and TypeMethodDescriptionThe Image asset type.intThe Image asset type.getUri()URI for the image.com.google.protobuf.ByteStringURI for the image.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
-
getUri
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.v18.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.v18.enums.AssetFieldTypeEnum.AssetFieldType asset_field_type = 2;- Returns:
- The assetFieldType.
-