Interface Recommendation.ResponsiveSearchAdImproveAdStrengthRecommendationOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Recommendation.ResponsiveSearchAdImproveAdStrengthRecommendation,Recommendation.ResponsiveSearchAdImproveAdStrengthRecommendation.Builder
- Enclosing class:
- Recommendation
public static interface Recommendation.ResponsiveSearchAdImproveAdStrengthRecommendationOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AdgetCurrentAd()Output only.AdOrBuildergetCurrentAdOrBuilder()Output only.AdgetRecommendedAd()Output only.AdOrBuildergetRecommendedAdOrBuilder()Output only.booleanhasCurrentAd()Output only.booleanhasRecommendedAd()Output only.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasCurrentAd
boolean hasCurrentAd()
Output only. The current ad to be updated.
.google.ads.googleads.v14.resources.Ad current_ad = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- Whether the currentAd field is set.
-
getCurrentAd
Ad getCurrentAd()
Output only. The current ad to be updated.
.google.ads.googleads.v14.resources.Ad current_ad = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The currentAd.
-
getCurrentAdOrBuilder
AdOrBuilder getCurrentAdOrBuilder()
Output only. The current ad to be updated.
.google.ads.googleads.v14.resources.Ad current_ad = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
hasRecommendedAd
boolean hasRecommendedAd()
Output only. The updated ad.
.google.ads.googleads.v14.resources.Ad recommended_ad = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- Whether the recommendedAd field is set.
-
getRecommendedAd
Ad getRecommendedAd()
Output only. The updated ad.
.google.ads.googleads.v14.resources.Ad recommended_ad = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The recommendedAd.
-
getRecommendedAdOrBuilder
AdOrBuilder getRecommendedAdOrBuilder()
Output only. The updated ad.
.google.ads.googleads.v14.resources.Ad recommended_ad = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
-