Interface Recommendation.UpgradeSmartShoppingCampaignToPerformanceMaxRecommendationOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Recommendation.UpgradeSmartShoppingCampaignToPerformanceMaxRecommendation, Recommendation.UpgradeSmartShoppingCampaignToPerformanceMaxRecommendation.Builder
Enclosing class:
Recommendation

public static interface Recommendation.UpgradeSmartShoppingCampaignToPerformanceMaxRecommendationOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    Output only.
    Output only.
    com.google.protobuf.ByteString
    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 Details

    • getMerchantId

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

      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.