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 Type
    Method
    Description
    The Image asset type.
    int
    The Image asset type.
    URI for the image.
    com.google.protobuf.ByteString
    URI for the image.

    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

    • 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

       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.