Interface SuggestKeywordThemesRequestOrBuilder

    • Method Detail

      • getCustomerId

        java.lang.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.v13.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.v13.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.v13.services.SmartCampaignSuggestionInfo suggestion_info = 2 [(.google.api.field_behavior) = REQUIRED];