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

            _callGetLabel = clientHelper.BuildApiCall <GetLabelRequest, gagvr::Label>(grpcClient.GetLabelAsync, grpcClient.GetLabel, effectiveSettings.GetLabelSettings).WithGoogleRequestParam("resource_name", request => request.ResourceName);
            Modify_ApiCall(ref _callGetLabel);
            Modify_GetLabelApiCall(ref _callGetLabel);
            _callMutateLabels = clientHelper.BuildApiCall <MutateLabelsRequest, MutateLabelsResponse>(grpcClient.MutateLabelsAsync, grpcClient.MutateLabels, effectiveSettings.MutateLabelsSettings).WithGoogleRequestParam("customer_id", request => request.CustomerId);
            Modify_ApiCall(ref _callMutateLabels);
            Modify_MutateLabelsApiCall(ref _callMutateLabels);
            OnConstruction(grpcClient, effectiveSettings, clientHelper);
        }
Esempio n. 2
0
        /// <summary>
        /// Constructs a client wrapper for the LabelService service, with the specified gRPC client and settings.
        /// </summary>
        /// <param name="grpcClient">The underlying gRPC client.</param>
        /// <param name="settings">The base <see cref="LabelServiceSettings"/> used within this client </param>
        public LabelServiceClientImpl(LabelService.LabelServiceClient grpcClient, LabelServiceSettings settings)
        {
            GrpcClient = grpcClient;
            LabelServiceSettings  effectiveSettings = settings ?? LabelServiceSettings.GetDefault();
            gaxgrpc::ClientHelper clientHelper      = new gaxgrpc::ClientHelper(effectiveSettings);

            _callGetLabel = clientHelper.BuildApiCall <GetLabelRequest, gagvr::Label>(
                GrpcClient.GetLabelAsync, GrpcClient.GetLabel, effectiveSettings.GetLabelSettings)
                            .WithCallSettingsOverlay(request => gaxgrpc::CallSettings.FromHeader("x-goog-request-params", $"resource_name={request.ResourceName}"));
            _callMutateLabels = clientHelper.BuildApiCall <MutateLabelsRequest, MutateLabelsResponse>(
                GrpcClient.MutateLabelsAsync, GrpcClient.MutateLabels, effectiveSettings.MutateLabelsSettings)
                                .WithCallSettingsOverlay(request => gaxgrpc::CallSettings.FromHeader("x-goog-request-params", $"customer_id={request.CustomerId}"));
            Modify_ApiCall(ref _callGetLabel);
            Modify_GetLabelApiCall(ref _callGetLabel);
            Modify_ApiCall(ref _callMutateLabels);
            Modify_MutateLabelsApiCall(ref _callMutateLabels);
            OnConstruction(grpcClient, effectiveSettings, clientHelper);
        }