/// <summary>
        /// Creates a <see cref="KeywordPlanIdeaServiceClient"/> which uses the specified call invoker for remote
        /// operations.
        /// </summary>
        /// <param name="callInvoker">
        /// The <see cref="grpccore::CallInvoker"/> for remote operations. Must not be null.
        /// </param>
        /// <param name="settings">Optional <see cref="KeywordPlanIdeaServiceSettings"/>.</param>
        /// <returns>The created <see cref="KeywordPlanIdeaServiceClient"/>.</returns>
        internal static KeywordPlanIdeaServiceClient Create(grpccore::CallInvoker callInvoker, KeywordPlanIdeaServiceSettings settings = null)
        {
            gax::GaxPreconditions.CheckNotNull(callInvoker, nameof(callInvoker));
            grpcinter::Interceptor interceptor = settings?.Interceptor;

            if (interceptor != null)
            {
                callInvoker = grpcinter::CallInvokerExtensions.Intercept(callInvoker, interceptor);
            }
            KeywordPlanIdeaService.KeywordPlanIdeaServiceClient grpcClient = new KeywordPlanIdeaService.KeywordPlanIdeaServiceClient(callInvoker);
            return(new KeywordPlanIdeaServiceClientImpl(grpcClient, settings));
        }
        /// <summary>
        /// Constructs a client wrapper for the KeywordPlanIdeaService service, with the specified gRPC client and
        /// settings.
        /// </summary>
        /// <param name="grpcClient">The underlying gRPC client.</param>
        /// <param name="settings">
        /// The base <see cref="KeywordPlanIdeaServiceSettings"/> used within this client.
        /// </param>
        public KeywordPlanIdeaServiceClientImpl(KeywordPlanIdeaService.KeywordPlanIdeaServiceClient grpcClient, KeywordPlanIdeaServiceSettings settings)
        {
            GrpcClient = grpcClient;
            KeywordPlanIdeaServiceSettings effectiveSettings = settings ?? KeywordPlanIdeaServiceSettings.GetDefault();
            gaxgrpc::ClientHelper          clientHelper      = new gaxgrpc::ClientHelper(effectiveSettings);

            _callGenerateKeywordIdeas = clientHelper.BuildApiCall <GenerateKeywordIdeasRequest, GenerateKeywordIdeaResponse>(grpcClient.GenerateKeywordIdeasAsync, grpcClient.GenerateKeywordIdeas, effectiveSettings.GenerateKeywordIdeasSettings).WithGoogleRequestParam("customer_id", request => request.CustomerId);
            Modify_ApiCall(ref _callGenerateKeywordIdeas);
            Modify_GenerateKeywordIdeasApiCall(ref _callGenerateKeywordIdeas);
            _callGenerateKeywordHistoricalMetrics = clientHelper.BuildApiCall <GenerateKeywordHistoricalMetricsRequest, GenerateKeywordHistoricalMetricsResponse>(grpcClient.GenerateKeywordHistoricalMetricsAsync, grpcClient.GenerateKeywordHistoricalMetrics, effectiveSettings.GenerateKeywordHistoricalMetricsSettings).WithGoogleRequestParam("customer_id", request => request.CustomerId);
            Modify_ApiCall(ref _callGenerateKeywordHistoricalMetrics);
            Modify_GenerateKeywordHistoricalMetricsApiCall(ref _callGenerateKeywordHistoricalMetrics);
            OnConstruction(grpcClient, effectiveSettings, clientHelper);
        }
 partial void OnConstruction(KeywordPlanIdeaService.KeywordPlanIdeaServiceClient grpcClient, KeywordPlanIdeaServiceSettings effectiveSettings, gaxgrpc::ClientHelper clientHelper);