コード例 #1
0
        /// <summary>
        /// Constructs a client wrapper for the QueryService service, with the specified gRPC client and settings.
        /// </summary>
        /// <param name="grpcClient">The underlying gRPC client.</param>
        /// <param name="settings">The base <see cref="QueryServiceSettings"/> used within this client.</param>
        public QueryServiceClientImpl(QueryService.QueryServiceClient grpcClient, QueryServiceSettings settings)
        {
            GrpcClient = grpcClient;
            QueryServiceSettings  effectiveSettings = settings ?? QueryServiceSettings.GetDefault();
            gaxgrpc::ClientHelper clientHelper      = new gaxgrpc::ClientHelper(effectiveSettings);

            _callQueryTimeSeries = clientHelper.BuildApiCall <QueryTimeSeriesRequest, QueryTimeSeriesResponse>(grpcClient.QueryTimeSeriesAsync, grpcClient.QueryTimeSeries, effectiveSettings.QueryTimeSeriesSettings).WithGoogleRequestParam("name", request => request.Name);
            Modify_ApiCall(ref _callQueryTimeSeries);
            Modify_QueryTimeSeriesApiCall(ref _callQueryTimeSeries);
            OnConstruction(grpcClient, effectiveSettings, clientHelper);
        }
コード例 #2
0
        /// <summary>
        /// Creates a <see cref="QueryServiceClient"/> 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="QueryServiceSettings"/>.</param>
        /// <returns>The created <see cref="QueryServiceClient"/>.</returns>
        internal static QueryServiceClient Create(grpccore::CallInvoker callInvoker, QueryServiceSettings settings = null)
        {
            gax::GaxPreconditions.CheckNotNull(callInvoker, nameof(callInvoker));
            grpcinter::Interceptor interceptor = settings?.Interceptor;

            if (interceptor != null)
            {
                callInvoker = grpcinter::CallInvokerExtensions.Intercept(callInvoker, interceptor);
            }
            QueryService.QueryServiceClient grpcClient = new QueryService.QueryServiceClient(callInvoker);
            return(new QueryServiceClientImpl(grpcClient, settings));
        }
コード例 #3
0
 partial void OnCopy(QueryServiceSettings existing);
コード例 #4
0
 private QueryServiceSettings(QueryServiceSettings existing) : base(existing)
 {
     gax::GaxPreconditions.CheckNotNull(existing, nameof(existing));
     QueryTimeSeriesSettings = existing.QueryTimeSeriesSettings;
     OnCopy(existing);
 }
コード例 #5
0
 partial void OnConstruction(QueryService.QueryServiceClient grpcClient, QueryServiceSettings effectiveSettings, gaxgrpc::ClientHelper clientHelper);