Interface ApplyRecommendationOperation.ResponsiveSearchAdAssetParametersOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      Ad getUpdatedAd()
      Updated ad.
      AdOrBuilder getUpdatedAdOrBuilder()
      Updated ad.
      boolean hasUpdatedAd()
      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 Detail

      • hasUpdatedAd

        boolean hasUpdatedAd()
         Updated ad. The current ad's content will be replaced.
         
        .google.ads.googleads.v14.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.v14.resources.Ad updated_ad = 1;
        Returns:
        The updatedAd.
      • getUpdatedAdOrBuilder

        AdOrBuilder getUpdatedAdOrBuilder()
         Updated ad. The current ad's content will be replaced.
         
        .google.ads.googleads.v14.resources.Ad updated_ad = 1;