Example #1
0
 /// <summary>
 /// Creates a <see cref="TopicViewServiceClient"/> which uses the specified call invoker for remote operations.
 /// </summary>
 /// <param name="callInvoker">The <see cref="grpccore::CallInvoker"/> for remote operations. Must not be null.</param>
 /// <param name="settings">Optional <see cref="TopicViewServiceSettings"/>.</param>
 /// <returns>The created <see cref="TopicViewServiceClient"/>.</returns>
 public static TopicViewServiceClient Create(grpccore::CallInvoker callInvoker, TopicViewServiceSettings settings = null)
 {
     gax::GaxPreconditions.CheckNotNull(callInvoker, nameof(callInvoker));
     grpccore::Interceptors.Interceptor interceptor = settings?.Interceptor;
     if (interceptor != null)
     {
         callInvoker = grpccore::Interceptors.CallInvokerExtensions.Intercept(callInvoker, interceptor);
     }
     TopicViewService.TopicViewServiceClient grpcClient = new TopicViewService.TopicViewServiceClient(callInvoker);
     return(new TopicViewServiceClientImpl(grpcClient, settings));
 }
Example #2
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);
        }
Example #3
0
 partial void OnConstruction(TopicViewService.TopicViewServiceClient grpcClient, TopicViewServiceSettings effectiveSettings, gaxgrpc::ClientHelper clientHelper);