/// <summary>
        /// Constructs a client wrapper for the KeywordPlanCampaignKeywordService service, with the specified gRPC
        /// client and settings.
        /// </summary>
        /// <param name="grpcClient">The underlying gRPC client.</param>
        /// <param name="settings">
        /// The base <see cref="KeywordPlanCampaignKeywordServiceSettings"/> used within this client.
        /// </param>
        public KeywordPlanCampaignKeywordServiceClientImpl(KeywordPlanCampaignKeywordService.KeywordPlanCampaignKeywordServiceClient grpcClient, KeywordPlanCampaignKeywordServiceSettings settings)
        {
            GrpcClient = grpcClient;
            KeywordPlanCampaignKeywordServiceSettings effectiveSettings = settings ?? KeywordPlanCampaignKeywordServiceSettings.GetDefault();
            gaxgrpc::ClientHelper clientHelper = new gaxgrpc::ClientHelper(effectiveSettings);

            _callGetKeywordPlanCampaignKeyword = clientHelper.BuildApiCall <GetKeywordPlanCampaignKeywordRequest, gagvr::KeywordPlanCampaignKeyword>(grpcClient.GetKeywordPlanCampaignKeywordAsync, grpcClient.GetKeywordPlanCampaignKeyword, effectiveSettings.GetKeywordPlanCampaignKeywordSettings).WithGoogleRequestParam("resource_name", request => request.ResourceName);
            Modify_ApiCall(ref _callGetKeywordPlanCampaignKeyword);
            Modify_GetKeywordPlanCampaignKeywordApiCall(ref _callGetKeywordPlanCampaignKeyword);
            _callMutateKeywordPlanCampaignKeywords = clientHelper.BuildApiCall <MutateKeywordPlanCampaignKeywordsRequest, MutateKeywordPlanCampaignKeywordsResponse>(grpcClient.MutateKeywordPlanCampaignKeywordsAsync, grpcClient.MutateKeywordPlanCampaignKeywords, effectiveSettings.MutateKeywordPlanCampaignKeywordsSettings).WithGoogleRequestParam("customer_id", request => request.CustomerId);
            Modify_ApiCall(ref _callMutateKeywordPlanCampaignKeywords);
            Modify_MutateKeywordPlanCampaignKeywordsApiCall(ref _callMutateKeywordPlanCampaignKeywords);
            OnConstruction(grpcClient, effectiveSettings, clientHelper);
        }