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 TypeMethodDescriptionlongOutput only.Output only.com.google.protobuf.ByteStringOutput only.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods 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.
-