Interface HotelPropertyAssetOrBuilder

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

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

    Modifier and Type
    Method
    Description
    Address of the hotel.
    com.google.protobuf.ByteString
    Address of the hotel.
    Name of the hotel.
    com.google.protobuf.ByteString
    Name of the hotel.
    Place IDs uniquely identify a place in the Google Places database and on Google Maps.
    com.google.protobuf.ByteString
    Place IDs uniquely identify a place in the Google Places database and on Google Maps.

    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

    • getPlaceId

      String getPlaceId()
       Place IDs uniquely identify a place in the Google Places database and on
       Google Maps. See https://developers.google.com/places/web-service/place-id
       to learn more.
       
      string place_id = 1;
      Returns:
      The placeId.
    • getPlaceIdBytes

      com.google.protobuf.ByteString getPlaceIdBytes()
       Place IDs uniquely identify a place in the Google Places database and on
       Google Maps. See https://developers.google.com/places/web-service/place-id
       to learn more.
       
      string place_id = 1;
      Returns:
      The bytes for placeId.
    • getHotelAddress

      String getHotelAddress()
       Address of the hotel. Read-only.
       
      string hotel_address = 2;
      Returns:
      The hotelAddress.
    • getHotelAddressBytes

      com.google.protobuf.ByteString getHotelAddressBytes()
       Address of the hotel. Read-only.
       
      string hotel_address = 2;
      Returns:
      The bytes for hotelAddress.
    • getHotelName

      String getHotelName()
       Name of the hotel. Read-only.
       
      string hotel_name = 3;
      Returns:
      The hotelName.
    • getHotelNameBytes

      com.google.protobuf.ByteString getHotelNameBytes()
       Name of the hotel. Read-only.
       
      string hotel_name = 3;
      Returns:
      The bytes for hotelName.