/// <summary> /// Constructs a client wrapper for the CustomerClientService service, with the specified gRPC client and /// settings. /// </summary> /// <param name="grpcClient">The underlying gRPC client.</param> /// <param name="settings">The base <see cref="CustomerClientServiceSettings"/> used within this client.</param> public CustomerClientServiceClientImpl(CustomerClientService.CustomerClientServiceClient grpcClient, CustomerClientServiceSettings settings) { GrpcClient = grpcClient; CustomerClientServiceSettings effectiveSettings = settings ?? CustomerClientServiceSettings.GetDefault(); gaxgrpc::ClientHelper clientHelper = new gaxgrpc::ClientHelper(effectiveSettings); _callGetCustomerClient = clientHelper.BuildApiCall <GetCustomerClientRequest, gagvr::CustomerClient>(grpcClient.GetCustomerClientAsync, grpcClient.GetCustomerClient, effectiveSettings.GetCustomerClientSettings).WithGoogleRequestParam("resource_name", request => request.ResourceName); Modify_ApiCall(ref _callGetCustomerClient); Modify_GetCustomerClientApiCall(ref _callGetCustomerClient); OnConstruction(grpcClient, effectiveSettings, clientHelper); }
/// <summary> /// Constructs a client wrapper for the CustomerClientService service, with the specified gRPC client and settings. /// </summary> /// <param name="grpcClient">The underlying gRPC client.</param> /// <param name="settings">The base <see cref="CustomerClientServiceSettings"/> used within this client </param> public CustomerClientServiceClientImpl(CustomerClientService.CustomerClientServiceClient grpcClient, CustomerClientServiceSettings settings) { GrpcClient = grpcClient; CustomerClientServiceSettings effectiveSettings = settings ?? CustomerClientServiceSettings.GetDefault(); gaxgrpc::ClientHelper clientHelper = new gaxgrpc::ClientHelper(effectiveSettings); _callGetCustomerClient = clientHelper.BuildApiCall <GetCustomerClientRequest, gagvr::CustomerClient>( GrpcClient.GetCustomerClientAsync, GrpcClient.GetCustomerClient, effectiveSettings.GetCustomerClientSettings) .WithCallSettingsOverlay(request => gaxgrpc::CallSettings.FromHeader("x-goog-request-params", $"resource_name={request.ResourceName}")); Modify_ApiCall(ref _callGetCustomerClient); Modify_GetCustomerClientApiCall(ref _callGetCustomerClient); OnConstruction(grpcClient, effectiveSettings, clientHelper); }