Interface Recommendation.ShoppingMigrateRegularShoppingCampaignOffersToPerformanceMaxRecommendationOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Recommendation.ShoppingMigrateRegularShoppingCampaignOffersToPerformanceMaxRecommendation,Recommendation.ShoppingMigrateRegularShoppingCampaignOffersToPerformanceMaxRecommendation.Builder
- Enclosing class:
- Recommendation
public static interface Recommendation.ShoppingMigrateRegularShoppingCampaignOffersToPerformanceMaxRecommendationOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionOutput only.com.google.protobuf.ByteStringOutput only.Output only.Output only.booleanOutput 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
-
hasMerchant
boolean hasMerchant()Output only. The details of the Merchant Center account.
.google.ads.googleads.v18.resources.Recommendation.MerchantInfo merchant = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- Whether the merchant field is set.
-
getMerchant
Recommendation.MerchantInfo getMerchant()Output only. The details of the Merchant Center account.
.google.ads.googleads.v18.resources.Recommendation.MerchantInfo merchant = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The merchant.
-
getMerchantOrBuilder
Recommendation.MerchantInfoOrBuilder getMerchantOrBuilder()Output only. The details of the Merchant Center account.
.google.ads.googleads.v18.resources.Recommendation.MerchantInfo merchant = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; -
getFeedLabel
String getFeedLabel()Output only. The feed label of the offers targeted by the campaigns sharing this suggestion.
string feed_label = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The feedLabel.
-
getFeedLabelBytes
com.google.protobuf.ByteString getFeedLabelBytes()Output only. The feed label of the offers targeted by the campaigns sharing this suggestion.
string feed_label = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The bytes for feedLabel.
-