Interface ApplyRecommendationOperation.ResponsiveSearchAdImproveAdStrengthParametersOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
ApplyRecommendationOperation.ResponsiveSearchAdImproveAdStrengthParameters, ApplyRecommendationOperation.ResponsiveSearchAdImproveAdStrengthParameters.Builder
Enclosing class:
ApplyRecommendationOperation

public static interface ApplyRecommendationOperation.ResponsiveSearchAdImproveAdStrengthParametersOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    Updated ad.
    Updated ad.
    boolean
    Updated ad.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods 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;