Interface DynamicLocalAssetOrBuilder

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

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getAddress()
      Address which can be specified in one of the following formats.
      com.google.protobuf.ByteString getAddressBytes()
      Address which can be specified in one of the following formats.
      java.lang.String getAndroidAppLink()
      Android deep link, for example, android-app://com.example.android/http/example.com/gizmos?1234.
      com.google.protobuf.ByteString getAndroidAppLinkBytes()
      Android deep link, for example, android-app://com.example.android/http/example.com/gizmos?1234.
      java.lang.String getCategory()
      Category, for example, Food.
      com.google.protobuf.ByteString getCategoryBytes()
      Category, for example, Food.
      java.lang.String getContextualKeywords​(int index)
      Contextual keywords, for example, Save groceries coupons.
      com.google.protobuf.ByteString getContextualKeywordsBytes​(int index)
      Contextual keywords, for example, Save groceries coupons.
      int getContextualKeywordsCount()
      Contextual keywords, for example, Save groceries coupons.
      java.util.List<java.lang.String> getContextualKeywordsList()
      Contextual keywords, for example, Save groceries coupons.
      java.lang.String getDealId()
      Required.
      com.google.protobuf.ByteString getDealIdBytes()
      Required.
      java.lang.String getDealName()
      Required.
      com.google.protobuf.ByteString getDealNameBytes()
      Required.
      java.lang.String getDescription()
      Description, for example, Save on your weekly bill.
      com.google.protobuf.ByteString getDescriptionBytes()
      Description, for example, Save on your weekly bill.
      java.lang.String getFormattedPrice()
      Formatted price which can be any characters.
      com.google.protobuf.ByteString getFormattedPriceBytes()
      Formatted price which can be any characters.
      java.lang.String getFormattedSalePrice()
      Formatted sale price which can be any characters.
      com.google.protobuf.ByteString getFormattedSalePriceBytes()
      Formatted sale price which can be any characters.
      java.lang.String getImageUrl()
      Image URL, for example, http://www.example.com/image.png.
      com.google.protobuf.ByteString getImageUrlBytes()
      Image URL, for example, http://www.example.com/image.png.
      java.lang.String getIosAppLink()
      iOS deep link, for example, exampleApp://content/page.
      com.google.protobuf.ByteString getIosAppLinkBytes()
      iOS deep link, for example, exampleApp://content/page.
      long getIosAppStoreId()
      iOS app store ID.
      java.lang.String getPrice()
      Price which can be a number followed by the alphabetic currency code, ISO 4217 standard.
      com.google.protobuf.ByteString getPriceBytes()
      Price which can be a number followed by the alphabetic currency code, ISO 4217 standard.
      java.lang.String getSalePrice()
      Sale price which can be number followed by the alphabetic currency code, ISO 4217 standard.
      com.google.protobuf.ByteString getSalePriceBytes()
      Sale price which can be number followed by the alphabetic currency code, ISO 4217 standard.
      java.lang.String getSimilarDealIds​(int index)
      Similar deal IDs, for example, 1275.
      com.google.protobuf.ByteString getSimilarDealIdsBytes​(int index)
      Similar deal IDs, for example, 1275.
      int getSimilarDealIdsCount()
      Similar deal IDs, for example, 1275.
      java.util.List<java.lang.String> getSimilarDealIdsList()
      Similar deal IDs, for example, 1275.
      java.lang.String getSubtitle()
      Subtitle, for example, Groceries.
      com.google.protobuf.ByteString getSubtitleBytes()
      Subtitle, for example, Groceries.
      • 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 Detail

      • getDealId

        java.lang.String getDealId()
         Required. Deal ID which can be any sequence of letters and digits, and must
         be unique and match the values of remarketing tag. Required.
         
        string deal_id = 1 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The dealId.
      • getDealIdBytes

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

        java.lang.String getDealName()
         Required. Deal name, for example, 50% off at Mountain View Grocers.
         Required.
         
        string deal_name = 2 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The dealName.
      • getDealNameBytes

        com.google.protobuf.ByteString getDealNameBytes()
         Required. Deal name, for example, 50% off at Mountain View Grocers.
         Required.
         
        string deal_name = 2 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The bytes for dealName.
      • getSubtitle

        java.lang.String getSubtitle()
         Subtitle, for example, Groceries.
         
        string subtitle = 3;
        Returns:
        The subtitle.
      • getSubtitleBytes

        com.google.protobuf.ByteString getSubtitleBytes()
         Subtitle, for example, Groceries.
         
        string subtitle = 3;
        Returns:
        The bytes for subtitle.
      • getDescription

        java.lang.String getDescription()
         Description, for example, Save on your weekly bill.
         
        string description = 4;
        Returns:
        The description.
      • getDescriptionBytes

        com.google.protobuf.ByteString getDescriptionBytes()
         Description, for example, Save on your weekly bill.
         
        string description = 4;
        Returns:
        The bytes for description.
      • getPrice

        java.lang.String getPrice()
         Price which can be a number followed by the alphabetic currency code,
         ISO 4217 standard. Use '.' as the decimal mark, for example, 100.00 USD.
         
        string price = 5;
        Returns:
        The price.
      • getPriceBytes

        com.google.protobuf.ByteString getPriceBytes()
         Price which can be a number followed by the alphabetic currency code,
         ISO 4217 standard. Use '.' as the decimal mark, for example, 100.00 USD.
         
        string price = 5;
        Returns:
        The bytes for price.
      • getSalePrice

        java.lang.String getSalePrice()
         Sale price which can be number followed by the alphabetic currency code,
         ISO 4217 standard. Use '.' as the decimal mark, for example, 80.00 USD.
         Must be less than the 'price' field.
         
        string sale_price = 6;
        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, 80.00 USD.
         Must be less than the 'price' field.
         
        string sale_price = 6;
        Returns:
        The bytes for salePrice.
      • 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.
      • 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 = 8;
        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 = 8;
        Returns:
        The bytes for address.
      • getCategory

        java.lang.String getCategory()
         Category, for example, Food.
         
        string category = 9;
        Returns:
        The category.
      • getCategoryBytes

        com.google.protobuf.ByteString getCategoryBytes()
         Category, for example, Food.
         
        string category = 9;
        Returns:
        The bytes for category.
      • getContextualKeywordsList

        java.util.List<java.lang.String> getContextualKeywordsList()
         Contextual keywords, for example, Save groceries coupons.
         
        repeated string contextual_keywords = 10;
        Returns:
        A list containing the contextualKeywords.
      • getContextualKeywordsCount

        int getContextualKeywordsCount()
         Contextual keywords, for example, Save groceries coupons.
         
        repeated string contextual_keywords = 10;
        Returns:
        The count of contextualKeywords.
      • getContextualKeywords

        java.lang.String getContextualKeywords​(int index)
         Contextual keywords, for example, Save groceries coupons.
         
        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, Save groceries coupons.
         
        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 $100.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 $100.00.
         
        string formatted_price = 11;
        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', for example, On sale for $80.00.
         
        string formatted_sale_price = 12;
        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 $80.00.
         
        string formatted_sale_price = 12;
        Returns:
        The bytes for formattedSalePrice.
      • getAndroidAppLink

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

        java.util.List<java.lang.String> getSimilarDealIdsList()
         Similar deal IDs, for example, 1275.
         
        repeated string similar_deal_ids = 14;
        Returns:
        A list containing the similarDealIds.
      • getSimilarDealIdsCount

        int getSimilarDealIdsCount()
         Similar deal IDs, for example, 1275.
         
        repeated string similar_deal_ids = 14;
        Returns:
        The count of similarDealIds.
      • getSimilarDealIds

        java.lang.String getSimilarDealIds​(int index)
         Similar deal IDs, for example, 1275.
         
        repeated string similar_deal_ids = 14;
        Parameters:
        index - The index of the element to return.
        Returns:
        The similarDealIds at the given index.
      • getSimilarDealIdsBytes

        com.google.protobuf.ByteString getSimilarDealIdsBytes​(int index)
         Similar deal IDs, for example, 1275.
         
        repeated string similar_deal_ids = 14;
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the similarDealIds at the given index.
      • getIosAppLink

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

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