/// <summary>
        /// Creates a <see cref="AlphaAnalyticsDataClient"/> 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="AlphaAnalyticsDataSettings"/>.</param>
        /// <returns>The created <see cref="AlphaAnalyticsDataClient"/>.</returns>
        internal static AlphaAnalyticsDataClient Create(grpccore::CallInvoker callInvoker, AlphaAnalyticsDataSettings settings = null)
        {
            gax::GaxPreconditions.CheckNotNull(callInvoker, nameof(callInvoker));
            grpcinter::Interceptor interceptor = settings?.Interceptor;

            if (interceptor != null)
            {
                callInvoker = grpcinter::CallInvokerExtensions.Intercept(callInvoker, interceptor);
            }
            AlphaAnalyticsData.AlphaAnalyticsDataClient grpcClient = new AlphaAnalyticsData.AlphaAnalyticsDataClient(callInvoker);
            return(new AlphaAnalyticsDataClientImpl(grpcClient, settings));
        }
Beispiel #2
0
        /// <summary>
        /// Constructs a client wrapper for the AlphaAnalyticsData service, with the specified gRPC client and settings.
        /// </summary>
        /// <param name="grpcClient">The underlying gRPC client.</param>
        /// <param name="settings">The base <see cref="AlphaAnalyticsDataSettings"/> used within this client.</param>
        public AlphaAnalyticsDataClientImpl(AlphaAnalyticsData.AlphaAnalyticsDataClient grpcClient, AlphaAnalyticsDataSettings settings)
        {
            GrpcClient = grpcClient;
            AlphaAnalyticsDataSettings effectiveSettings = settings ?? AlphaAnalyticsDataSettings.GetDefault();
            gaxgrpc::ClientHelper      clientHelper      = new gaxgrpc::ClientHelper(effectiveSettings);

            _callRunReport = clientHelper.BuildApiCall <RunReportRequest, RunReportResponse>(grpcClient.RunReportAsync, grpcClient.RunReport, effectiveSettings.RunReportSettings);
            Modify_ApiCall(ref _callRunReport);
            Modify_RunReportApiCall(ref _callRunReport);
            _callRunPivotReport = clientHelper.BuildApiCall <RunPivotReportRequest, RunPivotReportResponse>(grpcClient.RunPivotReportAsync, grpcClient.RunPivotReport, effectiveSettings.RunPivotReportSettings);
            Modify_ApiCall(ref _callRunPivotReport);
            Modify_RunPivotReportApiCall(ref _callRunPivotReport);
            _callBatchRunReports = clientHelper.BuildApiCall <BatchRunReportsRequest, BatchRunReportsResponse>(grpcClient.BatchRunReportsAsync, grpcClient.BatchRunReports, effectiveSettings.BatchRunReportsSettings);
            Modify_ApiCall(ref _callBatchRunReports);
            Modify_BatchRunReportsApiCall(ref _callBatchRunReports);
            _callBatchRunPivotReports = clientHelper.BuildApiCall <BatchRunPivotReportsRequest, BatchRunPivotReportsResponse>(grpcClient.BatchRunPivotReportsAsync, grpcClient.BatchRunPivotReports, effectiveSettings.BatchRunPivotReportsSettings);
            Modify_ApiCall(ref _callBatchRunPivotReports);
            Modify_BatchRunPivotReportsApiCall(ref _callBatchRunPivotReports);
            OnConstruction(grpcClient, effectiveSettings, clientHelper);
        }
 partial void OnConstruction(AlphaAnalyticsData.AlphaAnalyticsDataClient grpcClient, AlphaAnalyticsDataSettings effectiveSettings, gaxgrpc::ClientHelper clientHelper);