Interface ApplyRecommendationOperation.TextAdParametersOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ApplyRecommendationOperation.TextAdParameters,ApplyRecommendationOperation.TextAdParameters.Builder
- Enclosing class:
- ApplyRecommendationOperation
public static interface ApplyRecommendationOperation.TextAdParametersOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
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
-
hasAd
boolean hasAd()New ad to add to recommended ad group. All necessary fields need to be set in this message. This is a required field.
.google.ads.googleads.v18.resources.Ad ad = 1;- Returns:
- Whether the ad field is set.
-
getAd
Ad getAd()New ad to add to recommended ad group. All necessary fields need to be set in this message. This is a required field.
.google.ads.googleads.v18.resources.Ad ad = 1;- Returns:
- The ad.
-
getAdOrBuilder
AdOrBuilder getAdOrBuilder()New ad to add to recommended ad group. All necessary fields need to be set in this message. This is a required field.
.google.ads.googleads.v18.resources.Ad ad = 1;
-