#pragma warning disable 0414, 1591, 8981, 0612
#region Designer generated code
using grpc = global::Grpc.Core;
namespace udb.core.Analytics.Services.V1 {
public static partial class AnalyticsService
{
static readonly string __ServiceName = "udb.core.analytics.services.v1.AnalyticsService";
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
static void __Helper_SerializeMessage(global::Google.Protobuf.IMessage message, grpc::SerializationContext context)
{
#if !GRPC_DISABLE_PROTOBUF_BUFFER_SERIALIZATION
if (message is global::Google.Protobuf.IBufferMessage)
{
context.SetPayloadLength(message.CalculateSize());
global::Google.Protobuf.MessageExtensions.WriteTo(message, context.GetBufferWriter());
context.Complete();
return;
}
#endif
context.Complete(global::Google.Protobuf.MessageExtensions.ToByteArray(message));
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
static class __Helper_MessageCache<T>
{
public static readonly bool IsBufferMessage = global::System.Reflection.IntrospectionExtensions.GetTypeInfo(typeof(global::Google.Protobuf.IBufferMessage)).IsAssignableFrom(typeof(T));
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
static T __Helper_DeserializeMessage<T>(grpc::DeserializationContext context, global::Google.Protobuf.MessageParser<T> parser) where T : global::Google.Protobuf.IMessage<T>
{
#if !GRPC_DISABLE_PROTOBUF_BUFFER_SERIALIZATION
if (__Helper_MessageCache<T>.IsBufferMessage)
{
return parser.ParseFrom(context.PayloadAsReadOnlySequence());
}
#endif
return parser.ParseFrom(context.PayloadAsNewBuffer());
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
static readonly grpc::Marshaller<global::udb.core.Analytics.Services.V1.RecordPipelineMetricRequest> __Marshaller_udb_core_analytics_services_v1_RecordPipelineMetricRequest = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::udb.core.Analytics.Services.V1.RecordPipelineMetricRequest.Parser));
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
static readonly grpc::Marshaller<global::udb.core.Analytics.Services.V1.RecordPipelineMetricResponse> __Marshaller_udb_core_analytics_services_v1_RecordPipelineMetricResponse = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::udb.core.Analytics.Services.V1.RecordPipelineMetricResponse.Parser));
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
static readonly grpc::Marshaller<global::udb.core.Analytics.Services.V1.GetPipelineSummaryRequest> __Marshaller_udb_core_analytics_services_v1_GetPipelineSummaryRequest = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::udb.core.Analytics.Services.V1.GetPipelineSummaryRequest.Parser));
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
static readonly grpc::Marshaller<global::udb.core.Analytics.Services.V1.GetPipelineSummaryResponse> __Marshaller_udb_core_analytics_services_v1_GetPipelineSummaryResponse = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::udb.core.Analytics.Services.V1.GetPipelineSummaryResponse.Parser));
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
static readonly grpc::Marshaller<global::udb.core.Analytics.Services.V1.GetExecutorPerformanceRequest> __Marshaller_udb_core_analytics_services_v1_GetExecutorPerformanceRequest = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::udb.core.Analytics.Services.V1.GetExecutorPerformanceRequest.Parser));
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
static readonly grpc::Marshaller<global::udb.core.Analytics.Services.V1.GetExecutorPerformanceResponse> __Marshaller_udb_core_analytics_services_v1_GetExecutorPerformanceResponse = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::udb.core.Analytics.Services.V1.GetExecutorPerformanceResponse.Parser));
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
static readonly grpc::Marshaller<global::udb.core.Analytics.Services.V1.GetReconciliationAnalyticsRequest> __Marshaller_udb_core_analytics_services_v1_GetReconciliationAnalyticsRequest = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::udb.core.Analytics.Services.V1.GetReconciliationAnalyticsRequest.Parser));
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
static readonly grpc::Marshaller<global::udb.core.Analytics.Services.V1.GetReconciliationAnalyticsResponse> __Marshaller_udb_core_analytics_services_v1_GetReconciliationAnalyticsResponse = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::udb.core.Analytics.Services.V1.GetReconciliationAnalyticsResponse.Parser));
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
static readonly grpc::Marshaller<global::udb.core.Analytics.Services.V1.GetThroughputRequest> __Marshaller_udb_core_analytics_services_v1_GetThroughputRequest = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::udb.core.Analytics.Services.V1.GetThroughputRequest.Parser));
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
static readonly grpc::Marshaller<global::udb.core.Analytics.Services.V1.GetThroughputResponse> __Marshaller_udb_core_analytics_services_v1_GetThroughputResponse = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::udb.core.Analytics.Services.V1.GetThroughputResponse.Parser));
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
static readonly grpc::Marshaller<global::udb.core.Analytics.Services.V1.GetSlaComplianceRequest> __Marshaller_udb_core_analytics_services_v1_GetSlaComplianceRequest = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::udb.core.Analytics.Services.V1.GetSlaComplianceRequest.Parser));
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
static readonly grpc::Marshaller<global::udb.core.Analytics.Services.V1.GetSlaComplianceResponse> __Marshaller_udb_core_analytics_services_v1_GetSlaComplianceResponse = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::udb.core.Analytics.Services.V1.GetSlaComplianceResponse.Parser));
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
static readonly grpc::Marshaller<global::udb.core.Analytics.Services.V1.TriggerSnapshotRequest> __Marshaller_udb_core_analytics_services_v1_TriggerSnapshotRequest = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::udb.core.Analytics.Services.V1.TriggerSnapshotRequest.Parser));
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
static readonly grpc::Marshaller<global::udb.core.Analytics.Services.V1.TriggerSnapshotResponse> __Marshaller_udb_core_analytics_services_v1_TriggerSnapshotResponse = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::udb.core.Analytics.Services.V1.TriggerSnapshotResponse.Parser));
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
static readonly grpc::Method<global::udb.core.Analytics.Services.V1.RecordPipelineMetricRequest, global::udb.core.Analytics.Services.V1.RecordPipelineMetricResponse> __Method_RecordPipelineMetric = new grpc::Method<global::udb.core.Analytics.Services.V1.RecordPipelineMetricRequest, global::udb.core.Analytics.Services.V1.RecordPipelineMetricResponse>(
grpc::MethodType.Unary,
__ServiceName,
"RecordPipelineMetric",
__Marshaller_udb_core_analytics_services_v1_RecordPipelineMetricRequest,
__Marshaller_udb_core_analytics_services_v1_RecordPipelineMetricResponse);
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
static readonly grpc::Method<global::udb.core.Analytics.Services.V1.GetPipelineSummaryRequest, global::udb.core.Analytics.Services.V1.GetPipelineSummaryResponse> __Method_GetPipelineSummary = new grpc::Method<global::udb.core.Analytics.Services.V1.GetPipelineSummaryRequest, global::udb.core.Analytics.Services.V1.GetPipelineSummaryResponse>(
grpc::MethodType.Unary,
__ServiceName,
"GetPipelineSummary",
__Marshaller_udb_core_analytics_services_v1_GetPipelineSummaryRequest,
__Marshaller_udb_core_analytics_services_v1_GetPipelineSummaryResponse);
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
static readonly grpc::Method<global::udb.core.Analytics.Services.V1.GetExecutorPerformanceRequest, global::udb.core.Analytics.Services.V1.GetExecutorPerformanceResponse> __Method_GetExecutorPerformance = new grpc::Method<global::udb.core.Analytics.Services.V1.GetExecutorPerformanceRequest, global::udb.core.Analytics.Services.V1.GetExecutorPerformanceResponse>(
grpc::MethodType.Unary,
__ServiceName,
"GetExecutorPerformance",
__Marshaller_udb_core_analytics_services_v1_GetExecutorPerformanceRequest,
__Marshaller_udb_core_analytics_services_v1_GetExecutorPerformanceResponse);
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
static readonly grpc::Method<global::udb.core.Analytics.Services.V1.GetReconciliationAnalyticsRequest, global::udb.core.Analytics.Services.V1.GetReconciliationAnalyticsResponse> __Method_GetReconciliationAnalytics = new grpc::Method<global::udb.core.Analytics.Services.V1.GetReconciliationAnalyticsRequest, global::udb.core.Analytics.Services.V1.GetReconciliationAnalyticsResponse>(
grpc::MethodType.Unary,
__ServiceName,
"GetReconciliationAnalytics",
__Marshaller_udb_core_analytics_services_v1_GetReconciliationAnalyticsRequest,
__Marshaller_udb_core_analytics_services_v1_GetReconciliationAnalyticsResponse);
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
static readonly grpc::Method<global::udb.core.Analytics.Services.V1.GetThroughputRequest, global::udb.core.Analytics.Services.V1.GetThroughputResponse> __Method_GetThroughput = new grpc::Method<global::udb.core.Analytics.Services.V1.GetThroughputRequest, global::udb.core.Analytics.Services.V1.GetThroughputResponse>(
grpc::MethodType.Unary,
__ServiceName,
"GetThroughput",
__Marshaller_udb_core_analytics_services_v1_GetThroughputRequest,
__Marshaller_udb_core_analytics_services_v1_GetThroughputResponse);
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
static readonly grpc::Method<global::udb.core.Analytics.Services.V1.GetSlaComplianceRequest, global::udb.core.Analytics.Services.V1.GetSlaComplianceResponse> __Method_GetSlaCompliance = new grpc::Method<global::udb.core.Analytics.Services.V1.GetSlaComplianceRequest, global::udb.core.Analytics.Services.V1.GetSlaComplianceResponse>(
grpc::MethodType.Unary,
__ServiceName,
"GetSlaCompliance",
__Marshaller_udb_core_analytics_services_v1_GetSlaComplianceRequest,
__Marshaller_udb_core_analytics_services_v1_GetSlaComplianceResponse);
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
static readonly grpc::Method<global::udb.core.Analytics.Services.V1.TriggerSnapshotRequest, global::udb.core.Analytics.Services.V1.TriggerSnapshotResponse> __Method_TriggerSnapshot = new grpc::Method<global::udb.core.Analytics.Services.V1.TriggerSnapshotRequest, global::udb.core.Analytics.Services.V1.TriggerSnapshotResponse>(
grpc::MethodType.Unary,
__ServiceName,
"TriggerSnapshot",
__Marshaller_udb_core_analytics_services_v1_TriggerSnapshotRequest,
__Marshaller_udb_core_analytics_services_v1_TriggerSnapshotResponse);
public static global::Google.Protobuf.Reflection.ServiceDescriptor Descriptor
{
get { return global::udb.core.Analytics.Services.V1.AnalyticsServiceReflection.Descriptor.Services[0]; }
}
[grpc::BindServiceMethod(typeof(AnalyticsService), "BindService")]
public abstract partial class AnalyticsServiceBase
{
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual global::System.Threading.Tasks.Task<global::udb.core.Analytics.Services.V1.RecordPipelineMetricResponse> RecordPipelineMetric(global::udb.core.Analytics.Services.V1.RecordPipelineMetricRequest request, grpc::ServerCallContext context)
{
throw new grpc::RpcException(new grpc::Status(grpc::StatusCode.Unimplemented, ""));
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual global::System.Threading.Tasks.Task<global::udb.core.Analytics.Services.V1.GetPipelineSummaryResponse> GetPipelineSummary(global::udb.core.Analytics.Services.V1.GetPipelineSummaryRequest request, grpc::ServerCallContext context)
{
throw new grpc::RpcException(new grpc::Status(grpc::StatusCode.Unimplemented, ""));
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual global::System.Threading.Tasks.Task<global::udb.core.Analytics.Services.V1.GetExecutorPerformanceResponse> GetExecutorPerformance(global::udb.core.Analytics.Services.V1.GetExecutorPerformanceRequest request, grpc::ServerCallContext context)
{
throw new grpc::RpcException(new grpc::Status(grpc::StatusCode.Unimplemented, ""));
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual global::System.Threading.Tasks.Task<global::udb.core.Analytics.Services.V1.GetReconciliationAnalyticsResponse> GetReconciliationAnalytics(global::udb.core.Analytics.Services.V1.GetReconciliationAnalyticsRequest request, grpc::ServerCallContext context)
{
throw new grpc::RpcException(new grpc::Status(grpc::StatusCode.Unimplemented, ""));
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual global::System.Threading.Tasks.Task<global::udb.core.Analytics.Services.V1.GetThroughputResponse> GetThroughput(global::udb.core.Analytics.Services.V1.GetThroughputRequest request, grpc::ServerCallContext context)
{
throw new grpc::RpcException(new grpc::Status(grpc::StatusCode.Unimplemented, ""));
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual global::System.Threading.Tasks.Task<global::udb.core.Analytics.Services.V1.GetSlaComplianceResponse> GetSlaCompliance(global::udb.core.Analytics.Services.V1.GetSlaComplianceRequest request, grpc::ServerCallContext context)
{
throw new grpc::RpcException(new grpc::Status(grpc::StatusCode.Unimplemented, ""));
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual global::System.Threading.Tasks.Task<global::udb.core.Analytics.Services.V1.TriggerSnapshotResponse> TriggerSnapshot(global::udb.core.Analytics.Services.V1.TriggerSnapshotRequest request, grpc::ServerCallContext context)
{
throw new grpc::RpcException(new grpc::Status(grpc::StatusCode.Unimplemented, ""));
}
}
public partial class AnalyticsServiceClient : grpc::ClientBase<AnalyticsServiceClient>
{
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public AnalyticsServiceClient(grpc::ChannelBase channel) : base(channel)
{
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public AnalyticsServiceClient(grpc::CallInvoker callInvoker) : base(callInvoker)
{
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
protected AnalyticsServiceClient() : base()
{
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
protected AnalyticsServiceClient(ClientBaseConfiguration configuration) : base(configuration)
{
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual global::udb.core.Analytics.Services.V1.RecordPipelineMetricResponse RecordPipelineMetric(global::udb.core.Analytics.Services.V1.RecordPipelineMetricRequest request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
{
return RecordPipelineMetric(request, new grpc::CallOptions(headers, deadline, cancellationToken));
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual global::udb.core.Analytics.Services.V1.RecordPipelineMetricResponse RecordPipelineMetric(global::udb.core.Analytics.Services.V1.RecordPipelineMetricRequest request, grpc::CallOptions options)
{
return CallInvoker.BlockingUnaryCall(__Method_RecordPipelineMetric, null, options, request);
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual grpc::AsyncUnaryCall<global::udb.core.Analytics.Services.V1.RecordPipelineMetricResponse> RecordPipelineMetricAsync(global::udb.core.Analytics.Services.V1.RecordPipelineMetricRequest request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
{
return RecordPipelineMetricAsync(request, new grpc::CallOptions(headers, deadline, cancellationToken));
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual grpc::AsyncUnaryCall<global::udb.core.Analytics.Services.V1.RecordPipelineMetricResponse> RecordPipelineMetricAsync(global::udb.core.Analytics.Services.V1.RecordPipelineMetricRequest request, grpc::CallOptions options)
{
return CallInvoker.AsyncUnaryCall(__Method_RecordPipelineMetric, null, options, request);
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual global::udb.core.Analytics.Services.V1.GetPipelineSummaryResponse GetPipelineSummary(global::udb.core.Analytics.Services.V1.GetPipelineSummaryRequest request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
{
return GetPipelineSummary(request, new grpc::CallOptions(headers, deadline, cancellationToken));
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual global::udb.core.Analytics.Services.V1.GetPipelineSummaryResponse GetPipelineSummary(global::udb.core.Analytics.Services.V1.GetPipelineSummaryRequest request, grpc::CallOptions options)
{
return CallInvoker.BlockingUnaryCall(__Method_GetPipelineSummary, null, options, request);
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual grpc::AsyncUnaryCall<global::udb.core.Analytics.Services.V1.GetPipelineSummaryResponse> GetPipelineSummaryAsync(global::udb.core.Analytics.Services.V1.GetPipelineSummaryRequest request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
{
return GetPipelineSummaryAsync(request, new grpc::CallOptions(headers, deadline, cancellationToken));
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual grpc::AsyncUnaryCall<global::udb.core.Analytics.Services.V1.GetPipelineSummaryResponse> GetPipelineSummaryAsync(global::udb.core.Analytics.Services.V1.GetPipelineSummaryRequest request, grpc::CallOptions options)
{
return CallInvoker.AsyncUnaryCall(__Method_GetPipelineSummary, null, options, request);
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual global::udb.core.Analytics.Services.V1.GetExecutorPerformanceResponse GetExecutorPerformance(global::udb.core.Analytics.Services.V1.GetExecutorPerformanceRequest request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
{
return GetExecutorPerformance(request, new grpc::CallOptions(headers, deadline, cancellationToken));
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual global::udb.core.Analytics.Services.V1.GetExecutorPerformanceResponse GetExecutorPerformance(global::udb.core.Analytics.Services.V1.GetExecutorPerformanceRequest request, grpc::CallOptions options)
{
return CallInvoker.BlockingUnaryCall(__Method_GetExecutorPerformance, null, options, request);
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual grpc::AsyncUnaryCall<global::udb.core.Analytics.Services.V1.GetExecutorPerformanceResponse> GetExecutorPerformanceAsync(global::udb.core.Analytics.Services.V1.GetExecutorPerformanceRequest request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
{
return GetExecutorPerformanceAsync(request, new grpc::CallOptions(headers, deadline, cancellationToken));
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual grpc::AsyncUnaryCall<global::udb.core.Analytics.Services.V1.GetExecutorPerformanceResponse> GetExecutorPerformanceAsync(global::udb.core.Analytics.Services.V1.GetExecutorPerformanceRequest request, grpc::CallOptions options)
{
return CallInvoker.AsyncUnaryCall(__Method_GetExecutorPerformance, null, options, request);
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual global::udb.core.Analytics.Services.V1.GetReconciliationAnalyticsResponse GetReconciliationAnalytics(global::udb.core.Analytics.Services.V1.GetReconciliationAnalyticsRequest request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
{
return GetReconciliationAnalytics(request, new grpc::CallOptions(headers, deadline, cancellationToken));
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual global::udb.core.Analytics.Services.V1.GetReconciliationAnalyticsResponse GetReconciliationAnalytics(global::udb.core.Analytics.Services.V1.GetReconciliationAnalyticsRequest request, grpc::CallOptions options)
{
return CallInvoker.BlockingUnaryCall(__Method_GetReconciliationAnalytics, null, options, request);
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual grpc::AsyncUnaryCall<global::udb.core.Analytics.Services.V1.GetReconciliationAnalyticsResponse> GetReconciliationAnalyticsAsync(global::udb.core.Analytics.Services.V1.GetReconciliationAnalyticsRequest request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
{
return GetReconciliationAnalyticsAsync(request, new grpc::CallOptions(headers, deadline, cancellationToken));
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual grpc::AsyncUnaryCall<global::udb.core.Analytics.Services.V1.GetReconciliationAnalyticsResponse> GetReconciliationAnalyticsAsync(global::udb.core.Analytics.Services.V1.GetReconciliationAnalyticsRequest request, grpc::CallOptions options)
{
return CallInvoker.AsyncUnaryCall(__Method_GetReconciliationAnalytics, null, options, request);
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual global::udb.core.Analytics.Services.V1.GetThroughputResponse GetThroughput(global::udb.core.Analytics.Services.V1.GetThroughputRequest request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
{
return GetThroughput(request, new grpc::CallOptions(headers, deadline, cancellationToken));
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual global::udb.core.Analytics.Services.V1.GetThroughputResponse GetThroughput(global::udb.core.Analytics.Services.V1.GetThroughputRequest request, grpc::CallOptions options)
{
return CallInvoker.BlockingUnaryCall(__Method_GetThroughput, null, options, request);
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual grpc::AsyncUnaryCall<global::udb.core.Analytics.Services.V1.GetThroughputResponse> GetThroughputAsync(global::udb.core.Analytics.Services.V1.GetThroughputRequest request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
{
return GetThroughputAsync(request, new grpc::CallOptions(headers, deadline, cancellationToken));
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual grpc::AsyncUnaryCall<global::udb.core.Analytics.Services.V1.GetThroughputResponse> GetThroughputAsync(global::udb.core.Analytics.Services.V1.GetThroughputRequest request, grpc::CallOptions options)
{
return CallInvoker.AsyncUnaryCall(__Method_GetThroughput, null, options, request);
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual global::udb.core.Analytics.Services.V1.GetSlaComplianceResponse GetSlaCompliance(global::udb.core.Analytics.Services.V1.GetSlaComplianceRequest request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
{
return GetSlaCompliance(request, new grpc::CallOptions(headers, deadline, cancellationToken));
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual global::udb.core.Analytics.Services.V1.GetSlaComplianceResponse GetSlaCompliance(global::udb.core.Analytics.Services.V1.GetSlaComplianceRequest request, grpc::CallOptions options)
{
return CallInvoker.BlockingUnaryCall(__Method_GetSlaCompliance, null, options, request);
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual grpc::AsyncUnaryCall<global::udb.core.Analytics.Services.V1.GetSlaComplianceResponse> GetSlaComplianceAsync(global::udb.core.Analytics.Services.V1.GetSlaComplianceRequest request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
{
return GetSlaComplianceAsync(request, new grpc::CallOptions(headers, deadline, cancellationToken));
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual grpc::AsyncUnaryCall<global::udb.core.Analytics.Services.V1.GetSlaComplianceResponse> GetSlaComplianceAsync(global::udb.core.Analytics.Services.V1.GetSlaComplianceRequest request, grpc::CallOptions options)
{
return CallInvoker.AsyncUnaryCall(__Method_GetSlaCompliance, null, options, request);
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual global::udb.core.Analytics.Services.V1.TriggerSnapshotResponse TriggerSnapshot(global::udb.core.Analytics.Services.V1.TriggerSnapshotRequest request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
{
return TriggerSnapshot(request, new grpc::CallOptions(headers, deadline, cancellationToken));
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual global::udb.core.Analytics.Services.V1.TriggerSnapshotResponse TriggerSnapshot(global::udb.core.Analytics.Services.V1.TriggerSnapshotRequest request, grpc::CallOptions options)
{
return CallInvoker.BlockingUnaryCall(__Method_TriggerSnapshot, null, options, request);
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual grpc::AsyncUnaryCall<global::udb.core.Analytics.Services.V1.TriggerSnapshotResponse> TriggerSnapshotAsync(global::udb.core.Analytics.Services.V1.TriggerSnapshotRequest request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
{
return TriggerSnapshotAsync(request, new grpc::CallOptions(headers, deadline, cancellationToken));
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual grpc::AsyncUnaryCall<global::udb.core.Analytics.Services.V1.TriggerSnapshotResponse> TriggerSnapshotAsync(global::udb.core.Analytics.Services.V1.TriggerSnapshotRequest request, grpc::CallOptions options)
{
return CallInvoker.AsyncUnaryCall(__Method_TriggerSnapshot, null, options, request);
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
protected override AnalyticsServiceClient NewInstance(ClientBaseConfiguration configuration)
{
return new AnalyticsServiceClient(configuration);
}
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public static grpc::ServerServiceDefinition BindService(AnalyticsServiceBase serviceImpl)
{
return grpc::ServerServiceDefinition.CreateBuilder()
.AddMethod(__Method_RecordPipelineMetric, serviceImpl.RecordPipelineMetric)
.AddMethod(__Method_GetPipelineSummary, serviceImpl.GetPipelineSummary)
.AddMethod(__Method_GetExecutorPerformance, serviceImpl.GetExecutorPerformance)
.AddMethod(__Method_GetReconciliationAnalytics, serviceImpl.GetReconciliationAnalytics)
.AddMethod(__Method_GetThroughput, serviceImpl.GetThroughput)
.AddMethod(__Method_GetSlaCompliance, serviceImpl.GetSlaCompliance)
.AddMethod(__Method_TriggerSnapshot, serviceImpl.TriggerSnapshot).Build();
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public static void BindService(grpc::ServiceBinderBase serviceBinder, AnalyticsServiceBase serviceImpl)
{
serviceBinder.AddMethod(__Method_RecordPipelineMetric, serviceImpl == null ? null : new grpc::UnaryServerMethod<global::udb.core.Analytics.Services.V1.RecordPipelineMetricRequest, global::udb.core.Analytics.Services.V1.RecordPipelineMetricResponse>(serviceImpl.RecordPipelineMetric));
serviceBinder.AddMethod(__Method_GetPipelineSummary, serviceImpl == null ? null : new grpc::UnaryServerMethod<global::udb.core.Analytics.Services.V1.GetPipelineSummaryRequest, global::udb.core.Analytics.Services.V1.GetPipelineSummaryResponse>(serviceImpl.GetPipelineSummary));
serviceBinder.AddMethod(__Method_GetExecutorPerformance, serviceImpl == null ? null : new grpc::UnaryServerMethod<global::udb.core.Analytics.Services.V1.GetExecutorPerformanceRequest, global::udb.core.Analytics.Services.V1.GetExecutorPerformanceResponse>(serviceImpl.GetExecutorPerformance));
serviceBinder.AddMethod(__Method_GetReconciliationAnalytics, serviceImpl == null ? null : new grpc::UnaryServerMethod<global::udb.core.Analytics.Services.V1.GetReconciliationAnalyticsRequest, global::udb.core.Analytics.Services.V1.GetReconciliationAnalyticsResponse>(serviceImpl.GetReconciliationAnalytics));
serviceBinder.AddMethod(__Method_GetThroughput, serviceImpl == null ? null : new grpc::UnaryServerMethod<global::udb.core.Analytics.Services.V1.GetThroughputRequest, global::udb.core.Analytics.Services.V1.GetThroughputResponse>(serviceImpl.GetThroughput));
serviceBinder.AddMethod(__Method_GetSlaCompliance, serviceImpl == null ? null : new grpc::UnaryServerMethod<global::udb.core.Analytics.Services.V1.GetSlaComplianceRequest, global::udb.core.Analytics.Services.V1.GetSlaComplianceResponse>(serviceImpl.GetSlaCompliance));
serviceBinder.AddMethod(__Method_TriggerSnapshot, serviceImpl == null ? null : new grpc::UnaryServerMethod<global::udb.core.Analytics.Services.V1.TriggerSnapshotRequest, global::udb.core.Analytics.Services.V1.TriggerSnapshotResponse>(serviceImpl.TriggerSnapshot));
}
}
}
#endregion