Interface Recommendation.ResponsiveSearchAdRecommendationOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Recommendation.ResponsiveSearchAdRecommendation,Recommendation.ResponsiveSearchAdRecommendation.Builder
- Enclosing class:
- Recommendation
public static interface Recommendation.ResponsiveSearchAdRecommendationOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AdgetAd()Output only.AdOrBuildergetAdOrBuilder()Output only.booleanhasAd()Output only.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasAd
boolean hasAd()
Output only. Recommended ad.
.google.ads.googleads.v10.resources.Ad ad = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- Whether the ad field is set.
-
getAd
Ad getAd()
Output only. Recommended ad.
.google.ads.googleads.v10.resources.Ad ad = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The ad.
-
getAdOrBuilder
AdOrBuilder getAdOrBuilder()
Output only. Recommended ad.
.google.ads.googleads.v10.resources.Ad ad = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
-