com.google.ads.googleads.v17.common.DynamicRealEstateAssetOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of google-ads-stubs-v17 Show documentation
Show all versions of google-ads-stubs-v17 Show documentation
Stubs for GAAPI version google-ads-stubs-v17
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/ads/googleads/v17/common/asset_types.proto
// Protobuf Java Version: 3.25.3
package com.google.ads.googleads.v17.common;
public interface DynamicRealEstateAssetOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.common.DynamicRealEstateAsset)
com.google.protobuf.MessageOrBuilder {
/**
*
* 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];
* @return The listingId.
*/
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];
* @return The bytes for listingId.
*/
com.google.protobuf.ByteString
getListingIdBytes();
/**
*
* Required. Listing name, for example, Boulevard Bungalow. Required.
*
*
* string listing_name = 2 [(.google.api.field_behavior) = REQUIRED];
* @return The listingName.
*/
java.lang.String getListingName();
/**
*
* Required. Listing name, for example, Boulevard Bungalow. Required.
*
*
* string listing_name = 2 [(.google.api.field_behavior) = REQUIRED];
* @return The bytes for listingName.
*/
com.google.protobuf.ByteString
getListingNameBytes();
/**
*
* City name, for example, Mountain View, California.
*
*
* string city_name = 3;
* @return The cityName.
*/
java.lang.String getCityName();
/**
*
* City name, for example, Mountain View, California.
*
*
* string city_name = 3;
* @return The bytes for cityName.
*/
com.google.protobuf.ByteString
getCityNameBytes();
/**
*
* Description, for example, 3 beds, 2 baths, 1568 sq. ft.
*
*
* string description = 4;
* @return The description.
*/
java.lang.String getDescription();
/**
*
* Description, for example, 3 beds, 2 baths, 1568 sq. ft.
*
*
* string description = 4;
* @return The bytes for description.
*/
com.google.protobuf.ByteString
getDescriptionBytes();
/**
*
* 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;
* @return The address.
*/
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;
* @return The bytes for address.
*/
com.google.protobuf.ByteString
getAddressBytes();
/**
*
* 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;
* @return The price.
*/
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;
* @return The bytes for price.
*/
com.google.protobuf.ByteString
getPriceBytes();
/**
*
* Image URL, for example, http://www.example.com/image.png. The image will
* not be uploaded as image asset.
*
*
* string image_url = 7;
* @return The imageUrl.
*/
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;
* @return The bytes for imageUrl.
*/
com.google.protobuf.ByteString
getImageUrlBytes();
/**
*
* Property type, for example, House.
*
*
* string property_type = 8;
* @return The propertyType.
*/
java.lang.String getPropertyType();
/**
*
* Property type, for example, House.
*
*
* string property_type = 8;
* @return The bytes for propertyType.
*/
com.google.protobuf.ByteString
getPropertyTypeBytes();
/**
*
* Listing type, for example, For sale.
*
*
* string listing_type = 9;
* @return The listingType.
*/
java.lang.String getListingType();
/**
*
* Listing type, for example, For sale.
*
*
* string listing_type = 9;
* @return The bytes for listingType.
*/
com.google.protobuf.ByteString
getListingTypeBytes();
/**
*
* Contextual keywords, for example, For sale; Houses for sale.
*
*
* repeated string contextual_keywords = 10;
* @return A list containing the contextualKeywords.
*/
java.util.List
getContextualKeywordsList();
/**
*
* Contextual keywords, for example, For sale; Houses for sale.
*
*
* repeated string contextual_keywords = 10;
* @return The count of contextualKeywords.
*/
int getContextualKeywordsCount();
/**
*
* Contextual keywords, for example, For sale; Houses for sale.
*
*
* repeated string contextual_keywords = 10;
* @param index The index of the element to return.
* @return The contextualKeywords at the given index.
*/
java.lang.String getContextualKeywords(int index);
/**
*
* Contextual keywords, for example, For sale; Houses for sale.
*
*
* repeated string contextual_keywords = 10;
* @param index The index of the value to return.
* @return The bytes of the contextualKeywords at the given index.
*/
com.google.protobuf.ByteString
getContextualKeywordsBytes(int index);
/**
*
* 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;
* @return The formattedPrice.
*/
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;
* @return The bytes for formattedPrice.
*/
com.google.protobuf.ByteString
getFormattedPriceBytes();
/**
*
* Android deep link, for example,
* android-app://com.example.android/http/example.com/gizmos?1234.
*
*
* string android_app_link = 12;
* @return The androidAppLink.
*/
java.lang.String getAndroidAppLink();
/**
*
* Android deep link, for example,
* android-app://com.example.android/http/example.com/gizmos?1234.
*
*
* string android_app_link = 12;
* @return The bytes for androidAppLink.
*/
com.google.protobuf.ByteString
getAndroidAppLinkBytes();
/**
*
* iOS deep link, for example, exampleApp://content/page.
*
*
* string ios_app_link = 13;
* @return The iosAppLink.
*/
java.lang.String getIosAppLink();
/**
*
* iOS deep link, for example, exampleApp://content/page.
*
*
* string ios_app_link = 13;
* @return The bytes for iosAppLink.
*/
com.google.protobuf.ByteString
getIosAppLinkBytes();
/**
*
* 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;
* @return The iosAppStoreId.
*/
long getIosAppStoreId();
/**
*
* Similar listing IDs.
*
*
* repeated string similar_listing_ids = 15;
* @return A list containing the similarListingIds.
*/
java.util.List
getSimilarListingIdsList();
/**
*
* Similar listing IDs.
*
*
* repeated string similar_listing_ids = 15;
* @return The count of similarListingIds.
*/
int getSimilarListingIdsCount();
/**
*
* Similar listing IDs.
*
*
* repeated string similar_listing_ids = 15;
* @param index The index of the element to return.
* @return The similarListingIds at the given index.
*/
java.lang.String getSimilarListingIds(int index);
/**
*
* Similar listing IDs.
*
*
* repeated string similar_listing_ids = 15;
* @param index The index of the value to return.
* @return The bytes of the similarListingIds at the given index.
*/
com.google.protobuf.ByteString
getSimilarListingIdsBytes(int index);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy