Пример #1
0
        /// <summary>
        /// Constructs a client wrapper for the DistanceViewService service, with the specified gRPC client and
        /// settings.
        /// </summary>
        /// <param name="grpcClient">The underlying gRPC client.</param>
        /// <param name="settings">The base <see cref="DistanceViewServiceSettings"/> used within this client.</param>
        public DistanceViewServiceClientImpl(DistanceViewService.DistanceViewServiceClient grpcClient, DistanceViewServiceSettings settings)
        {
            GrpcClient = grpcClient;
            DistanceViewServiceSettings effectiveSettings = settings ?? DistanceViewServiceSettings.GetDefault();
            gaxgrpc::ClientHelper       clientHelper      = new gaxgrpc::ClientHelper(effectiveSettings);

            _callGetDistanceView = clientHelper.BuildApiCall <GetDistanceViewRequest, gagvr::DistanceView>(grpcClient.GetDistanceViewAsync, grpcClient.GetDistanceView, effectiveSettings.GetDistanceViewSettings).WithGoogleRequestParam("resource_name", request => request.ResourceName);
            Modify_ApiCall(ref _callGetDistanceView);
            Modify_GetDistanceViewApiCall(ref _callGetDistanceView);
            OnConstruction(grpcClient, effectiveSettings, clientHelper);
        }
        /// <summary>
        /// Constructs a client wrapper for the DistanceViewService service, with the specified gRPC client and settings.
        /// </summary>
        /// <param name="grpcClient">The underlying gRPC client.</param>
        /// <param name="settings">The base <see cref="DistanceViewServiceSettings"/> used within this client </param>
        public DistanceViewServiceClientImpl(DistanceViewService.DistanceViewServiceClient grpcClient, DistanceViewServiceSettings settings)
        {
            GrpcClient = grpcClient;
            DistanceViewServiceSettings effectiveSettings = settings ?? DistanceViewServiceSettings.GetDefault();
            gaxgrpc::ClientHelper       clientHelper      = new gaxgrpc::ClientHelper(effectiveSettings);

            _callGetDistanceView = clientHelper.BuildApiCall <GetDistanceViewRequest, gagvr::DistanceView>(
                GrpcClient.GetDistanceViewAsync, GrpcClient.GetDistanceView, effectiveSettings.GetDistanceViewSettings)
                                   .WithCallSettingsOverlay(request => gaxgrpc::CallSettings.FromHeader("x-goog-request-params", $"resource_name={request.ResourceName}"));
            Modify_ApiCall(ref _callGetDistanceView);
            Modify_GetDistanceViewApiCall(ref _callGetDistanceView);
            OnConstruction(grpcClient, effectiveSettings, clientHelper);
        }