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

            _callGetTopicView = clientHelper.BuildApiCall <GetTopicViewRequest, gagvr::TopicView>(grpcClient.GetTopicViewAsync, grpcClient.GetTopicView, effectiveSettings.GetTopicViewSettings).WithGoogleRequestParam("resource_name", request => request.ResourceName);
            Modify_ApiCall(ref _callGetTopicView);
            Modify_GetTopicViewApiCall(ref _callGetTopicView);
            OnConstruction(grpcClient, effectiveSettings, clientHelper);
        }
        /// <summary>
        /// Constructs a client wrapper for the TopicViewService service, with the specified gRPC client and settings.
        /// </summary>
        /// <param name="grpcClient">The underlying gRPC client.</param>
        /// <param name="settings">The base <see cref="TopicViewServiceSettings"/> used within this client </param>
        public TopicViewServiceClientImpl(TopicViewService.TopicViewServiceClient grpcClient, TopicViewServiceSettings settings)
        {
            GrpcClient = grpcClient;
            TopicViewServiceSettings effectiveSettings = settings ?? TopicViewServiceSettings.GetDefault();
            gaxgrpc::ClientHelper    clientHelper      = new gaxgrpc::ClientHelper(effectiveSettings);

            _callGetTopicView = clientHelper.BuildApiCall <GetTopicViewRequest, gagvr::TopicView>(
                GrpcClient.GetTopicViewAsync, GrpcClient.GetTopicView, effectiveSettings.GetTopicViewSettings)
                                .WithCallSettingsOverlay(request => gaxgrpc::CallSettings.FromHeader("x-goog-request-params", $"resource_name={request.ResourceName}"));
            Modify_ApiCall(ref _callGetTopicView);
            Modify_GetTopicViewApiCall(ref _callGetTopicView);
            OnConstruction(grpcClient, effectiveSettings, clientHelper);
        }