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

            _callGetKeywordView = clientHelper.BuildApiCall <GetKeywordViewRequest, gagvr::KeywordView>(grpcClient.GetKeywordViewAsync, grpcClient.GetKeywordView, effectiveSettings.GetKeywordViewSettings).WithGoogleRequestParam("resource_name", request => request.ResourceName);
            Modify_ApiCall(ref _callGetKeywordView);
            Modify_GetKeywordViewApiCall(ref _callGetKeywordView);
            OnConstruction(grpcClient, effectiveSettings, clientHelper);
        }
        /// <summary>
        /// Constructs a client wrapper for the KeywordViewService service, with the specified gRPC client and settings.
        /// </summary>
        /// <param name="grpcClient">The underlying gRPC client.</param>
        /// <param name="settings">The base <see cref="KeywordViewServiceSettings"/> used within this client </param>
        public KeywordViewServiceClientImpl(KeywordViewService.KeywordViewServiceClient grpcClient, KeywordViewServiceSettings settings)
        {
            GrpcClient = grpcClient;
            KeywordViewServiceSettings effectiveSettings = settings ?? KeywordViewServiceSettings.GetDefault();
            gaxgrpc::ClientHelper      clientHelper      = new gaxgrpc::ClientHelper(effectiveSettings);

            _callGetKeywordView = clientHelper.BuildApiCall <GetKeywordViewRequest, gagvr::KeywordView>(
                GrpcClient.GetKeywordViewAsync, GrpcClient.GetKeywordView, effectiveSettings.GetKeywordViewSettings)
                                  .WithCallSettingsOverlay(request => gaxgrpc::CallSettings.FromHeader("x-goog-request-params", $"resource_name={request.ResourceName}"));
            Modify_ApiCall(ref _callGetKeywordView);
            Modify_GetKeywordViewApiCall(ref _callGetKeywordView);
            OnConstruction(grpcClient, effectiveSettings, clientHelper);
        }