Interface SuggestSmartCampaignAdResponseOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
SuggestSmartCampaignAdResponse, SuggestSmartCampaignAdResponse.Builder

public interface SuggestSmartCampaignAdResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    Optional.
    Optional.
    boolean
    Optional.

    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

    • hasAdInfo

      boolean hasAdInfo()
       Optional. Ad info includes 3 creative headlines and 2 creative
       descriptions.
       
      .google.ads.googleads.v18.common.SmartCampaignAdInfo ad_info = 1 [(.google.api.field_behavior) = OPTIONAL];
      Returns:
      Whether the adInfo field is set.
    • getAdInfo

      SmartCampaignAdInfo getAdInfo()
       Optional. Ad info includes 3 creative headlines and 2 creative
       descriptions.
       
      .google.ads.googleads.v18.common.SmartCampaignAdInfo ad_info = 1 [(.google.api.field_behavior) = OPTIONAL];
      Returns:
      The adInfo.
    • getAdInfoOrBuilder

      SmartCampaignAdInfoOrBuilder getAdInfoOrBuilder()
       Optional. Ad info includes 3 creative headlines and 2 creative
       descriptions.
       
      .google.ads.googleads.v18.common.SmartCampaignAdInfo ad_info = 1 [(.google.api.field_behavior) = OPTIONAL];