Interface DynamicRealEstateAssetOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DynamicRealEstateAsset,DynamicRealEstateAsset.Builder
public interface DynamicRealEstateAssetOrBuilder 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, for example, android-app://com.example.android/http/example.com/gizmos?1234.com.google.protobuf.ByteStringgetAndroidAppLinkBytes()Android deep link, for example, android-app://com.example.android/http/example.com/gizmos?1234.java.lang.StringgetCityName()City name, for example, Mountain View, California.com.google.protobuf.ByteStringgetCityNameBytes()City name, for example, Mountain View, California.java.lang.StringgetContextualKeywords(int index)Contextual keywords, for example, For sale; Houses for sale.com.google.protobuf.ByteStringgetContextualKeywordsBytes(int index)Contextual keywords, for example, For sale; Houses for sale.intgetContextualKeywordsCount()Contextual keywords, for example, For sale; Houses for sale.java.util.List<java.lang.String>getContextualKeywordsList()Contextual keywords, for example, For sale; Houses for sale.java.lang.StringgetDescription()Description, for example, 3 beds, 2 baths, 1568 sq.com.google.protobuf.ByteStringgetDescriptionBytes()Description, for example, 3 beds, 2 baths, 1568 sq.java.lang.StringgetFormattedPrice()Formatted price which can be any characters.com.google.protobuf.ByteStringgetFormattedPriceBytes()Formatted price which can be any characters.java.lang.StringgetImageUrl()Image URL, for example, http://www.example.com/image.png.com.google.protobuf.ByteStringgetImageUrlBytes()Image URL, for example, http://www.example.com/image.png.java.lang.StringgetIosAppLink()iOS deep link, for example, exampleApp://content/page.com.google.protobuf.ByteStringgetIosAppLinkBytes()iOS deep link, for example, exampleApp://content/page.longgetIosAppStoreId()iOS app store ID.java.lang.StringgetListingId()Required.com.google.protobuf.ByteStringgetListingIdBytes()Required.java.lang.StringgetListingName()Required.com.google.protobuf.ByteStringgetListingNameBytes()Required.java.lang.StringgetListingType()Listing type, for example, For sale.com.google.protobuf.ByteStringgetListingTypeBytes()Listing type, for example, For sale.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.StringgetPropertyType()Property type, for example, House.com.google.protobuf.ByteStringgetPropertyTypeBytes()Property type, for example, House.java.lang.StringgetSimilarListingIds(int index)Similar listing IDs.com.google.protobuf.ByteStringgetSimilarListingIdsBytes(int index)Similar listing IDs.intgetSimilarListingIdsCount()Similar listing IDs.java.util.List<java.lang.String>getSimilarListingIdsList()Similar listing IDs.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getListingId
java.lang.String getListingId()
Required. Listing ID which can be any sequence of letters and digits, and must be unique and match the values of remarketing tag. Required.
string listing_id = 1 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The listingId.
-
getListingIdBytes
com.google.protobuf.ByteString getListingIdBytes()
Required. Listing ID which can be any sequence of letters and digits, and must be unique and match the values of remarketing tag. Required.
string listing_id = 1 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The bytes for listingId.
-
getListingName
java.lang.String getListingName()
Required. Listing name, for example, Boulevard Bungalow. Required.
string listing_name = 2 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The listingName.
-
getListingNameBytes
com.google.protobuf.ByteString getListingNameBytes()
Required. Listing name, for example, Boulevard Bungalow. Required.
string listing_name = 2 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The bytes for listingName.
-
getCityName
java.lang.String getCityName()
City name, for example, Mountain View, California.
string city_name = 3;- Returns:
- The cityName.
-
getCityNameBytes
com.google.protobuf.ByteString getCityNameBytes()
City name, for example, Mountain View, California.
string city_name = 3;- Returns:
- The bytes for cityName.
-
getDescription
java.lang.String getDescription()
Description, for example, 3 beds, 2 baths, 1568 sq. ft.
string description = 4;- Returns:
- The description.
-
getDescriptionBytes
com.google.protobuf.ByteString getDescriptionBytes()
Description, for example, 3 beds, 2 baths, 1568 sq. ft.
string description = 4;- Returns:
- The bytes for description.
-
getAddress
java.lang.String getAddress()
Address which can be specified in one of the following formats. (1) City, state, code, country, for example, Mountain View, CA, USA. (2) Full address, for example, 123 Boulevard St, Mountain View, CA 94043. (3) Latitude-longitude in the DDD format, for example, 41.40338, 2.17403
string address = 5;- 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, for example, Mountain View, CA, USA. (2) Full address, for example, 123 Boulevard St, Mountain View, CA 94043. (3) Latitude-longitude in the DDD format, for example, 41.40338, 2.17403
string address = 5;- Returns:
- The bytes for address.
-
getPrice
java.lang.String getPrice()
Price which can be number followed by the alphabetic currency code, ISO 4217 standard. Use '.' as the decimal mark, for example, 200,000.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, for example, 200,000.00 USD.
string price = 6;- Returns:
- The bytes for price.
-
getImageUrl
java.lang.String getImageUrl()
Image URL, for example, http://www.example.com/image.png. The image will not be uploaded as image asset.
string image_url = 7;- Returns:
- The imageUrl.
-
getImageUrlBytes
com.google.protobuf.ByteString getImageUrlBytes()
Image URL, for example, http://www.example.com/image.png. The image will not be uploaded as image asset.
string image_url = 7;- Returns:
- The bytes for imageUrl.
-
getPropertyType
java.lang.String getPropertyType()
Property type, for example, House.
string property_type = 8;- Returns:
- The propertyType.
-
getPropertyTypeBytes
com.google.protobuf.ByteString getPropertyTypeBytes()
Property type, for example, House.
string property_type = 8;- Returns:
- The bytes for propertyType.
-
getListingType
java.lang.String getListingType()
Listing type, for example, For sale.
string listing_type = 9;- Returns:
- The listingType.
-
getListingTypeBytes
com.google.protobuf.ByteString getListingTypeBytes()
Listing type, for example, For sale.
string listing_type = 9;- Returns:
- The bytes for listingType.
-
getContextualKeywordsList
java.util.List<java.lang.String> getContextualKeywordsList()
Contextual keywords, for example, For sale; Houses for sale.
repeated string contextual_keywords = 10;- Returns:
- A list containing the contextualKeywords.
-
getContextualKeywordsCount
int getContextualKeywordsCount()
Contextual keywords, for example, For sale; Houses for sale.
repeated string contextual_keywords = 10;- Returns:
- The count of contextualKeywords.
-
getContextualKeywords
java.lang.String getContextualKeywords(int index)
Contextual keywords, for example, For sale; Houses for sale.
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, for example, For sale; Houses for sale.
repeated string contextual_keywords = 10;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the contextualKeywords at the given index.
-
getFormattedPrice
java.lang.String getFormattedPrice()
Formatted price which can be any characters. If set, this attribute will be used instead of 'price', for example, Starting at $200,000.00.
string formatted_price = 11;- 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', for example, Starting at $200,000.00.
string formatted_price = 11;- Returns:
- The bytes for formattedPrice.
-
getAndroidAppLink
java.lang.String getAndroidAppLink()
Android deep link, for example, 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, for example, 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, for example, exampleApp://content/page.
string ios_app_link = 13;- Returns:
- The iosAppLink.
-
getIosAppLinkBytes
com.google.protobuf.ByteString getIosAppLinkBytes()
iOS deep link, for example, 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.
-
getSimilarListingIdsList
java.util.List<java.lang.String> getSimilarListingIdsList()
Similar listing IDs.
repeated string similar_listing_ids = 15;- Returns:
- A list containing the similarListingIds.
-
getSimilarListingIdsCount
int getSimilarListingIdsCount()
Similar listing IDs.
repeated string similar_listing_ids = 15;- Returns:
- The count of similarListingIds.
-
getSimilarListingIds
java.lang.String getSimilarListingIds(int index)
Similar listing IDs.
repeated string similar_listing_ids = 15;- Parameters:
index- The index of the element to return.- Returns:
- The similarListingIds at the given index.
-
getSimilarListingIdsBytes
com.google.protobuf.ByteString getSimilarListingIdsBytes(int index)
Similar listing IDs.
repeated string similar_listing_ids = 15;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the similarListingIds at the given index.
-
-