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

            _callGetSharedSet = clientHelper.BuildApiCall <GetSharedSetRequest, gagvr::SharedSet>(grpcClient.GetSharedSetAsync, grpcClient.GetSharedSet, effectiveSettings.GetSharedSetSettings).WithGoogleRequestParam("resource_name", request => request.ResourceName);
            Modify_ApiCall(ref _callGetSharedSet);
            Modify_GetSharedSetApiCall(ref _callGetSharedSet);
            _callMutateSharedSets = clientHelper.BuildApiCall <MutateSharedSetsRequest, MutateSharedSetsResponse>(grpcClient.MutateSharedSetsAsync, grpcClient.MutateSharedSets, effectiveSettings.MutateSharedSetsSettings).WithGoogleRequestParam("customer_id", request => request.CustomerId);
            Modify_ApiCall(ref _callMutateSharedSets);
            Modify_MutateSharedSetsApiCall(ref _callMutateSharedSets);
            OnConstruction(grpcClient, effectiveSettings, clientHelper);
        }
Ejemplo n.º 2
0
        /// <summary>
        /// Constructs a client wrapper for the SharedSetService service, with the specified gRPC client and settings.
        /// </summary>
        /// <param name="grpcClient">The underlying gRPC client.</param>
        /// <param name="settings">The base <see cref="SharedSetServiceSettings"/> used within this client </param>
        public SharedSetServiceClientImpl(SharedSetService.SharedSetServiceClient grpcClient, SharedSetServiceSettings settings)
        {
            GrpcClient = grpcClient;
            SharedSetServiceSettings effectiveSettings = settings ?? SharedSetServiceSettings.GetDefault();
            gaxgrpc::ClientHelper    clientHelper      = new gaxgrpc::ClientHelper(effectiveSettings);

            _callGetSharedSet = clientHelper.BuildApiCall <GetSharedSetRequest, gagvr::SharedSet>(
                GrpcClient.GetSharedSetAsync, GrpcClient.GetSharedSet, effectiveSettings.GetSharedSetSettings)
                                .WithCallSettingsOverlay(request => gaxgrpc::CallSettings.FromHeader("x-goog-request-params", $"resource_name={request.ResourceName}"));
            _callMutateSharedSets = clientHelper.BuildApiCall <MutateSharedSetsRequest, MutateSharedSetsResponse>(
                GrpcClient.MutateSharedSetsAsync, GrpcClient.MutateSharedSets, effectiveSettings.MutateSharedSetsSettings)
                                    .WithCallSettingsOverlay(request => gaxgrpc::CallSettings.FromHeader("x-goog-request-params", $"customer_id={request.CustomerId}"));
            Modify_ApiCall(ref _callGetSharedSet);
            Modify_GetSharedSetApiCall(ref _callGetSharedSet);
            Modify_ApiCall(ref _callMutateSharedSets);
            Modify_MutateSharedSetsApiCall(ref _callMutateSharedSets);
            OnConstruction(grpcClient, effectiveSettings, clientHelper);
        }