/// <summary> /// Constructs a client wrapper for the EventService service, with the specified gRPC client and settings. /// </summary> /// <param name="grpcClient">The underlying gRPC client.</param> /// <param name="settings">The base <see cref="EventServiceSettings"/> used within this client.</param> public EventServiceClientImpl(EventService.EventServiceClient grpcClient, EventServiceSettings settings) { GrpcClient = grpcClient; EventServiceSettings effectiveSettings = settings ?? EventServiceSettings.GetDefault(); gaxgrpc::ClientHelper clientHelper = new gaxgrpc::ClientHelper(effectiveSettings); _callCreateClientEvent = clientHelper.BuildApiCall <CreateClientEventRequest, ClientEvent>(grpcClient.CreateClientEventAsync, grpcClient.CreateClientEvent, effectiveSettings.CreateClientEventSettings).WithGoogleRequestParam("parent", request => request.Parent); Modify_ApiCall(ref _callCreateClientEvent); Modify_CreateClientEventApiCall(ref _callCreateClientEvent); OnConstruction(grpcClient, effectiveSettings, clientHelper); }
/// <summary> /// Creates a <see cref="EventServiceClient"/> 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="EventServiceSettings"/>.</param> /// <returns>The created <see cref="EventServiceClient"/>.</returns> internal static EventServiceClient Create(grpccore::CallInvoker callInvoker, EventServiceSettings settings = null) { gax::GaxPreconditions.CheckNotNull(callInvoker, nameof(callInvoker)); grpcinter::Interceptor interceptor = settings?.Interceptor; if (interceptor != null) { callInvoker = grpcinter::CallInvokerExtensions.Intercept(callInvoker, interceptor); } EventService.EventServiceClient grpcClient = new EventService.EventServiceClient(callInvoker); return(new EventServiceClientImpl(grpcClient, settings)); }
partial void OnConstruction(EventService.EventServiceClient grpcClient, EventServiceSettings effectiveSettings, gaxgrpc::ClientHelper clientHelper);