Interface ApplyRecommendationOperation.ResponsiveSearchAdAssetParametersOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ApplyRecommendationOperation.ResponsiveSearchAdAssetParameters,ApplyRecommendationOperation.ResponsiveSearchAdAssetParameters.Builder
- Enclosing class:
- ApplyRecommendationOperation
public static interface ApplyRecommendationOperation.ResponsiveSearchAdAssetParametersOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionUpdated ad.Updated ad.booleanUpdated ad.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
-
hasUpdatedAd
boolean hasUpdatedAd()Updated ad. The current ad's content will be replaced.
.google.ads.googleads.v18.resources.Ad updated_ad = 1;- Returns:
- Whether the updatedAd field is set.
-
getUpdatedAd
Ad getUpdatedAd()Updated ad. The current ad's content will be replaced.
.google.ads.googleads.v18.resources.Ad updated_ad = 1;- Returns:
- The updatedAd.
-
getUpdatedAdOrBuilder
AdOrBuilder getUpdatedAdOrBuilder()Updated ad. The current ad's content will be replaced.
.google.ads.googleads.v18.resources.Ad updated_ad = 1;
-