Class DynamicRealEstateAsset

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessageV3
com.google.ads.googleads.v18.common.DynamicRealEstateAsset
All Implemented Interfaces:
DynamicRealEstateAssetOrBuilder, com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Serializable

public final class DynamicRealEstateAsset extends com.google.protobuf.GeneratedMessageV3 implements DynamicRealEstateAssetOrBuilder
 A dynamic real estate asset.
 
Protobuf type google.ads.googleads.v18.common.DynamicRealEstateAsset
See Also:
  • Field Details

    • LISTING_ID_FIELD_NUMBER

      public static final int LISTING_ID_FIELD_NUMBER
      See Also:
    • LISTING_NAME_FIELD_NUMBER

      public static final int LISTING_NAME_FIELD_NUMBER
      See Also:
    • CITY_NAME_FIELD_NUMBER

      public static final int CITY_NAME_FIELD_NUMBER
      See Also:
    • DESCRIPTION_FIELD_NUMBER

      public static final int DESCRIPTION_FIELD_NUMBER
      See Also:
    • ADDRESS_FIELD_NUMBER

      public static final int ADDRESS_FIELD_NUMBER
      See Also:
    • PRICE_FIELD_NUMBER

      public static final int PRICE_FIELD_NUMBER
      See Also:
    • IMAGE_URL_FIELD_NUMBER

      public static final int IMAGE_URL_FIELD_NUMBER
      See Also:
    • PROPERTY_TYPE_FIELD_NUMBER

      public static final int PROPERTY_TYPE_FIELD_NUMBER
      See Also:
    • LISTING_TYPE_FIELD_NUMBER

      public static final int LISTING_TYPE_FIELD_NUMBER
      See Also:
    • CONTEXTUAL_KEYWORDS_FIELD_NUMBER

      public static final int CONTEXTUAL_KEYWORDS_FIELD_NUMBER
      See Also:
    • FORMATTED_PRICE_FIELD_NUMBER

      public static final int FORMATTED_PRICE_FIELD_NUMBER
      See Also:
    • IOS_APP_STORE_ID_FIELD_NUMBER

      public static final int IOS_APP_STORE_ID_FIELD_NUMBER
      See Also:
    • SIMILAR_LISTING_IDS_FIELD_NUMBER

      public static final int SIMILAR_LISTING_IDS_FIELD_NUMBER
      See Also:
  • Method Details

    • newInstance

      protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
      Overrides:
      newInstance in class com.google.protobuf.GeneratedMessageV3
    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3
    • getListingId

      public 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];
      Specified by:
      getListingId in interface DynamicRealEstateAssetOrBuilder
      Returns:
      The listingId.
    • getListingIdBytes

      public 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];
      Specified by:
      getListingIdBytes in interface DynamicRealEstateAssetOrBuilder
      Returns:
      The bytes for listingId.
    • getListingName

      public String getListingName()
       Required. Listing name, for example, Boulevard Bungalow. Required.
       
      string listing_name = 2 [(.google.api.field_behavior) = REQUIRED];
      Specified by:
      getListingName in interface DynamicRealEstateAssetOrBuilder
      Returns:
      The listingName.
    • getListingNameBytes

      public com.google.protobuf.ByteString getListingNameBytes()
       Required. Listing name, for example, Boulevard Bungalow. Required.
       
      string listing_name = 2 [(.google.api.field_behavior) = REQUIRED];
      Specified by:
      getListingNameBytes in interface DynamicRealEstateAssetOrBuilder
      Returns:
      The bytes for listingName.
    • getCityName

      public String getCityName()
       City name, for example, Mountain View, California.
       
      string city_name = 3;
      Specified by:
      getCityName in interface DynamicRealEstateAssetOrBuilder
      Returns:
      The cityName.
    • getCityNameBytes

      public com.google.protobuf.ByteString getCityNameBytes()
       City name, for example, Mountain View, California.
       
      string city_name = 3;
      Specified by:
      getCityNameBytes in interface DynamicRealEstateAssetOrBuilder
      Returns:
      The bytes for cityName.
    • getDescription

      public String getDescription()
       Description, for example, 3 beds, 2 baths, 1568 sq. ft.
       
      string description = 4;
      Specified by:
      getDescription in interface DynamicRealEstateAssetOrBuilder
      Returns:
      The description.
    • getDescriptionBytes

      public com.google.protobuf.ByteString getDescriptionBytes()
       Description, for example, 3 beds, 2 baths, 1568 sq. ft.
       
      string description = 4;
      Specified by:
      getDescriptionBytes in interface DynamicRealEstateAssetOrBuilder
      Returns:
      The bytes for description.
    • getAddress

      public 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;
      Specified by:
      getAddress in interface DynamicRealEstateAssetOrBuilder
      Returns:
      The address.
    • getAddressBytes

      public 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;
      Specified by:
      getAddressBytes in interface DynamicRealEstateAssetOrBuilder
      Returns:
      The bytes for address.
    • getPrice

      public 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;
      Specified by:
      getPrice in interface DynamicRealEstateAssetOrBuilder
      Returns:
      The price.
    • getPriceBytes

      public 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;
      Specified by:
      getPriceBytes in interface DynamicRealEstateAssetOrBuilder
      Returns:
      The bytes for price.
    • getImageUrl

      public 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;
      Specified by:
      getImageUrl in interface DynamicRealEstateAssetOrBuilder
      Returns:
      The imageUrl.
    • getImageUrlBytes

      public 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;
      Specified by:
      getImageUrlBytes in interface DynamicRealEstateAssetOrBuilder
      Returns:
      The bytes for imageUrl.
    • getPropertyType

      public String getPropertyType()
       Property type, for example, House.
       
      string property_type = 8;
      Specified by:
      getPropertyType in interface DynamicRealEstateAssetOrBuilder
      Returns:
      The propertyType.
    • getPropertyTypeBytes

      public com.google.protobuf.ByteString getPropertyTypeBytes()
       Property type, for example, House.
       
      string property_type = 8;
      Specified by:
      getPropertyTypeBytes in interface DynamicRealEstateAssetOrBuilder
      Returns:
      The bytes for propertyType.
    • getListingType

      public String getListingType()
       Listing type, for example, For sale.
       
      string listing_type = 9;
      Specified by:
      getListingType in interface DynamicRealEstateAssetOrBuilder
      Returns:
      The listingType.
    • getListingTypeBytes

      public com.google.protobuf.ByteString getListingTypeBytes()
       Listing type, for example, For sale.
       
      string listing_type = 9;
      Specified by:
      getListingTypeBytes in interface DynamicRealEstateAssetOrBuilder
      Returns:
      The bytes for listingType.
    • getContextualKeywordsList

      public com.google.protobuf.ProtocolStringList getContextualKeywordsList()
       Contextual keywords, for example, For sale; Houses for sale.
       
      repeated string contextual_keywords = 10;
      Specified by:
      getContextualKeywordsList in interface DynamicRealEstateAssetOrBuilder
      Returns:
      A list containing the contextualKeywords.
    • getContextualKeywordsCount

      public int getContextualKeywordsCount()
       Contextual keywords, for example, For sale; Houses for sale.
       
      repeated string contextual_keywords = 10;
      Specified by:
      getContextualKeywordsCount in interface DynamicRealEstateAssetOrBuilder
      Returns:
      The count of contextualKeywords.
    • getContextualKeywords

      public String getContextualKeywords(int index)
       Contextual keywords, for example, For sale; Houses for sale.
       
      repeated string contextual_keywords = 10;
      Specified by:
      getContextualKeywords in interface DynamicRealEstateAssetOrBuilder
      Parameters:
      index - The index of the element to return.
      Returns:
      The contextualKeywords at the given index.
    • getContextualKeywordsBytes

      public com.google.protobuf.ByteString getContextualKeywordsBytes(int index)
       Contextual keywords, for example, For sale; Houses for sale.
       
      repeated string contextual_keywords = 10;
      Specified by:
      getContextualKeywordsBytes in interface DynamicRealEstateAssetOrBuilder
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the contextualKeywords at the given index.
    • getFormattedPrice

      public 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;
      Specified by:
      getFormattedPrice in interface DynamicRealEstateAssetOrBuilder
      Returns:
      The formattedPrice.
    • getFormattedPriceBytes

      public 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;
      Specified by:
      getFormattedPriceBytes in interface DynamicRealEstateAssetOrBuilder
      Returns:
      The bytes for formattedPrice.
    • getAndroidAppLink

      public String getAndroidAppLink()
       Android deep link, for example,
       android-app://com.example.android/http/example.com/gizmos?1234.
       
      string android_app_link = 12;
      Specified by:
      getAndroidAppLink in interface DynamicRealEstateAssetOrBuilder
      Returns:
      The androidAppLink.
    • getAndroidAppLinkBytes

      public 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;
      Specified by:
      getAndroidAppLinkBytes in interface DynamicRealEstateAssetOrBuilder
      Returns:
      The bytes for androidAppLink.
    • getIosAppLink

      public String getIosAppLink()
       iOS deep link, for example, exampleApp://content/page.
       
      string ios_app_link = 13;
      Specified by:
      getIosAppLink in interface DynamicRealEstateAssetOrBuilder
      Returns:
      The iosAppLink.
    • getIosAppLinkBytes

      public com.google.protobuf.ByteString getIosAppLinkBytes()
       iOS deep link, for example, exampleApp://content/page.
       
      string ios_app_link = 13;
      Specified by:
      getIosAppLinkBytes in interface DynamicRealEstateAssetOrBuilder
      Returns:
      The bytes for iosAppLink.
    • getIosAppStoreId

      public 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;
      Specified by:
      getIosAppStoreId in interface DynamicRealEstateAssetOrBuilder
      Returns:
      The iosAppStoreId.
    • getSimilarListingIdsList

      public com.google.protobuf.ProtocolStringList getSimilarListingIdsList()
       Similar listing IDs.
       
      repeated string similar_listing_ids = 15;
      Specified by:
      getSimilarListingIdsList in interface DynamicRealEstateAssetOrBuilder
      Returns:
      A list containing the similarListingIds.
    • getSimilarListingIdsCount

      public int getSimilarListingIdsCount()
       Similar listing IDs.
       
      repeated string similar_listing_ids = 15;
      Specified by:
      getSimilarListingIdsCount in interface DynamicRealEstateAssetOrBuilder
      Returns:
      The count of similarListingIds.
    • getSimilarListingIds

      public String getSimilarListingIds(int index)
       Similar listing IDs.
       
      repeated string similar_listing_ids = 15;
      Specified by:
      getSimilarListingIds in interface DynamicRealEstateAssetOrBuilder
      Parameters:
      index - The index of the element to return.
      Returns:
      The similarListingIds at the given index.
    • getSimilarListingIdsBytes

      public com.google.protobuf.ByteString getSimilarListingIdsBytes(int index)
       Similar listing IDs.
       
      repeated string similar_listing_ids = 15;
      Specified by:
      getSimilarListingIdsBytes in interface DynamicRealEstateAssetOrBuilder
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the similarListingIds at the given index.
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessageV3
    • writeTo

      public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
      Specified by:
      writeTo in interface com.google.protobuf.MessageLite
      Overrides:
      writeTo in class com.google.protobuf.GeneratedMessageV3
      Throws:
      IOException
    • getSerializedSize

      public int getSerializedSize()
      Specified by:
      getSerializedSize in interface com.google.protobuf.MessageLite
      Overrides:
      getSerializedSize in class com.google.protobuf.GeneratedMessageV3
    • equals

      public boolean equals(Object obj)
      Specified by:
      equals in interface com.google.protobuf.Message
      Overrides:
      equals in class com.google.protobuf.AbstractMessage
    • hashCode

      public int hashCode()
      Specified by:
      hashCode in interface com.google.protobuf.Message
      Overrides:
      hashCode in class com.google.protobuf.AbstractMessage
    • parseFrom

      public static DynamicRealEstateAsset parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static DynamicRealEstateAsset parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static DynamicRealEstateAsset parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static DynamicRealEstateAsset parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static DynamicRealEstateAsset parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static DynamicRealEstateAsset parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static DynamicRealEstateAsset parseFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static DynamicRealEstateAsset parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static DynamicRealEstateAsset parseDelimitedFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static DynamicRealEstateAsset parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseFrom

      public static DynamicRealEstateAsset parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static DynamicRealEstateAsset parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • newBuilderForType

      public DynamicRealEstateAsset.Builder newBuilderForType()
      Specified by:
      newBuilderForType in interface com.google.protobuf.Message
      Specified by:
      newBuilderForType in interface com.google.protobuf.MessageLite
    • newBuilder

      public static DynamicRealEstateAsset.Builder newBuilder()
    • newBuilder

      public static DynamicRealEstateAsset.Builder newBuilder(DynamicRealEstateAsset prototype)
    • toBuilder

      public DynamicRealEstateAsset.Builder toBuilder()
      Specified by:
      toBuilder in interface com.google.protobuf.Message
      Specified by:
      toBuilder in interface com.google.protobuf.MessageLite
    • newBuilderForType

      protected DynamicRealEstateAsset.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
      Specified by:
      newBuilderForType in class com.google.protobuf.GeneratedMessageV3
    • getDefaultInstance

      public static DynamicRealEstateAsset getDefaultInstance()
    • parser

      public static com.google.protobuf.Parser<DynamicRealEstateAsset> parser()
    • getParserForType

      public com.google.protobuf.Parser<DynamicRealEstateAsset> getParserForType()
      Specified by:
      getParserForType in interface com.google.protobuf.Message
      Specified by:
      getParserForType in interface com.google.protobuf.MessageLite
      Overrides:
      getParserForType in class com.google.protobuf.GeneratedMessageV3
    • getDefaultInstanceForType

      public DynamicRealEstateAsset getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder