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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AdgetAd()New ad to add to recommended ad group.AdOrBuildergetAdOrBuilder()New ad to add to recommended ad group.booleanhasAd()New ad to add to recommended ad group.-
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()
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.v10.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.v10.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.v10.resources.Ad ad = 1;
-
-