Interface SuggestKeywordThemesRequestOrBuilder

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

public interface SuggestKeywordThemesRequestOrBuilder 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. Information to get keyword theme suggestions.
       Required fields:
      
       * suggestion_info.final_url
       * suggestion_info.language_code
       * suggestion_info.geo_target
      
       Recommended fields:
      
       * suggestion_info.business_setting
       
      .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. Information to get keyword theme suggestions.
       Required fields:
      
       * suggestion_info.final_url
       * suggestion_info.language_code
       * suggestion_info.geo_target
      
       Recommended fields:
      
       * suggestion_info.business_setting
       
      .google.ads.googleads.v18.services.SmartCampaignSuggestionInfo suggestion_info = 2 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      The suggestionInfo.
    • getSuggestionInfoOrBuilder

      SmartCampaignSuggestionInfoOrBuilder getSuggestionInfoOrBuilder()
       Required. Information to get keyword theme suggestions.
       Required fields:
      
       * suggestion_info.final_url
       * suggestion_info.language_code
       * suggestion_info.geo_target
      
       Recommended fields:
      
       * suggestion_info.business_setting
       
      .google.ads.googleads.v18.services.SmartCampaignSuggestionInfo suggestion_info = 2 [(.google.api.field_behavior) = REQUIRED];