Interface Recommendation.UpgradeSmartShoppingCampaignToPerformanceMaxRecommendationOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      long getMerchantId()
      Output only.
      java.lang.String getSalesCountryCode()
      Output only.
      com.google.protobuf.ByteString getSalesCountryCodeBytes()
      Output only.
      • 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

      • getMerchantId

        long getMerchantId()
         Output only. ID of Merchant Center account.
         
        int64 merchant_id = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The merchantId.
      • getSalesCountryCode

        java.lang.String getSalesCountryCode()
         Output only. Country whose products from merchant's inventory should be
         included.
         
        string sales_country_code = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The salesCountryCode.
      • getSalesCountryCodeBytes

        com.google.protobuf.ByteString getSalesCountryCodeBytes()
         Output only. Country whose products from merchant's inventory should be
         included.
         
        string sales_country_code = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The bytes for salesCountryCode.