Interface ApplyRecommendationOperation.TextAdParametersOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      Ad getAd()
      New ad to add to recommended ad group.
      AdOrBuilder getAdOrBuilder()
      New ad to add to recommended ad group.
      boolean hasAd()
      New ad to add to recommended ad group.
      • 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

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