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

            _callGetPaidOrganicSearchTermView = clientHelper.BuildApiCall <GetPaidOrganicSearchTermViewRequest, gagvr::PaidOrganicSearchTermView>(grpcClient.GetPaidOrganicSearchTermViewAsync, grpcClient.GetPaidOrganicSearchTermView, effectiveSettings.GetPaidOrganicSearchTermViewSettings).WithGoogleRequestParam("resource_name", request => request.ResourceName);
            Modify_ApiCall(ref _callGetPaidOrganicSearchTermView);
            Modify_GetPaidOrganicSearchTermViewApiCall(ref _callGetPaidOrganicSearchTermView);
            OnConstruction(grpcClient, effectiveSettings, clientHelper);
        }
        /// <summary>
        /// Constructs a client wrapper for the PaidOrganicSearchTermViewService service, with the specified gRPC client and settings.
        /// </summary>
        /// <param name="grpcClient">The underlying gRPC client.</param>
        /// <param name="settings">The base <see cref="PaidOrganicSearchTermViewServiceSettings"/> used within this client </param>
        public PaidOrganicSearchTermViewServiceClientImpl(PaidOrganicSearchTermViewService.PaidOrganicSearchTermViewServiceClient grpcClient, PaidOrganicSearchTermViewServiceSettings settings)
        {
            GrpcClient = grpcClient;
            PaidOrganicSearchTermViewServiceSettings effectiveSettings = settings ?? PaidOrganicSearchTermViewServiceSettings.GetDefault();
            gaxgrpc::ClientHelper clientHelper = new gaxgrpc::ClientHelper(effectiveSettings);

            _callGetPaidOrganicSearchTermView = clientHelper.BuildApiCall <GetPaidOrganicSearchTermViewRequest, gagvr::PaidOrganicSearchTermView>(
                GrpcClient.GetPaidOrganicSearchTermViewAsync, GrpcClient.GetPaidOrganicSearchTermView, effectiveSettings.GetPaidOrganicSearchTermViewSettings)
                                                .WithCallSettingsOverlay(request => gaxgrpc::CallSettings.FromHeader("x-goog-request-params", $"resource_name={request.ResourceName}"));
            Modify_ApiCall(ref _callGetPaidOrganicSearchTermView);
            Modify_GetPaidOrganicSearchTermViewApiCall(ref _callGetPaidOrganicSearchTermView);
            OnConstruction(grpcClient, effectiveSettings, clientHelper);
        }