#pragma warning disable 0414, 1591, 8981, 0612
#region Designer generated code
using grpc = global::Grpc.Core;
namespace udb.core.Notification.Services.V1 {
public static partial class NotificationService
{
static readonly string __ServiceName = "udb.core.notification.services.v1.NotificationService";
[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.Notification.Services.V1.SendNotificationRequest> __Marshaller_udb_core_notification_services_v1_SendNotificationRequest = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::udb.core.Notification.Services.V1.SendNotificationRequest.Parser));
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
static readonly grpc::Marshaller<global::udb.core.Notification.Services.V1.SendNotificationResponse> __Marshaller_udb_core_notification_services_v1_SendNotificationResponse = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::udb.core.Notification.Services.V1.SendNotificationResponse.Parser));
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
static readonly grpc::Marshaller<global::udb.core.Notification.Services.V1.GetNotificationRequest> __Marshaller_udb_core_notification_services_v1_GetNotificationRequest = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::udb.core.Notification.Services.V1.GetNotificationRequest.Parser));
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
static readonly grpc::Marshaller<global::udb.core.Notification.Services.V1.GetNotificationResponse> __Marshaller_udb_core_notification_services_v1_GetNotificationResponse = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::udb.core.Notification.Services.V1.GetNotificationResponse.Parser));
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
static readonly grpc::Marshaller<global::udb.core.Notification.Services.V1.ListNotificationsRequest> __Marshaller_udb_core_notification_services_v1_ListNotificationsRequest = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::udb.core.Notification.Services.V1.ListNotificationsRequest.Parser));
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
static readonly grpc::Marshaller<global::udb.core.Notification.Services.V1.ListNotificationsResponse> __Marshaller_udb_core_notification_services_v1_ListNotificationsResponse = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::udb.core.Notification.Services.V1.ListNotificationsResponse.Parser));
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
static readonly grpc::Marshaller<global::udb.core.Notification.Services.V1.RetryNotificationRequest> __Marshaller_udb_core_notification_services_v1_RetryNotificationRequest = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::udb.core.Notification.Services.V1.RetryNotificationRequest.Parser));
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
static readonly grpc::Marshaller<global::udb.core.Notification.Services.V1.RetryNotificationResponse> __Marshaller_udb_core_notification_services_v1_RetryNotificationResponse = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::udb.core.Notification.Services.V1.RetryNotificationResponse.Parser));
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
static readonly grpc::Marshaller<global::udb.core.Notification.Services.V1.UpsertTemplateRequest> __Marshaller_udb_core_notification_services_v1_UpsertTemplateRequest = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::udb.core.Notification.Services.V1.UpsertTemplateRequest.Parser));
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
static readonly grpc::Marshaller<global::udb.core.Notification.Services.V1.UpsertTemplateResponse> __Marshaller_udb_core_notification_services_v1_UpsertTemplateResponse = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::udb.core.Notification.Services.V1.UpsertTemplateResponse.Parser));
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
static readonly grpc::Marshaller<global::udb.core.Notification.Services.V1.GetTemplateRequest> __Marshaller_udb_core_notification_services_v1_GetTemplateRequest = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::udb.core.Notification.Services.V1.GetTemplateRequest.Parser));
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
static readonly grpc::Marshaller<global::udb.core.Notification.Services.V1.GetTemplateResponse> __Marshaller_udb_core_notification_services_v1_GetTemplateResponse = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::udb.core.Notification.Services.V1.GetTemplateResponse.Parser));
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
static readonly grpc::Marshaller<global::udb.core.Notification.Services.V1.ListTemplatesRequest> __Marshaller_udb_core_notification_services_v1_ListTemplatesRequest = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::udb.core.Notification.Services.V1.ListTemplatesRequest.Parser));
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
static readonly grpc::Marshaller<global::udb.core.Notification.Services.V1.ListTemplatesResponse> __Marshaller_udb_core_notification_services_v1_ListTemplatesResponse = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::udb.core.Notification.Services.V1.ListTemplatesResponse.Parser));
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
static readonly grpc::Marshaller<global::udb.core.Notification.Services.V1.GetDeliveryStatsRequest> __Marshaller_udb_core_notification_services_v1_GetDeliveryStatsRequest = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::udb.core.Notification.Services.V1.GetDeliveryStatsRequest.Parser));
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
static readonly grpc::Marshaller<global::udb.core.Notification.Services.V1.GetDeliveryStatsResponse> __Marshaller_udb_core_notification_services_v1_GetDeliveryStatsResponse = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::udb.core.Notification.Services.V1.GetDeliveryStatsResponse.Parser));
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
static readonly grpc::Marshaller<global::udb.core.Notification.Services.V1.SetPreferenceRequest> __Marshaller_udb_core_notification_services_v1_SetPreferenceRequest = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::udb.core.Notification.Services.V1.SetPreferenceRequest.Parser));
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
static readonly grpc::Marshaller<global::udb.core.Notification.Services.V1.SetPreferenceResponse> __Marshaller_udb_core_notification_services_v1_SetPreferenceResponse = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::udb.core.Notification.Services.V1.SetPreferenceResponse.Parser));
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
static readonly grpc::Marshaller<global::udb.core.Notification.Services.V1.GetPreferenceRequest> __Marshaller_udb_core_notification_services_v1_GetPreferenceRequest = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::udb.core.Notification.Services.V1.GetPreferenceRequest.Parser));
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
static readonly grpc::Marshaller<global::udb.core.Notification.Services.V1.GetPreferenceResponse> __Marshaller_udb_core_notification_services_v1_GetPreferenceResponse = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::udb.core.Notification.Services.V1.GetPreferenceResponse.Parser));
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
static readonly grpc::Marshaller<global::udb.core.Notification.Services.V1.ListPreferencesRequest> __Marshaller_udb_core_notification_services_v1_ListPreferencesRequest = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::udb.core.Notification.Services.V1.ListPreferencesRequest.Parser));
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
static readonly grpc::Marshaller<global::udb.core.Notification.Services.V1.ListPreferencesResponse> __Marshaller_udb_core_notification_services_v1_ListPreferencesResponse = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::udb.core.Notification.Services.V1.ListPreferencesResponse.Parser));
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
static readonly grpc::Method<global::udb.core.Notification.Services.V1.SendNotificationRequest, global::udb.core.Notification.Services.V1.SendNotificationResponse> __Method_SendNotification = new grpc::Method<global::udb.core.Notification.Services.V1.SendNotificationRequest, global::udb.core.Notification.Services.V1.SendNotificationResponse>(
grpc::MethodType.Unary,
__ServiceName,
"SendNotification",
__Marshaller_udb_core_notification_services_v1_SendNotificationRequest,
__Marshaller_udb_core_notification_services_v1_SendNotificationResponse);
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
static readonly grpc::Method<global::udb.core.Notification.Services.V1.GetNotificationRequest, global::udb.core.Notification.Services.V1.GetNotificationResponse> __Method_GetNotification = new grpc::Method<global::udb.core.Notification.Services.V1.GetNotificationRequest, global::udb.core.Notification.Services.V1.GetNotificationResponse>(
grpc::MethodType.Unary,
__ServiceName,
"GetNotification",
__Marshaller_udb_core_notification_services_v1_GetNotificationRequest,
__Marshaller_udb_core_notification_services_v1_GetNotificationResponse);
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
static readonly grpc::Method<global::udb.core.Notification.Services.V1.ListNotificationsRequest, global::udb.core.Notification.Services.V1.ListNotificationsResponse> __Method_ListNotifications = new grpc::Method<global::udb.core.Notification.Services.V1.ListNotificationsRequest, global::udb.core.Notification.Services.V1.ListNotificationsResponse>(
grpc::MethodType.Unary,
__ServiceName,
"ListNotifications",
__Marshaller_udb_core_notification_services_v1_ListNotificationsRequest,
__Marshaller_udb_core_notification_services_v1_ListNotificationsResponse);
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
static readonly grpc::Method<global::udb.core.Notification.Services.V1.RetryNotificationRequest, global::udb.core.Notification.Services.V1.RetryNotificationResponse> __Method_RetryNotification = new grpc::Method<global::udb.core.Notification.Services.V1.RetryNotificationRequest, global::udb.core.Notification.Services.V1.RetryNotificationResponse>(
grpc::MethodType.Unary,
__ServiceName,
"RetryNotification",
__Marshaller_udb_core_notification_services_v1_RetryNotificationRequest,
__Marshaller_udb_core_notification_services_v1_RetryNotificationResponse);
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
static readonly grpc::Method<global::udb.core.Notification.Services.V1.UpsertTemplateRequest, global::udb.core.Notification.Services.V1.UpsertTemplateResponse> __Method_UpsertTemplate = new grpc::Method<global::udb.core.Notification.Services.V1.UpsertTemplateRequest, global::udb.core.Notification.Services.V1.UpsertTemplateResponse>(
grpc::MethodType.Unary,
__ServiceName,
"UpsertTemplate",
__Marshaller_udb_core_notification_services_v1_UpsertTemplateRequest,
__Marshaller_udb_core_notification_services_v1_UpsertTemplateResponse);
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
static readonly grpc::Method<global::udb.core.Notification.Services.V1.GetTemplateRequest, global::udb.core.Notification.Services.V1.GetTemplateResponse> __Method_GetTemplate = new grpc::Method<global::udb.core.Notification.Services.V1.GetTemplateRequest, global::udb.core.Notification.Services.V1.GetTemplateResponse>(
grpc::MethodType.Unary,
__ServiceName,
"GetTemplate",
__Marshaller_udb_core_notification_services_v1_GetTemplateRequest,
__Marshaller_udb_core_notification_services_v1_GetTemplateResponse);
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
static readonly grpc::Method<global::udb.core.Notification.Services.V1.ListTemplatesRequest, global::udb.core.Notification.Services.V1.ListTemplatesResponse> __Method_ListTemplates = new grpc::Method<global::udb.core.Notification.Services.V1.ListTemplatesRequest, global::udb.core.Notification.Services.V1.ListTemplatesResponse>(
grpc::MethodType.Unary,
__ServiceName,
"ListTemplates",
__Marshaller_udb_core_notification_services_v1_ListTemplatesRequest,
__Marshaller_udb_core_notification_services_v1_ListTemplatesResponse);
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
static readonly grpc::Method<global::udb.core.Notification.Services.V1.GetDeliveryStatsRequest, global::udb.core.Notification.Services.V1.GetDeliveryStatsResponse> __Method_GetDeliveryStats = new grpc::Method<global::udb.core.Notification.Services.V1.GetDeliveryStatsRequest, global::udb.core.Notification.Services.V1.GetDeliveryStatsResponse>(
grpc::MethodType.Unary,
__ServiceName,
"GetDeliveryStats",
__Marshaller_udb_core_notification_services_v1_GetDeliveryStatsRequest,
__Marshaller_udb_core_notification_services_v1_GetDeliveryStatsResponse);
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
static readonly grpc::Method<global::udb.core.Notification.Services.V1.SetPreferenceRequest, global::udb.core.Notification.Services.V1.SetPreferenceResponse> __Method_SetPreference = new grpc::Method<global::udb.core.Notification.Services.V1.SetPreferenceRequest, global::udb.core.Notification.Services.V1.SetPreferenceResponse>(
grpc::MethodType.Unary,
__ServiceName,
"SetPreference",
__Marshaller_udb_core_notification_services_v1_SetPreferenceRequest,
__Marshaller_udb_core_notification_services_v1_SetPreferenceResponse);
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
static readonly grpc::Method<global::udb.core.Notification.Services.V1.GetPreferenceRequest, global::udb.core.Notification.Services.V1.GetPreferenceResponse> __Method_GetPreference = new grpc::Method<global::udb.core.Notification.Services.V1.GetPreferenceRequest, global::udb.core.Notification.Services.V1.GetPreferenceResponse>(
grpc::MethodType.Unary,
__ServiceName,
"GetPreference",
__Marshaller_udb_core_notification_services_v1_GetPreferenceRequest,
__Marshaller_udb_core_notification_services_v1_GetPreferenceResponse);
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
static readonly grpc::Method<global::udb.core.Notification.Services.V1.ListPreferencesRequest, global::udb.core.Notification.Services.V1.ListPreferencesResponse> __Method_ListPreferences = new grpc::Method<global::udb.core.Notification.Services.V1.ListPreferencesRequest, global::udb.core.Notification.Services.V1.ListPreferencesResponse>(
grpc::MethodType.Unary,
__ServiceName,
"ListPreferences",
__Marshaller_udb_core_notification_services_v1_ListPreferencesRequest,
__Marshaller_udb_core_notification_services_v1_ListPreferencesResponse);
public static global::Google.Protobuf.Reflection.ServiceDescriptor Descriptor
{
get { return global::udb.core.Notification.Services.V1.NotificationServiceReflection.Descriptor.Services[0]; }
}
[grpc::BindServiceMethod(typeof(NotificationService), "BindService")]
public abstract partial class NotificationServiceBase
{
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual global::System.Threading.Tasks.Task<global::udb.core.Notification.Services.V1.SendNotificationResponse> SendNotification(global::udb.core.Notification.Services.V1.SendNotificationRequest 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.Notification.Services.V1.GetNotificationResponse> GetNotification(global::udb.core.Notification.Services.V1.GetNotificationRequest 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.Notification.Services.V1.ListNotificationsResponse> ListNotifications(global::udb.core.Notification.Services.V1.ListNotificationsRequest 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.Notification.Services.V1.RetryNotificationResponse> RetryNotification(global::udb.core.Notification.Services.V1.RetryNotificationRequest 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.Notification.Services.V1.UpsertTemplateResponse> UpsertTemplate(global::udb.core.Notification.Services.V1.UpsertTemplateRequest 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.Notification.Services.V1.GetTemplateResponse> GetTemplate(global::udb.core.Notification.Services.V1.GetTemplateRequest 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.Notification.Services.V1.ListTemplatesResponse> ListTemplates(global::udb.core.Notification.Services.V1.ListTemplatesRequest 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.Notification.Services.V1.GetDeliveryStatsResponse> GetDeliveryStats(global::udb.core.Notification.Services.V1.GetDeliveryStatsRequest 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.Notification.Services.V1.SetPreferenceResponse> SetPreference(global::udb.core.Notification.Services.V1.SetPreferenceRequest 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.Notification.Services.V1.GetPreferenceResponse> GetPreference(global::udb.core.Notification.Services.V1.GetPreferenceRequest 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.Notification.Services.V1.ListPreferencesResponse> ListPreferences(global::udb.core.Notification.Services.V1.ListPreferencesRequest request, grpc::ServerCallContext context)
{
throw new grpc::RpcException(new grpc::Status(grpc::StatusCode.Unimplemented, ""));
}
}
public partial class NotificationServiceClient : grpc::ClientBase<NotificationServiceClient>
{
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public NotificationServiceClient(grpc::ChannelBase channel) : base(channel)
{
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public NotificationServiceClient(grpc::CallInvoker callInvoker) : base(callInvoker)
{
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
protected NotificationServiceClient() : base()
{
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
protected NotificationServiceClient(ClientBaseConfiguration configuration) : base(configuration)
{
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual global::udb.core.Notification.Services.V1.SendNotificationResponse SendNotification(global::udb.core.Notification.Services.V1.SendNotificationRequest request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
{
return SendNotification(request, new grpc::CallOptions(headers, deadline, cancellationToken));
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual global::udb.core.Notification.Services.V1.SendNotificationResponse SendNotification(global::udb.core.Notification.Services.V1.SendNotificationRequest request, grpc::CallOptions options)
{
return CallInvoker.BlockingUnaryCall(__Method_SendNotification, null, options, request);
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual grpc::AsyncUnaryCall<global::udb.core.Notification.Services.V1.SendNotificationResponse> SendNotificationAsync(global::udb.core.Notification.Services.V1.SendNotificationRequest request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
{
return SendNotificationAsync(request, new grpc::CallOptions(headers, deadline, cancellationToken));
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual grpc::AsyncUnaryCall<global::udb.core.Notification.Services.V1.SendNotificationResponse> SendNotificationAsync(global::udb.core.Notification.Services.V1.SendNotificationRequest request, grpc::CallOptions options)
{
return CallInvoker.AsyncUnaryCall(__Method_SendNotification, null, options, request);
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual global::udb.core.Notification.Services.V1.GetNotificationResponse GetNotification(global::udb.core.Notification.Services.V1.GetNotificationRequest request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
{
return GetNotification(request, new grpc::CallOptions(headers, deadline, cancellationToken));
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual global::udb.core.Notification.Services.V1.GetNotificationResponse GetNotification(global::udb.core.Notification.Services.V1.GetNotificationRequest request, grpc::CallOptions options)
{
return CallInvoker.BlockingUnaryCall(__Method_GetNotification, null, options, request);
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual grpc::AsyncUnaryCall<global::udb.core.Notification.Services.V1.GetNotificationResponse> GetNotificationAsync(global::udb.core.Notification.Services.V1.GetNotificationRequest request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
{
return GetNotificationAsync(request, new grpc::CallOptions(headers, deadline, cancellationToken));
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual grpc::AsyncUnaryCall<global::udb.core.Notification.Services.V1.GetNotificationResponse> GetNotificationAsync(global::udb.core.Notification.Services.V1.GetNotificationRequest request, grpc::CallOptions options)
{
return CallInvoker.AsyncUnaryCall(__Method_GetNotification, null, options, request);
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual global::udb.core.Notification.Services.V1.ListNotificationsResponse ListNotifications(global::udb.core.Notification.Services.V1.ListNotificationsRequest request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
{
return ListNotifications(request, new grpc::CallOptions(headers, deadline, cancellationToken));
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual global::udb.core.Notification.Services.V1.ListNotificationsResponse ListNotifications(global::udb.core.Notification.Services.V1.ListNotificationsRequest request, grpc::CallOptions options)
{
return CallInvoker.BlockingUnaryCall(__Method_ListNotifications, null, options, request);
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual grpc::AsyncUnaryCall<global::udb.core.Notification.Services.V1.ListNotificationsResponse> ListNotificationsAsync(global::udb.core.Notification.Services.V1.ListNotificationsRequest request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
{
return ListNotificationsAsync(request, new grpc::CallOptions(headers, deadline, cancellationToken));
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual grpc::AsyncUnaryCall<global::udb.core.Notification.Services.V1.ListNotificationsResponse> ListNotificationsAsync(global::udb.core.Notification.Services.V1.ListNotificationsRequest request, grpc::CallOptions options)
{
return CallInvoker.AsyncUnaryCall(__Method_ListNotifications, null, options, request);
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual global::udb.core.Notification.Services.V1.RetryNotificationResponse RetryNotification(global::udb.core.Notification.Services.V1.RetryNotificationRequest request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
{
return RetryNotification(request, new grpc::CallOptions(headers, deadline, cancellationToken));
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual global::udb.core.Notification.Services.V1.RetryNotificationResponse RetryNotification(global::udb.core.Notification.Services.V1.RetryNotificationRequest request, grpc::CallOptions options)
{
return CallInvoker.BlockingUnaryCall(__Method_RetryNotification, null, options, request);
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual grpc::AsyncUnaryCall<global::udb.core.Notification.Services.V1.RetryNotificationResponse> RetryNotificationAsync(global::udb.core.Notification.Services.V1.RetryNotificationRequest request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
{
return RetryNotificationAsync(request, new grpc::CallOptions(headers, deadline, cancellationToken));
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual grpc::AsyncUnaryCall<global::udb.core.Notification.Services.V1.RetryNotificationResponse> RetryNotificationAsync(global::udb.core.Notification.Services.V1.RetryNotificationRequest request, grpc::CallOptions options)
{
return CallInvoker.AsyncUnaryCall(__Method_RetryNotification, null, options, request);
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual global::udb.core.Notification.Services.V1.UpsertTemplateResponse UpsertTemplate(global::udb.core.Notification.Services.V1.UpsertTemplateRequest request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
{
return UpsertTemplate(request, new grpc::CallOptions(headers, deadline, cancellationToken));
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual global::udb.core.Notification.Services.V1.UpsertTemplateResponse UpsertTemplate(global::udb.core.Notification.Services.V1.UpsertTemplateRequest request, grpc::CallOptions options)
{
return CallInvoker.BlockingUnaryCall(__Method_UpsertTemplate, null, options, request);
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual grpc::AsyncUnaryCall<global::udb.core.Notification.Services.V1.UpsertTemplateResponse> UpsertTemplateAsync(global::udb.core.Notification.Services.V1.UpsertTemplateRequest request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
{
return UpsertTemplateAsync(request, new grpc::CallOptions(headers, deadline, cancellationToken));
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual grpc::AsyncUnaryCall<global::udb.core.Notification.Services.V1.UpsertTemplateResponse> UpsertTemplateAsync(global::udb.core.Notification.Services.V1.UpsertTemplateRequest request, grpc::CallOptions options)
{
return CallInvoker.AsyncUnaryCall(__Method_UpsertTemplate, null, options, request);
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual global::udb.core.Notification.Services.V1.GetTemplateResponse GetTemplate(global::udb.core.Notification.Services.V1.GetTemplateRequest request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
{
return GetTemplate(request, new grpc::CallOptions(headers, deadline, cancellationToken));
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual global::udb.core.Notification.Services.V1.GetTemplateResponse GetTemplate(global::udb.core.Notification.Services.V1.GetTemplateRequest request, grpc::CallOptions options)
{
return CallInvoker.BlockingUnaryCall(__Method_GetTemplate, null, options, request);
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual grpc::AsyncUnaryCall<global::udb.core.Notification.Services.V1.GetTemplateResponse> GetTemplateAsync(global::udb.core.Notification.Services.V1.GetTemplateRequest request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
{
return GetTemplateAsync(request, new grpc::CallOptions(headers, deadline, cancellationToken));
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual grpc::AsyncUnaryCall<global::udb.core.Notification.Services.V1.GetTemplateResponse> GetTemplateAsync(global::udb.core.Notification.Services.V1.GetTemplateRequest request, grpc::CallOptions options)
{
return CallInvoker.AsyncUnaryCall(__Method_GetTemplate, null, options, request);
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual global::udb.core.Notification.Services.V1.ListTemplatesResponse ListTemplates(global::udb.core.Notification.Services.V1.ListTemplatesRequest request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
{
return ListTemplates(request, new grpc::CallOptions(headers, deadline, cancellationToken));
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual global::udb.core.Notification.Services.V1.ListTemplatesResponse ListTemplates(global::udb.core.Notification.Services.V1.ListTemplatesRequest request, grpc::CallOptions options)
{
return CallInvoker.BlockingUnaryCall(__Method_ListTemplates, null, options, request);
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual grpc::AsyncUnaryCall<global::udb.core.Notification.Services.V1.ListTemplatesResponse> ListTemplatesAsync(global::udb.core.Notification.Services.V1.ListTemplatesRequest request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
{
return ListTemplatesAsync(request, new grpc::CallOptions(headers, deadline, cancellationToken));
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual grpc::AsyncUnaryCall<global::udb.core.Notification.Services.V1.ListTemplatesResponse> ListTemplatesAsync(global::udb.core.Notification.Services.V1.ListTemplatesRequest request, grpc::CallOptions options)
{
return CallInvoker.AsyncUnaryCall(__Method_ListTemplates, null, options, request);
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual global::udb.core.Notification.Services.V1.GetDeliveryStatsResponse GetDeliveryStats(global::udb.core.Notification.Services.V1.GetDeliveryStatsRequest request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
{
return GetDeliveryStats(request, new grpc::CallOptions(headers, deadline, cancellationToken));
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual global::udb.core.Notification.Services.V1.GetDeliveryStatsResponse GetDeliveryStats(global::udb.core.Notification.Services.V1.GetDeliveryStatsRequest request, grpc::CallOptions options)
{
return CallInvoker.BlockingUnaryCall(__Method_GetDeliveryStats, null, options, request);
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual grpc::AsyncUnaryCall<global::udb.core.Notification.Services.V1.GetDeliveryStatsResponse> GetDeliveryStatsAsync(global::udb.core.Notification.Services.V1.GetDeliveryStatsRequest request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
{
return GetDeliveryStatsAsync(request, new grpc::CallOptions(headers, deadline, cancellationToken));
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual grpc::AsyncUnaryCall<global::udb.core.Notification.Services.V1.GetDeliveryStatsResponse> GetDeliveryStatsAsync(global::udb.core.Notification.Services.V1.GetDeliveryStatsRequest request, grpc::CallOptions options)
{
return CallInvoker.AsyncUnaryCall(__Method_GetDeliveryStats, null, options, request);
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual global::udb.core.Notification.Services.V1.SetPreferenceResponse SetPreference(global::udb.core.Notification.Services.V1.SetPreferenceRequest request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
{
return SetPreference(request, new grpc::CallOptions(headers, deadline, cancellationToken));
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual global::udb.core.Notification.Services.V1.SetPreferenceResponse SetPreference(global::udb.core.Notification.Services.V1.SetPreferenceRequest request, grpc::CallOptions options)
{
return CallInvoker.BlockingUnaryCall(__Method_SetPreference, null, options, request);
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual grpc::AsyncUnaryCall<global::udb.core.Notification.Services.V1.SetPreferenceResponse> SetPreferenceAsync(global::udb.core.Notification.Services.V1.SetPreferenceRequest request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
{
return SetPreferenceAsync(request, new grpc::CallOptions(headers, deadline, cancellationToken));
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual grpc::AsyncUnaryCall<global::udb.core.Notification.Services.V1.SetPreferenceResponse> SetPreferenceAsync(global::udb.core.Notification.Services.V1.SetPreferenceRequest request, grpc::CallOptions options)
{
return CallInvoker.AsyncUnaryCall(__Method_SetPreference, null, options, request);
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual global::udb.core.Notification.Services.V1.GetPreferenceResponse GetPreference(global::udb.core.Notification.Services.V1.GetPreferenceRequest request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
{
return GetPreference(request, new grpc::CallOptions(headers, deadline, cancellationToken));
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual global::udb.core.Notification.Services.V1.GetPreferenceResponse GetPreference(global::udb.core.Notification.Services.V1.GetPreferenceRequest request, grpc::CallOptions options)
{
return CallInvoker.BlockingUnaryCall(__Method_GetPreference, null, options, request);
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual grpc::AsyncUnaryCall<global::udb.core.Notification.Services.V1.GetPreferenceResponse> GetPreferenceAsync(global::udb.core.Notification.Services.V1.GetPreferenceRequest request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
{
return GetPreferenceAsync(request, new grpc::CallOptions(headers, deadline, cancellationToken));
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual grpc::AsyncUnaryCall<global::udb.core.Notification.Services.V1.GetPreferenceResponse> GetPreferenceAsync(global::udb.core.Notification.Services.V1.GetPreferenceRequest request, grpc::CallOptions options)
{
return CallInvoker.AsyncUnaryCall(__Method_GetPreference, null, options, request);
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual global::udb.core.Notification.Services.V1.ListPreferencesResponse ListPreferences(global::udb.core.Notification.Services.V1.ListPreferencesRequest request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
{
return ListPreferences(request, new grpc::CallOptions(headers, deadline, cancellationToken));
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual global::udb.core.Notification.Services.V1.ListPreferencesResponse ListPreferences(global::udb.core.Notification.Services.V1.ListPreferencesRequest request, grpc::CallOptions options)
{
return CallInvoker.BlockingUnaryCall(__Method_ListPreferences, null, options, request);
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual grpc::AsyncUnaryCall<global::udb.core.Notification.Services.V1.ListPreferencesResponse> ListPreferencesAsync(global::udb.core.Notification.Services.V1.ListPreferencesRequest request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
{
return ListPreferencesAsync(request, new grpc::CallOptions(headers, deadline, cancellationToken));
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual grpc::AsyncUnaryCall<global::udb.core.Notification.Services.V1.ListPreferencesResponse> ListPreferencesAsync(global::udb.core.Notification.Services.V1.ListPreferencesRequest request, grpc::CallOptions options)
{
return CallInvoker.AsyncUnaryCall(__Method_ListPreferences, null, options, request);
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
protected override NotificationServiceClient NewInstance(ClientBaseConfiguration configuration)
{
return new NotificationServiceClient(configuration);
}
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public static grpc::ServerServiceDefinition BindService(NotificationServiceBase serviceImpl)
{
return grpc::ServerServiceDefinition.CreateBuilder()
.AddMethod(__Method_SendNotification, serviceImpl.SendNotification)
.AddMethod(__Method_GetNotification, serviceImpl.GetNotification)
.AddMethod(__Method_ListNotifications, serviceImpl.ListNotifications)
.AddMethod(__Method_RetryNotification, serviceImpl.RetryNotification)
.AddMethod(__Method_UpsertTemplate, serviceImpl.UpsertTemplate)
.AddMethod(__Method_GetTemplate, serviceImpl.GetTemplate)
.AddMethod(__Method_ListTemplates, serviceImpl.ListTemplates)
.AddMethod(__Method_GetDeliveryStats, serviceImpl.GetDeliveryStats)
.AddMethod(__Method_SetPreference, serviceImpl.SetPreference)
.AddMethod(__Method_GetPreference, serviceImpl.GetPreference)
.AddMethod(__Method_ListPreferences, serviceImpl.ListPreferences).Build();
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public static void BindService(grpc::ServiceBinderBase serviceBinder, NotificationServiceBase serviceImpl)
{
serviceBinder.AddMethod(__Method_SendNotification, serviceImpl == null ? null : new grpc::UnaryServerMethod<global::udb.core.Notification.Services.V1.SendNotificationRequest, global::udb.core.Notification.Services.V1.SendNotificationResponse>(serviceImpl.SendNotification));
serviceBinder.AddMethod(__Method_GetNotification, serviceImpl == null ? null : new grpc::UnaryServerMethod<global::udb.core.Notification.Services.V1.GetNotificationRequest, global::udb.core.Notification.Services.V1.GetNotificationResponse>(serviceImpl.GetNotification));
serviceBinder.AddMethod(__Method_ListNotifications, serviceImpl == null ? null : new grpc::UnaryServerMethod<global::udb.core.Notification.Services.V1.ListNotificationsRequest, global::udb.core.Notification.Services.V1.ListNotificationsResponse>(serviceImpl.ListNotifications));
serviceBinder.AddMethod(__Method_RetryNotification, serviceImpl == null ? null : new grpc::UnaryServerMethod<global::udb.core.Notification.Services.V1.RetryNotificationRequest, global::udb.core.Notification.Services.V1.RetryNotificationResponse>(serviceImpl.RetryNotification));
serviceBinder.AddMethod(__Method_UpsertTemplate, serviceImpl == null ? null : new grpc::UnaryServerMethod<global::udb.core.Notification.Services.V1.UpsertTemplateRequest, global::udb.core.Notification.Services.V1.UpsertTemplateResponse>(serviceImpl.UpsertTemplate));
serviceBinder.AddMethod(__Method_GetTemplate, serviceImpl == null ? null : new grpc::UnaryServerMethod<global::udb.core.Notification.Services.V1.GetTemplateRequest, global::udb.core.Notification.Services.V1.GetTemplateResponse>(serviceImpl.GetTemplate));
serviceBinder.AddMethod(__Method_ListTemplates, serviceImpl == null ? null : new grpc::UnaryServerMethod<global::udb.core.Notification.Services.V1.ListTemplatesRequest, global::udb.core.Notification.Services.V1.ListTemplatesResponse>(serviceImpl.ListTemplates));
serviceBinder.AddMethod(__Method_GetDeliveryStats, serviceImpl == null ? null : new grpc::UnaryServerMethod<global::udb.core.Notification.Services.V1.GetDeliveryStatsRequest, global::udb.core.Notification.Services.V1.GetDeliveryStatsResponse>(serviceImpl.GetDeliveryStats));
serviceBinder.AddMethod(__Method_SetPreference, serviceImpl == null ? null : new grpc::UnaryServerMethod<global::udb.core.Notification.Services.V1.SetPreferenceRequest, global::udb.core.Notification.Services.V1.SetPreferenceResponse>(serviceImpl.SetPreference));
serviceBinder.AddMethod(__Method_GetPreference, serviceImpl == null ? null : new grpc::UnaryServerMethod<global::udb.core.Notification.Services.V1.GetPreferenceRequest, global::udb.core.Notification.Services.V1.GetPreferenceResponse>(serviceImpl.GetPreference));
serviceBinder.AddMethod(__Method_ListPreferences, serviceImpl == null ? null : new grpc::UnaryServerMethod<global::udb.core.Notification.Services.V1.ListPreferencesRequest, global::udb.core.Notification.Services.V1.ListPreferencesResponse>(serviceImpl.ListPreferences));
}
}
}
#endregion