Interface ApplyRecommendationOperation.ResponsiveSearchAdParametersOrBuilder

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

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

    Modifier and Type
    Method
    Description
    Required.
    Required.
    boolean
    Required.

    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

    • hasAd

      boolean hasAd()
       Required. New ad to add to recommended ad group.
       
      .google.ads.googleads.v18.resources.Ad ad = 1 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      Whether the ad field is set.
    • getAd

      Ad getAd()
       Required. New ad to add to recommended ad group.
       
      .google.ads.googleads.v18.resources.Ad ad = 1 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      The ad.
    • getAdOrBuilder

      AdOrBuilder getAdOrBuilder()
       Required. New ad to add to recommended ad group.
       
      .google.ads.googleads.v18.resources.Ad ad = 1 [(.google.api.field_behavior) = REQUIRED];