Beispiel #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);
            Modify_ApiCall(ref _callGetTopicView);
            Modify_GetTopicViewApiCall(ref _callGetTopicView);
            OnConstruction(grpcClient, effectiveSettings, clientHelper);
        }