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 TypeMethodDescriptionAddress of the hotel.com.google.protobuf.ByteStringAddress of the hotel.Name of the hotel.com.google.protobuf.ByteStringName of the hotel.Place IDs uniquely identify a place in the Google Places database and on Google Maps.com.google.protobuf.ByteStringPlace IDs uniquely identify a place in the Google Places database and on Google Maps.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
-
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.
-