Interface DynamicHotelsAndRentalsAssetOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DynamicHotelsAndRentalsAsset,DynamicHotelsAndRentalsAsset.Builder
public interface DynamicHotelsAndRentalsAssetOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetAddress()Address which can be specified in one of the following formats.com.google.protobuf.ByteStringgetAddressBytes()Address which can be specified in one of the following formats.java.lang.StringgetAndroidAppLink()Android deep link, e.g.com.google.protobuf.ByteStringgetAndroidAppLinkBytes()Android deep link, e.g.java.lang.StringgetCategory()Category, e.g.com.google.protobuf.ByteStringgetCategoryBytes()Category, e.g.java.lang.StringgetContextualKeywords(int index)Contextual keywords, e.g.com.google.protobuf.ByteStringgetContextualKeywordsBytes(int index)Contextual keywords, e.g.intgetContextualKeywordsCount()Contextual keywords, e.g.java.util.List<java.lang.String>getContextualKeywordsList()Contextual keywords, e.g.java.lang.StringgetDescription()Description, e.g.com.google.protobuf.ByteStringgetDescriptionBytes()Description, e.g.java.lang.StringgetDestinationName()Destination name, e.g.com.google.protobuf.ByteStringgetDestinationNameBytes()Destination name, e.g.java.lang.StringgetFormattedPrice()Formatted price which can be any characters.com.google.protobuf.ByteStringgetFormattedPriceBytes()Formatted price which can be any characters.java.lang.StringgetFormattedSalePrice()Formatted sale price which can be any characters.com.google.protobuf.ByteStringgetFormattedSalePriceBytes()Formatted sale price which can be any characters.java.lang.StringgetImageUrl()Image URL, e.g.com.google.protobuf.ByteStringgetImageUrlBytes()Image URL, e.g.java.lang.StringgetIosAppLink()iOS deep link, e.g.com.google.protobuf.ByteStringgetIosAppLinkBytes()iOS deep link, e.g.longgetIosAppStoreId()iOS app store ID.java.lang.StringgetPrice()Price which can be number followed by the alphabetic currency code, ISO 4217 standard.com.google.protobuf.ByteStringgetPriceBytes()Price which can be number followed by the alphabetic currency code, ISO 4217 standard.java.lang.StringgetPropertyId()Required.com.google.protobuf.ByteStringgetPropertyIdBytes()Required.java.lang.StringgetPropertyName()Required.com.google.protobuf.ByteStringgetPropertyNameBytes()Required.java.lang.StringgetSalePrice()ISO 4217 standard.com.google.protobuf.ByteStringgetSalePriceBytes()ISO 4217 standard.java.lang.StringgetSimilarPropertyIds(int index)Similar property IDs.com.google.protobuf.ByteStringgetSimilarPropertyIdsBytes(int index)Similar property IDs.intgetSimilarPropertyIdsCount()Similar property IDs.java.util.List<java.lang.String>getSimilarPropertyIdsList()Similar property IDs.longgetStarRating()Star rating.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getPropertyId
java.lang.String getPropertyId()
Required. Property ID which can be any sequence of letters and digits, and must be unique and match the values of remarketing tag. Required.
string property_id = 1 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The propertyId.
-
getPropertyIdBytes
com.google.protobuf.ByteString getPropertyIdBytes()
Required. Property ID which can be any sequence of letters and digits, and must be unique and match the values of remarketing tag. Required.
string property_id = 1 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The bytes for propertyId.
-
getPropertyName
java.lang.String getPropertyName()
Required. Property name, e.g. Mountain View Hotel. Required.
string property_name = 2 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The propertyName.
-
getPropertyNameBytes
com.google.protobuf.ByteString getPropertyNameBytes()
Required. Property name, e.g. Mountain View Hotel. Required.
string property_name = 2 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The bytes for propertyName.
-
getImageUrl
java.lang.String getImageUrl()
Image URL, e.g. http://www.example.com/image.png. The image will not be uploaded as image asset.
string image_url = 3;- Returns:
- The imageUrl.
-
getImageUrlBytes
com.google.protobuf.ByteString getImageUrlBytes()
Image URL, e.g. http://www.example.com/image.png. The image will not be uploaded as image asset.
string image_url = 3;- Returns:
- The bytes for imageUrl.
-
getDestinationName
java.lang.String getDestinationName()
Destination name, e.g. Downtown Mountain View.
string destination_name = 4;- Returns:
- The destinationName.
-
getDestinationNameBytes
com.google.protobuf.ByteString getDestinationNameBytes()
Destination name, e.g. Downtown Mountain View.
string destination_name = 4;- Returns:
- The bytes for destinationName.
-
getDescription
java.lang.String getDescription()
Description, e.g. Close to SJC Airport.
string description = 5;- Returns:
- The description.
-
getDescriptionBytes
com.google.protobuf.ByteString getDescriptionBytes()
Description, e.g. Close to SJC Airport.
string description = 5;- Returns:
- The bytes for description.
-
getPrice
java.lang.String getPrice()
Price which can be number followed by the alphabetic currency code, ISO 4217 standard. Use '.' as the decimal mark, e.g. 100.00 USD.
string price = 6;- Returns:
- The price.
-
getPriceBytes
com.google.protobuf.ByteString getPriceBytes()
Price which can be number followed by the alphabetic currency code, ISO 4217 standard. Use '.' as the decimal mark, e.g. 100.00 USD.
string price = 6;- Returns:
- The bytes for price.
-
getSalePrice
java.lang.String getSalePrice()
ISO 4217 standard. Use '.' as the decimal mark, e.g. 80.00 USD. Must be less than the 'price' field.
string sale_price = 7;- Returns:
- The salePrice.
-
getSalePriceBytes
com.google.protobuf.ByteString getSalePriceBytes()
ISO 4217 standard. Use '.' as the decimal mark, e.g. 80.00 USD. Must be less than the 'price' field.
string sale_price = 7;- Returns:
- The bytes for salePrice.
-
getStarRating
long getStarRating()
Star rating. Must be a number between 1–5, inclusive.
int64 star_rating = 8;- Returns:
- The starRating.
-
getCategory
java.lang.String getCategory()
Category, e.g. Hotel suite.
string category = 9;- Returns:
- The category.
-
getCategoryBytes
com.google.protobuf.ByteString getCategoryBytes()
Category, e.g. Hotel suite.
string category = 9;- Returns:
- The bytes for category.
-
getContextualKeywordsList
java.util.List<java.lang.String> getContextualKeywordsList()
Contextual keywords, e.g. Mountain View "Hotels", South Bay hotels.
repeated string contextual_keywords = 10;- Returns:
- A list containing the contextualKeywords.
-
getContextualKeywordsCount
int getContextualKeywordsCount()
Contextual keywords, e.g. Mountain View "Hotels", South Bay hotels.
repeated string contextual_keywords = 10;- Returns:
- The count of contextualKeywords.
-
getContextualKeywords
java.lang.String getContextualKeywords(int index)
Contextual keywords, e.g. Mountain View "Hotels", South Bay hotels.
repeated string contextual_keywords = 10;- Parameters:
index- The index of the element to return.- Returns:
- The contextualKeywords at the given index.
-
getContextualKeywordsBytes
com.google.protobuf.ByteString getContextualKeywordsBytes(int index)
Contextual keywords, e.g. Mountain View "Hotels", South Bay hotels.
repeated string contextual_keywords = 10;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the contextualKeywords at the given index.
-
getAddress
java.lang.String getAddress()
Address which can be specified in one of the following formats. (1) City, state, code, country, e.g. Mountain View, CA, USA. (2) Full address, e.g. 123 Boulevard St, Mountain View, CA 94043. (3) Latitude-longitude in the DDD format, e.g. 41.40338, 2.17403
string address = 11;- Returns:
- The address.
-
getAddressBytes
com.google.protobuf.ByteString getAddressBytes()
Address which can be specified in one of the following formats. (1) City, state, code, country, e.g. Mountain View, CA, USA. (2) Full address, e.g. 123 Boulevard St, Mountain View, CA 94043. (3) Latitude-longitude in the DDD format, e.g. 41.40338, 2.17403
string address = 11;- Returns:
- The bytes for address.
-
getAndroidAppLink
java.lang.String getAndroidAppLink()
Android deep link, e.g. android-app://com.example.android/http/example.com/gizmos?1234.
string android_app_link = 12;- Returns:
- The androidAppLink.
-
getAndroidAppLinkBytes
com.google.protobuf.ByteString getAndroidAppLinkBytes()
Android deep link, e.g. android-app://com.example.android/http/example.com/gizmos?1234.
string android_app_link = 12;- Returns:
- The bytes for androidAppLink.
-
getIosAppLink
java.lang.String getIosAppLink()
iOS deep link, e.g. exampleApp://content/page.
string ios_app_link = 13;- Returns:
- The iosAppLink.
-
getIosAppLinkBytes
com.google.protobuf.ByteString getIosAppLinkBytes()
iOS deep link, e.g. exampleApp://content/page.
string ios_app_link = 13;- Returns:
- The bytes for iosAppLink.
-
getIosAppStoreId
long getIosAppStoreId()
iOS app store ID. This is used to check if the user has the app installed on their device before deep linking. If this field is set, then the ios_app_link field must also be present.
int64 ios_app_store_id = 14;- Returns:
- The iosAppStoreId.
-
getFormattedPrice
java.lang.String getFormattedPrice()
Formatted price which can be any characters. If set, this attribute will be used instead of 'price', e.g. Starting at $100.00.
string formatted_price = 15;- Returns:
- The formattedPrice.
-
getFormattedPriceBytes
com.google.protobuf.ByteString getFormattedPriceBytes()
Formatted price which can be any characters. If set, this attribute will be used instead of 'price', e.g. Starting at $100.00.
string formatted_price = 15;- Returns:
- The bytes for formattedPrice.
-
getFormattedSalePrice
java.lang.String getFormattedSalePrice()
Formatted sale price which can be any characters. If set, this attribute will be used instead of 'sale price', e.g. On sale for $80.00.
string formatted_sale_price = 16;- Returns:
- The formattedSalePrice.
-
getFormattedSalePriceBytes
com.google.protobuf.ByteString getFormattedSalePriceBytes()
Formatted sale price which can be any characters. If set, this attribute will be used instead of 'sale price', e.g. On sale for $80.00.
string formatted_sale_price = 16;- Returns:
- The bytes for formattedSalePrice.
-
getSimilarPropertyIdsList
java.util.List<java.lang.String> getSimilarPropertyIdsList()
Similar property IDs.
repeated string similar_property_ids = 17;- Returns:
- A list containing the similarPropertyIds.
-
getSimilarPropertyIdsCount
int getSimilarPropertyIdsCount()
Similar property IDs.
repeated string similar_property_ids = 17;- Returns:
- The count of similarPropertyIds.
-
getSimilarPropertyIds
java.lang.String getSimilarPropertyIds(int index)
Similar property IDs.
repeated string similar_property_ids = 17;- Parameters:
index- The index of the element to return.- Returns:
- The similarPropertyIds at the given index.
-
getSimilarPropertyIdsBytes
com.google.protobuf.ByteString getSimilarPropertyIdsBytes(int index)
Similar property IDs.
repeated string similar_property_ids = 17;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the similarPropertyIds at the given index.
-
-