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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetHotelAddress()Address of the hotel.com.google.protobuf.ByteStringgetHotelAddressBytes()Address of the hotel.java.lang.StringgetHotelName()Name of the hotel.com.google.protobuf.ByteStringgetHotelNameBytes()Name of the hotel.java.lang.StringgetPlaceId()Place IDs uniquely identify a place in the Google Places database and on Google Maps.com.google.protobuf.ByteStringgetPlaceIdBytes()Place IDs uniquely identify a place in the Google Places database and on Google Maps.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getPlaceId
java.lang.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
java.lang.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
java.lang.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.
-
-