Interface DynamicCustomAssetOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
DynamicCustomAsset, DynamicCustomAsset.Builder

public interface DynamicCustomAssetOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    Android deep link, for example, android-app://com.example.android/http/example.com/gizmos?1234.
    com.google.protobuf.ByteString
    Android deep link, for example, android-app://com.example.android/http/example.com/gizmos?1234.
    Contextual keywords, for example, Sedans, 4 door sedans.
    com.google.protobuf.ByteString
    Contextual keywords, for example, Sedans, 4 door sedans.
    int
    Contextual keywords, for example, Sedans, 4 door sedans.
    Contextual keywords, for example, Sedans, 4 door sedans.
    Formatted price which can be any characters.
    com.google.protobuf.ByteString
    Formatted price which can be any characters.
    Formatted sale price which can be any characters.
    com.google.protobuf.ByteString
    Formatted sale price which can be any characters.
    Required.
    ID2 which can be any sequence of letters and digits, for example, red.
    com.google.protobuf.ByteString
    ID2 which can be any sequence of letters and digits, for example, red.
    com.google.protobuf.ByteString
    Required.
    Image URL, for example, http://www.example.com/image.png.
    com.google.protobuf.ByteString
    Image URL, for example, http://www.example.com/image.png.
    iOS deep link, for example, exampleApp://content/page.
    com.google.protobuf.ByteString
    iOS deep link, for example, exampleApp://content/page.
    long
    iOS app store ID.
    Item address which can be specified in one of the following formats.
    com.google.protobuf.ByteString
    Item address which can be specified in one of the following formats.
    Item category, for example, Sedans.
    com.google.protobuf.ByteString
    Item category, for example, Sedans.
    Item description, for example, Best selling mid-size car.
    com.google.protobuf.ByteString
    Item description, for example, Best selling mid-size car.
    Item subtitle, for example, At your Mountain View dealership.
    com.google.protobuf.ByteString
    Item subtitle, for example, At your Mountain View dealership.
    Required.
    com.google.protobuf.ByteString
    Required.
    Price which can be number followed by the alphabetic currency code, ISO 4217 standard.
    com.google.protobuf.ByteString
    Price which can be number followed by the alphabetic currency code, ISO 4217 standard.
    Sale price which can be number followed by the alphabetic currency code, ISO 4217 standard.
    com.google.protobuf.ByteString
    Sale price which can be number followed by the alphabetic currency code, ISO 4217 standard.
    getSimilarIds(int index)
    Similar IDs.
    com.google.protobuf.ByteString
    getSimilarIdsBytes(int index)
    Similar IDs.
    int
    Similar IDs.
    Similar IDs.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getId

      String getId()
       Required. ID which can be any sequence of letters and digits, and must be
       unique and match the values of remarketing tag, for example, sedan.
       Required.
       
      string id = 1 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      The id.
    • getIdBytes

      com.google.protobuf.ByteString getIdBytes()
       Required. ID which can be any sequence of letters and digits, and must be
       unique and match the values of remarketing tag, for example, sedan.
       Required.
       
      string id = 1 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      The bytes for id.
    • getId2

      String getId2()
       ID2 which can be any sequence of letters and digits, for example, red. ID
       sequence (ID + ID2) must be unique.
       
      string id2 = 2;
      Returns:
      The id2.
    • getId2Bytes

      com.google.protobuf.ByteString getId2Bytes()
       ID2 which can be any sequence of letters and digits, for example, red. ID
       sequence (ID + ID2) must be unique.
       
      string id2 = 2;
      Returns:
      The bytes for id2.
    • getItemTitle

      String getItemTitle()
       Required. Item title, for example, Mid-size sedan. Required.
       
      string item_title = 3 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      The itemTitle.
    • getItemTitleBytes

      com.google.protobuf.ByteString getItemTitleBytes()
       Required. Item title, for example, Mid-size sedan. Required.
       
      string item_title = 3 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      The bytes for itemTitle.
    • getItemSubtitle

      String getItemSubtitle()
       Item subtitle, for example, At your Mountain View dealership.
       
      string item_subtitle = 4;
      Returns:
      The itemSubtitle.
    • getItemSubtitleBytes

      com.google.protobuf.ByteString getItemSubtitleBytes()
       Item subtitle, for example, At your Mountain View dealership.
       
      string item_subtitle = 4;
      Returns:
      The bytes for itemSubtitle.
    • getItemDescription

      String getItemDescription()
       Item description, for example, Best selling mid-size car.
       
      string item_description = 5;
      Returns:
      The itemDescription.
    • getItemDescriptionBytes

      com.google.protobuf.ByteString getItemDescriptionBytes()
       Item description, for example, Best selling mid-size car.
       
      string item_description = 5;
      Returns:
      The bytes for itemDescription.
    • getItemAddress

      String getItemAddress()
       Item 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 item_address = 6;
      Returns:
      The itemAddress.
    • getItemAddressBytes

      com.google.protobuf.ByteString getItemAddressBytes()
       Item 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 item_address = 6;
      Returns:
      The bytes for itemAddress.
    • getItemCategory

      String getItemCategory()
       Item category, for example, Sedans.
       
      string item_category = 7;
      Returns:
      The itemCategory.
    • getItemCategoryBytes

      com.google.protobuf.ByteString getItemCategoryBytes()
       Item category, for example, Sedans.
       
      string item_category = 7;
      Returns:
      The bytes for itemCategory.
    • getPrice

      String getPrice()
       Price which can be number followed by the alphabetic currency code,
       ISO 4217 standard. Use '.' as the decimal mark, for example, 20,000.00 USD.
       
      string price = 8;
      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, 20,000.00 USD.
       
      string price = 8;
      Returns:
      The bytes for price.
    • getSalePrice

      String getSalePrice()
       Sale price which can be number followed by the alphabetic currency code,
       ISO 4217 standard. Use '.' as the decimal mark, for example, 15,000.00 USD.
       Must be less than the 'price' field.
       
      string sale_price = 9;
      Returns:
      The salePrice.
    • getSalePriceBytes

      com.google.protobuf.ByteString getSalePriceBytes()
       Sale price which can be number followed by the alphabetic currency code,
       ISO 4217 standard. Use '.' as the decimal mark, for example, 15,000.00 USD.
       Must be less than the 'price' field.
       
      string sale_price = 9;
      Returns:
      The bytes for salePrice.
    • getFormattedPrice

      String getFormattedPrice()
       Formatted price which can be any characters. If set, this attribute will be
       used instead of 'price', for example, Starting at $20,000.00.
       
      string formatted_price = 10;
      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 $20,000.00.
       
      string formatted_price = 10;
      Returns:
      The bytes for formattedPrice.
    • getFormattedSalePrice

      String getFormattedSalePrice()
       Formatted sale price which can be any characters. If set, this attribute
       will be used instead of 'sale price', for example, On sale for $15,000.00.
       
      string formatted_sale_price = 11;
      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', for example, On sale for $15,000.00.
       
      string formatted_sale_price = 11;
      Returns:
      The bytes for formattedSalePrice.
    • getImageUrl

      String getImageUrl()
       Image URL, for example, http://www.example.com/image.png. The image will
       not be uploaded as image asset.
       
      string image_url = 12;
      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 = 12;
      Returns:
      The bytes for imageUrl.
    • getContextualKeywordsList

      List<String> getContextualKeywordsList()
       Contextual keywords, for example, Sedans, 4 door sedans.
       
      repeated string contextual_keywords = 13;
      Returns:
      A list containing the contextualKeywords.
    • getContextualKeywordsCount

      int getContextualKeywordsCount()
       Contextual keywords, for example, Sedans, 4 door sedans.
       
      repeated string contextual_keywords = 13;
      Returns:
      The count of contextualKeywords.
    • getContextualKeywords

      String getContextualKeywords(int index)
       Contextual keywords, for example, Sedans, 4 door sedans.
       
      repeated string contextual_keywords = 13;
      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, Sedans, 4 door sedans.
       
      repeated string contextual_keywords = 13;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the contextualKeywords at the given index.
    • getAndroidAppLink

      String getAndroidAppLink()
       Android deep link, for example,
       android-app://com.example.android/http/example.com/gizmos?1234.
       
      string android_app_link = 14;
      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 = 14;
      Returns:
      The bytes for androidAppLink.
    • getIosAppLink

      String getIosAppLink()
       iOS deep link, for example, exampleApp://content/page.
       
      string ios_app_link = 16;
      Returns:
      The iosAppLink.
    • getIosAppLinkBytes

      com.google.protobuf.ByteString getIosAppLinkBytes()
       iOS deep link, for example, exampleApp://content/page.
       
      string ios_app_link = 16;
      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 = 17;
      Returns:
      The iosAppStoreId.
    • getSimilarIdsList

      List<String> getSimilarIdsList()
       Similar IDs.
       
      repeated string similar_ids = 15;
      Returns:
      A list containing the similarIds.
    • getSimilarIdsCount

      int getSimilarIdsCount()
       Similar IDs.
       
      repeated string similar_ids = 15;
      Returns:
      The count of similarIds.
    • getSimilarIds

      String getSimilarIds(int index)
       Similar IDs.
       
      repeated string similar_ids = 15;
      Parameters:
      index - The index of the element to return.
      Returns:
      The similarIds at the given index.
    • getSimilarIdsBytes

      com.google.protobuf.ByteString getSimilarIdsBytes(int index)
       Similar IDs.
       
      repeated string similar_ids = 15;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the similarIds at the given index.