Interface SuggestSmartCampaignAdRequestOrBuilder

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

public interface SuggestSmartCampaignAdRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getCustomerId

      String getCustomerId()
       Required. The ID of the customer.
       
      string customer_id = 1 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      The customerId.
    • getCustomerIdBytes

      com.google.protobuf.ByteString getCustomerIdBytes()
       Required. The ID of the customer.
       
      string customer_id = 1 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      The bytes for customerId.
    • hasSuggestionInfo

      boolean hasSuggestionInfo()
       Required. Inputs used to suggest a Smart campaign ad.
       Required fields: final_url, language_code, keyword_themes.
       Optional but recommended fields to improve the quality of the suggestion:
       business_setting and geo_target.
       
      .google.ads.googleads.v18.services.SmartCampaignSuggestionInfo suggestion_info = 2 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      Whether the suggestionInfo field is set.
    • getSuggestionInfo

      SmartCampaignSuggestionInfo getSuggestionInfo()
       Required. Inputs used to suggest a Smart campaign ad.
       Required fields: final_url, language_code, keyword_themes.
       Optional but recommended fields to improve the quality of the suggestion:
       business_setting and geo_target.
       
      .google.ads.googleads.v18.services.SmartCampaignSuggestionInfo suggestion_info = 2 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      The suggestionInfo.
    • getSuggestionInfoOrBuilder

      SmartCampaignSuggestionInfoOrBuilder getSuggestionInfoOrBuilder()
       Required. Inputs used to suggest a Smart campaign ad.
       Required fields: final_url, language_code, keyword_themes.
       Optional but recommended fields to improve the quality of the suggestion:
       business_setting and geo_target.
       
      .google.ads.googleads.v18.services.SmartCampaignSuggestionInfo suggestion_info = 2 [(.google.api.field_behavior) = REQUIRED];