Interface Recommendation.ShoppingFixDisapprovedProductsRecommendationOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Recommendation.ShoppingFixDisapprovedProductsRecommendation,Recommendation.ShoppingFixDisapprovedProductsRecommendation.Builder
- Enclosing class:
- Recommendation
public static interface Recommendation.ShoppingFixDisapprovedProductsRecommendationOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetDisapprovedProductsCount()Output only.java.lang.StringgetFeedLabel()Output only.com.google.protobuf.ByteStringgetFeedLabelBytes()Output only.Recommendation.MerchantInfogetMerchant()Output only.Recommendation.MerchantInfoOrBuildergetMerchantOrBuilder()Output only.longgetProductsCount()Output only.booleanhasMerchant()Output only.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasMerchant
boolean hasMerchant()
Output only. The details of the Merchant Center account.
.google.ads.googleads.v14.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.v14.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.v14.resources.Recommendation.MerchantInfo merchant = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
getFeedLabel
java.lang.String getFeedLabel()
Output only. The feed label for the campaign.
string feed_label = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The feedLabel.
-
getFeedLabelBytes
com.google.protobuf.ByteString getFeedLabelBytes()
Output only. The feed label for the campaign.
string feed_label = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The bytes for feedLabel.
-
getProductsCount
long getProductsCount()
Output only. The number of products of the campaign.
int64 products_count = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The productsCount.
-
getDisapprovedProductsCount
long getDisapprovedProductsCount()
Output only. The numbers of products of the campaign that are disapproved.
int64 disapproved_products_count = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The disapprovedProductsCount.
-
-