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

            _callGetLocationView = clientHelper.BuildApiCall <GetLocationViewRequest, gagvr::LocationView>(grpcClient.GetLocationViewAsync, grpcClient.GetLocationView, effectiveSettings.GetLocationViewSettings).WithGoogleRequestParam("resource_name", request => request.ResourceName);
            Modify_ApiCall(ref _callGetLocationView);
            Modify_GetLocationViewApiCall(ref _callGetLocationView);
            OnConstruction(grpcClient, effectiveSettings, clientHelper);
        }
        /// <summary>
        /// Constructs a client wrapper for the LocationViewService service, with the specified gRPC client and settings.
        /// </summary>
        /// <param name="grpcClient">The underlying gRPC client.</param>
        /// <param name="settings">The base <see cref="LocationViewServiceSettings"/> used within this client </param>
        public LocationViewServiceClientImpl(LocationViewService.LocationViewServiceClient grpcClient, LocationViewServiceSettings settings)
        {
            GrpcClient = grpcClient;
            LocationViewServiceSettings effectiveSettings = settings ?? LocationViewServiceSettings.GetDefault();
            gaxgrpc::ClientHelper       clientHelper      = new gaxgrpc::ClientHelper(effectiveSettings);

            _callGetLocationView = clientHelper.BuildApiCall <GetLocationViewRequest, gagvr::LocationView>(
                GrpcClient.GetLocationViewAsync, GrpcClient.GetLocationView, effectiveSettings.GetLocationViewSettings)
                                   .WithCallSettingsOverlay(request => gaxgrpc::CallSettings.FromHeader("x-goog-request-params", $"resource_name={request.ResourceName}"));
            Modify_ApiCall(ref _callGetLocationView);
            Modify_GetLocationViewApiCall(ref _callGetLocationView);
            OnConstruction(grpcClient, effectiveSettings, clientHelper);
        }