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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetMerchantId()Output only.java.lang.StringgetSalesCountryCode()Output only.com.google.protobuf.ByteStringgetSalesCountryCodeBytes()Output only.-
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.
-
-