/// <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>
 public static EventServiceClient Create(grpccore::CallInvoker callInvoker, EventServiceSettings settings = null)
 {
     gax::GaxPreconditions.CheckNotNull(callInvoker, nameof(callInvoker));
     grpccore::Interceptors.Interceptor interceptor = settings?.Interceptor;
     if (interceptor != null)
     {
         callInvoker = grpccore::Interceptors.CallInvokerExtensions.Intercept(callInvoker, interceptor);
     }
     EventService.EventServiceClient grpcClient = new EventService.EventServiceClient(callInvoker);
     return(new EventServiceClientImpl(grpcClient, settings));
 }
Example #2
0
        /// <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>
        /// 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)
                                     .WithCallSettingsOverlay(request => gaxgrpc::CallSettings.FromHeader("x-goog-request-params", $"parent={request.Parent}"));
            Modify_ApiCall(ref _callCreateClientEvent);
            Modify_CreateClientEventApiCall(ref _callCreateClientEvent);
            OnConstruction(grpcClient, effectiveSettings, clientHelper);
        }
 partial void OnConstruction(EventService.EventServiceClient grpcClient, EventServiceSettings effectiveSettings, gaxgrpc::ClientHelper clientHelper);