Interface SuggestSmartCampaignAdResponseOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      SmartCampaignAdInfo getAdInfo()
      Optional.
      SmartCampaignAdInfoOrBuilder getAdInfoOrBuilder()
      Optional.
      boolean hasAdInfo()
      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 Detail

      • hasAdInfo

        boolean hasAdInfo()
         Optional. Ad info includes 3 creative headlines and 2 creative descriptions.
         
        .google.ads.googleads.v10.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.v10.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.v10.common.SmartCampaignAdInfo ad_info = 1 [(.google.api.field_behavior) = OPTIONAL];