Interface ApplyRecommendationOperation.ResponsiveSearchAdParametersOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ApplyRecommendationOperation.ResponsiveSearchAdParameters,ApplyRecommendationOperation.ResponsiveSearchAdParameters.Builder
- Enclosing class:
- ApplyRecommendationOperation
public static interface ApplyRecommendationOperation.ResponsiveSearchAdParametersOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AdgetAd()Required.AdOrBuildergetAdOrBuilder()Required.booleanhasAd()Required.-
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()
Required. New ad to add to recommended ad group.
.google.ads.googleads.v10.resources.Ad ad = 1 [(.google.api.field_behavior) = REQUIRED];- Returns:
- Whether the ad field is set.
-
getAd
Ad getAd()
Required. New ad to add to recommended ad group.
.google.ads.googleads.v10.resources.Ad ad = 1 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The ad.
-
getAdOrBuilder
AdOrBuilder getAdOrBuilder()
Required. New ad to add to recommended ad group.
.google.ads.googleads.v10.resources.Ad ad = 1 [(.google.api.field_behavior) = REQUIRED];
-
-