//
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: keyapis/device/v1/keyapis_device_cms_phone_v1.proto
//
// Original file comments:
//
// Сервис реализует функционал управления трубками аналоговых трубок
#pragma warning disable 0414, 1591
#region Designer generated code
using grpc = global::Grpc.Core;
namespace Keyapis.Device.V1 {
///
/// Сервис трубок аналоговых трубок
///
public static partial class CmsPhoneService
{
static readonly string __ServiceName = "keyapis.device.v1.CmsPhoneService";
[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
{
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(grpc::DeserializationContext context, global::Google.Protobuf.MessageParser parser) where T : global::Google.Protobuf.IMessage
{
#if !GRPC_DISABLE_PROTOBUF_BUFFER_SERIALIZATION
if (__Helper_MessageCache.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 __Marshaller_keyapis_device_v1_GetCmsPhoneRequest = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::Keyapis.Device.V1.GetCmsPhoneRequest.Parser));
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
static readonly grpc::Marshaller __Marshaller_keyapis_device_v1_GetCmsPhoneResponse = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::Keyapis.Device.V1.GetCmsPhoneResponse.Parser));
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
static readonly grpc::Marshaller __Marshaller_keyapis_device_v1_GetCmsPhoneListRequest = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::Keyapis.Device.V1.GetCmsPhoneListRequest.Parser));
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
static readonly grpc::Marshaller __Marshaller_keyapis_device_v1_GetCmsPhoneListResponse = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::Keyapis.Device.V1.GetCmsPhoneListResponse.Parser));
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
static readonly grpc::Marshaller __Marshaller_keyapis_device_v1_GetCmsPhoneCountRequest = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::Keyapis.Device.V1.GetCmsPhoneCountRequest.Parser));
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
static readonly grpc::Marshaller __Marshaller_keyapis_device_v1_GetCmsPhoneCountResponse = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::Keyapis.Device.V1.GetCmsPhoneCountResponse.Parser));
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
static readonly grpc::Marshaller __Marshaller_keyapis_device_v1_DeleteCmsPhoneRequest = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::Keyapis.Device.V1.DeleteCmsPhoneRequest.Parser));
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
static readonly grpc::Marshaller __Marshaller_keyapis_device_v1_DeleteCmsPhoneResponse = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::Keyapis.Device.V1.DeleteCmsPhoneResponse.Parser));
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
static readonly grpc::Marshaller __Marshaller_keyapis_device_v1_DeleteCmsPhoneDeviceIdRequest = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::Keyapis.Device.V1.DeleteCmsPhoneDeviceIdRequest.Parser));
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
static readonly grpc::Marshaller __Marshaller_keyapis_device_v1_DeleteCmsPhoneDeviceIdResponse = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::Keyapis.Device.V1.DeleteCmsPhoneDeviceIdResponse.Parser));
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
static readonly grpc::Marshaller __Marshaller_keyapis_device_v1_DeleteCmsPhoneOrponIdRequest = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::Keyapis.Device.V1.DeleteCmsPhoneOrponIdRequest.Parser));
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
static readonly grpc::Marshaller __Marshaller_keyapis_device_v1_DeleteCmsPhoneOrponIdResponse = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::Keyapis.Device.V1.DeleteCmsPhoneOrponIdResponse.Parser));
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
static readonly grpc::Marshaller __Marshaller_keyapis_device_v1_DeleteCmsPhoneOrponIdRoomNumberRequest = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::Keyapis.Device.V1.DeleteCmsPhoneOrponIdRoomNumberRequest.Parser));
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
static readonly grpc::Marshaller __Marshaller_keyapis_device_v1_DeleteCmsPhoneOrponIdRoomNumberResponse = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::Keyapis.Device.V1.DeleteCmsPhoneOrponIdRoomNumberResponse.Parser));
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
static readonly grpc::Marshaller __Marshaller_keyapis_device_v1_PostCmsPhoneRefreshRequest = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::Keyapis.Device.V1.PostCmsPhoneRefreshRequest.Parser));
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
static readonly grpc::Marshaller __Marshaller_keyapis_device_v1_PostCmsPhoneRefreshResponse = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::Keyapis.Device.V1.PostCmsPhoneRefreshResponse.Parser));
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
static readonly grpc::Marshaller __Marshaller_keyapis_device_v1_DeleteCmsPhoneOrponRoomNumberDeviceIdRequest = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::Keyapis.Device.V1.DeleteCmsPhoneOrponRoomNumberDeviceIdRequest.Parser));
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
static readonly grpc::Marshaller __Marshaller_keyapis_device_v1_DeleteCmsPhoneOrponRoomNumberDeviceIdResponse = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::Keyapis.Device.V1.DeleteCmsPhoneOrponRoomNumberDeviceIdResponse.Parser));
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
static readonly grpc::Method __Method_GetCmsPhone = new grpc::Method(
grpc::MethodType.Unary,
__ServiceName,
"GetCmsPhone",
__Marshaller_keyapis_device_v1_GetCmsPhoneRequest,
__Marshaller_keyapis_device_v1_GetCmsPhoneResponse);
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
static readonly grpc::Method __Method_GetCmsPhoneList = new grpc::Method(
grpc::MethodType.ServerStreaming,
__ServiceName,
"GetCmsPhoneList",
__Marshaller_keyapis_device_v1_GetCmsPhoneListRequest,
__Marshaller_keyapis_device_v1_GetCmsPhoneListResponse);
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
static readonly grpc::Method __Method_GetCmsPhoneCount = new grpc::Method(
grpc::MethodType.Unary,
__ServiceName,
"GetCmsPhoneCount",
__Marshaller_keyapis_device_v1_GetCmsPhoneCountRequest,
__Marshaller_keyapis_device_v1_GetCmsPhoneCountResponse);
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
static readonly grpc::Method __Method_DeleteCmsPhone = new grpc::Method(
grpc::MethodType.Unary,
__ServiceName,
"DeleteCmsPhone",
__Marshaller_keyapis_device_v1_DeleteCmsPhoneRequest,
__Marshaller_keyapis_device_v1_DeleteCmsPhoneResponse);
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
static readonly grpc::Method __Method_DeleteCmsPhoneDeviceId = new grpc::Method(
grpc::MethodType.Unary,
__ServiceName,
"DeleteCmsPhoneDeviceId",
__Marshaller_keyapis_device_v1_DeleteCmsPhoneDeviceIdRequest,
__Marshaller_keyapis_device_v1_DeleteCmsPhoneDeviceIdResponse);
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
static readonly grpc::Method __Method_DeleteCmsPhoneOrponId = new grpc::Method(
grpc::MethodType.Unary,
__ServiceName,
"DeleteCmsPhoneOrponId",
__Marshaller_keyapis_device_v1_DeleteCmsPhoneOrponIdRequest,
__Marshaller_keyapis_device_v1_DeleteCmsPhoneOrponIdResponse);
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
static readonly grpc::Method __Method_DeleteCmsPhoneOrponIdRoomNumber = new grpc::Method(
grpc::MethodType.Unary,
__ServiceName,
"DeleteCmsPhoneOrponIdRoomNumber",
__Marshaller_keyapis_device_v1_DeleteCmsPhoneOrponIdRoomNumberRequest,
__Marshaller_keyapis_device_v1_DeleteCmsPhoneOrponIdRoomNumberResponse);
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
static readonly grpc::Method __Method_PostCmsPhoneRefresh = new grpc::Method(
grpc::MethodType.Unary,
__ServiceName,
"PostCmsPhoneRefresh",
__Marshaller_keyapis_device_v1_PostCmsPhoneRefreshRequest,
__Marshaller_keyapis_device_v1_PostCmsPhoneRefreshResponse);
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
static readonly grpc::Method __Method_DeleteCmsPhoneOrponRoomNumberDeviceId = new grpc::Method(
grpc::MethodType.Unary,
__ServiceName,
"DeleteCmsPhoneOrponRoomNumberDeviceId",
__Marshaller_keyapis_device_v1_DeleteCmsPhoneOrponRoomNumberDeviceIdRequest,
__Marshaller_keyapis_device_v1_DeleteCmsPhoneOrponRoomNumberDeviceIdResponse);
/// Service descriptor
public static global::Google.Protobuf.Reflection.ServiceDescriptor Descriptor
{
get { return global::Keyapis.Device.V1.KeyapisDeviceCmsPhoneV1Reflection.Descriptor.Services[0]; }
}
/// Base class for server-side implementations of CmsPhoneService
[grpc::BindServiceMethod(typeof(CmsPhoneService), "BindService")]
public abstract partial class CmsPhoneServiceBase
{
///
/// Метод получения аналоговой трубки по идентификатору.
/// Метод доступен для: admin, service, owner, employee, bti, ltp_first
///
/// The request received from the client.
/// The context of the server-side call handler being invoked.
/// The response to send back to the client (wrapped by a task).
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual global::System.Threading.Tasks.Task GetCmsPhone(global::Keyapis.Device.V1.GetCmsPhoneRequest request, grpc::ServerCallContext context)
{
throw new grpc::RpcException(new grpc::Status(grpc::StatusCode.Unimplemented, ""));
}
///
/// Метод получения списка аналоговых трубок.
/// Метод доступен для: admin, service, owner, employee, bti, ltp_first
///
/// The request received from the client.
/// Used for sending responses back to the client.
/// The context of the server-side call handler being invoked.
/// A task indicating completion of the handler.
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual global::System.Threading.Tasks.Task GetCmsPhoneList(global::Keyapis.Device.V1.GetCmsPhoneListRequest request, grpc::IServerStreamWriter responseStream, grpc::ServerCallContext context)
{
throw new grpc::RpcException(new grpc::Status(grpc::StatusCode.Unimplemented, ""));
}
///
/// Метод получения количества аналоговых трубок.
/// Метод доступен для: admin, service, owner, employee, bti, ltp_first
///
/// The request received from the client.
/// The context of the server-side call handler being invoked.
/// The response to send back to the client (wrapped by a task).
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual global::System.Threading.Tasks.Task GetCmsPhoneCount(global::Keyapis.Device.V1.GetCmsPhoneCountRequest request, grpc::ServerCallContext context)
{
throw new grpc::RpcException(new grpc::Status(grpc::StatusCode.Unimplemented, ""));
}
///
/// Метод удаления аналоговой трубки.
/// Метод доступен для: admin, service
///
/// The request received from the client.
/// The context of the server-side call handler being invoked.
/// The response to send back to the client (wrapped by a task).
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual global::System.Threading.Tasks.Task DeleteCmsPhone(global::Keyapis.Device.V1.DeleteCmsPhoneRequest request, grpc::ServerCallContext context)
{
throw new grpc::RpcException(new grpc::Status(grpc::StatusCode.Unimplemented, ""));
}
///
/// Метод удаления аналоговой трубки по идентификатору устройсва.
/// Метод доступен для: admin, service
///
/// The request received from the client.
/// The context of the server-side call handler being invoked.
/// The response to send back to the client (wrapped by a task).
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual global::System.Threading.Tasks.Task DeleteCmsPhoneDeviceId(global::Keyapis.Device.V1.DeleteCmsPhoneDeviceIdRequest request, grpc::ServerCallContext context)
{
throw new grpc::RpcException(new grpc::Status(grpc::StatusCode.Unimplemented, ""));
}
///
/// Метод удаления аналоговой трубки по идентификатору ОРПОН.
/// Метод доступен для: admin, service
///
/// The request received from the client.
/// The context of the server-side call handler being invoked.
/// The response to send back to the client (wrapped by a task).
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual global::System.Threading.Tasks.Task DeleteCmsPhoneOrponId(global::Keyapis.Device.V1.DeleteCmsPhoneOrponIdRequest request, grpc::ServerCallContext context)
{
throw new grpc::RpcException(new grpc::Status(grpc::StatusCode.Unimplemented, ""));
}
///
/// Метод удаления аналоговой трубки по идентификатору ОРПОН и номеру квартиры.
/// Метод доступен для: admin, service
///
/// The request received from the client.
/// The context of the server-side call handler being invoked.
/// The response to send back to the client (wrapped by a task).
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual global::System.Threading.Tasks.Task DeleteCmsPhoneOrponIdRoomNumber(global::Keyapis.Device.V1.DeleteCmsPhoneOrponIdRoomNumberRequest request, grpc::ServerCallContext context)
{
throw new grpc::RpcException(new grpc::Status(grpc::StatusCode.Unimplemented, ""));
}
///
/// Метод для принудительного обновления статуса аналоговых трубок.
/// Метод доступен для: admin, service, bti, ltp_first
///
/// The request received from the client.
/// The context of the server-side call handler being invoked.
/// The response to send back to the client (wrapped by a task).
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual global::System.Threading.Tasks.Task PostCmsPhoneRefresh(global::Keyapis.Device.V1.PostCmsPhoneRefreshRequest request, grpc::ServerCallContext context)
{
throw new grpc::RpcException(new grpc::Status(grpc::StatusCode.Unimplemented, ""));
}
///
/// Метод удаления аналоговой трубки по идентификатору ОРПОН, номеру квартиры и идентификатору устройства.
/// Метод доступен для: admin, service
///
/// The request received from the client.
/// The context of the server-side call handler being invoked.
/// The response to send back to the client (wrapped by a task).
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual global::System.Threading.Tasks.Task DeleteCmsPhoneOrponRoomNumberDeviceId(global::Keyapis.Device.V1.DeleteCmsPhoneOrponRoomNumberDeviceIdRequest request, grpc::ServerCallContext context)
{
throw new grpc::RpcException(new grpc::Status(grpc::StatusCode.Unimplemented, ""));
}
}
/// Client for CmsPhoneService
public partial class CmsPhoneServiceClient : grpc::ClientBase
{
/// Creates a new client for CmsPhoneService
/// The channel to use to make remote calls.
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public CmsPhoneServiceClient(grpc::ChannelBase channel) : base(channel)
{
}
/// Creates a new client for CmsPhoneService that uses a custom CallInvoker.
/// The callInvoker to use to make remote calls.
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public CmsPhoneServiceClient(grpc::CallInvoker callInvoker) : base(callInvoker)
{
}
/// Protected parameterless constructor to allow creation of test doubles.
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
protected CmsPhoneServiceClient() : base()
{
}
/// Protected constructor to allow creation of configured clients.
/// The client configuration.
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
protected CmsPhoneServiceClient(ClientBaseConfiguration configuration) : base(configuration)
{
}
///
/// Метод получения аналоговой трубки по идентификатору.
/// Метод доступен для: admin, service, owner, employee, bti, ltp_first
///
/// The request to send to the server.
/// The initial metadata to send with the call. This parameter is optional.
/// An optional deadline for the call. The call will be cancelled if deadline is hit.
/// An optional token for canceling the call.
/// The response received from the server.
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual global::Keyapis.Device.V1.GetCmsPhoneResponse GetCmsPhone(global::Keyapis.Device.V1.GetCmsPhoneRequest request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
{
return GetCmsPhone(request, new grpc::CallOptions(headers, deadline, cancellationToken));
}
///
/// Метод получения аналоговой трубки по идентификатору.
/// Метод доступен для: admin, service, owner, employee, bti, ltp_first
///
/// The request to send to the server.
/// The options for the call.
/// The response received from the server.
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual global::Keyapis.Device.V1.GetCmsPhoneResponse GetCmsPhone(global::Keyapis.Device.V1.GetCmsPhoneRequest request, grpc::CallOptions options)
{
return CallInvoker.BlockingUnaryCall(__Method_GetCmsPhone, null, options, request);
}
///
/// Метод получения аналоговой трубки по идентификатору.
/// Метод доступен для: admin, service, owner, employee, bti, ltp_first
///
/// The request to send to the server.
/// The initial metadata to send with the call. This parameter is optional.
/// An optional deadline for the call. The call will be cancelled if deadline is hit.
/// An optional token for canceling the call.
/// The call object.
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual grpc::AsyncUnaryCall GetCmsPhoneAsync(global::Keyapis.Device.V1.GetCmsPhoneRequest request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
{
return GetCmsPhoneAsync(request, new grpc::CallOptions(headers, deadline, cancellationToken));
}
///
/// Метод получения аналоговой трубки по идентификатору.
/// Метод доступен для: admin, service, owner, employee, bti, ltp_first
///
/// The request to send to the server.
/// The options for the call.
/// The call object.
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual grpc::AsyncUnaryCall GetCmsPhoneAsync(global::Keyapis.Device.V1.GetCmsPhoneRequest request, grpc::CallOptions options)
{
return CallInvoker.AsyncUnaryCall(__Method_GetCmsPhone, null, options, request);
}
///
/// Метод получения списка аналоговых трубок.
/// Метод доступен для: admin, service, owner, employee, bti, ltp_first
///
/// The request to send to the server.
/// The initial metadata to send with the call. This parameter is optional.
/// An optional deadline for the call. The call will be cancelled if deadline is hit.
/// An optional token for canceling the call.
/// The call object.
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual grpc::AsyncServerStreamingCall GetCmsPhoneList(global::Keyapis.Device.V1.GetCmsPhoneListRequest request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
{
return GetCmsPhoneList(request, new grpc::CallOptions(headers, deadline, cancellationToken));
}
///
/// Метод получения списка аналоговых трубок.
/// Метод доступен для: admin, service, owner, employee, bti, ltp_first
///
/// The request to send to the server.
/// The options for the call.
/// The call object.
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual grpc::AsyncServerStreamingCall GetCmsPhoneList(global::Keyapis.Device.V1.GetCmsPhoneListRequest request, grpc::CallOptions options)
{
return CallInvoker.AsyncServerStreamingCall(__Method_GetCmsPhoneList, null, options, request);
}
///
/// Метод получения количества аналоговых трубок.
/// Метод доступен для: admin, service, owner, employee, bti, ltp_first
///
/// The request to send to the server.
/// The initial metadata to send with the call. This parameter is optional.
/// An optional deadline for the call. The call will be cancelled if deadline is hit.
/// An optional token for canceling the call.
/// The response received from the server.
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual global::Keyapis.Device.V1.GetCmsPhoneCountResponse GetCmsPhoneCount(global::Keyapis.Device.V1.GetCmsPhoneCountRequest request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
{
return GetCmsPhoneCount(request, new grpc::CallOptions(headers, deadline, cancellationToken));
}
///
/// Метод получения количества аналоговых трубок.
/// Метод доступен для: admin, service, owner, employee, bti, ltp_first
///
/// The request to send to the server.
/// The options for the call.
/// The response received from the server.
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual global::Keyapis.Device.V1.GetCmsPhoneCountResponse GetCmsPhoneCount(global::Keyapis.Device.V1.GetCmsPhoneCountRequest request, grpc::CallOptions options)
{
return CallInvoker.BlockingUnaryCall(__Method_GetCmsPhoneCount, null, options, request);
}
///
/// Метод получения количества аналоговых трубок.
/// Метод доступен для: admin, service, owner, employee, bti, ltp_first
///
/// The request to send to the server.
/// The initial metadata to send with the call. This parameter is optional.
/// An optional deadline for the call. The call will be cancelled if deadline is hit.
/// An optional token for canceling the call.
/// The call object.
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual grpc::AsyncUnaryCall GetCmsPhoneCountAsync(global::Keyapis.Device.V1.GetCmsPhoneCountRequest request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
{
return GetCmsPhoneCountAsync(request, new grpc::CallOptions(headers, deadline, cancellationToken));
}
///
/// Метод получения количества аналоговых трубок.
/// Метод доступен для: admin, service, owner, employee, bti, ltp_first
///
/// The request to send to the server.
/// The options for the call.
/// The call object.
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual grpc::AsyncUnaryCall GetCmsPhoneCountAsync(global::Keyapis.Device.V1.GetCmsPhoneCountRequest request, grpc::CallOptions options)
{
return CallInvoker.AsyncUnaryCall(__Method_GetCmsPhoneCount, null, options, request);
}
///
/// Метод удаления аналоговой трубки.
/// Метод доступен для: admin, service
///
/// The request to send to the server.
/// The initial metadata to send with the call. This parameter is optional.
/// An optional deadline for the call. The call will be cancelled if deadline is hit.
/// An optional token for canceling the call.
/// The response received from the server.
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual global::Keyapis.Device.V1.DeleteCmsPhoneResponse DeleteCmsPhone(global::Keyapis.Device.V1.DeleteCmsPhoneRequest request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
{
return DeleteCmsPhone(request, new grpc::CallOptions(headers, deadline, cancellationToken));
}
///
/// Метод удаления аналоговой трубки.
/// Метод доступен для: admin, service
///
/// The request to send to the server.
/// The options for the call.
/// The response received from the server.
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual global::Keyapis.Device.V1.DeleteCmsPhoneResponse DeleteCmsPhone(global::Keyapis.Device.V1.DeleteCmsPhoneRequest request, grpc::CallOptions options)
{
return CallInvoker.BlockingUnaryCall(__Method_DeleteCmsPhone, null, options, request);
}
///
/// Метод удаления аналоговой трубки.
/// Метод доступен для: admin, service
///
/// The request to send to the server.
/// The initial metadata to send with the call. This parameter is optional.
/// An optional deadline for the call. The call will be cancelled if deadline is hit.
/// An optional token for canceling the call.
/// The call object.
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual grpc::AsyncUnaryCall DeleteCmsPhoneAsync(global::Keyapis.Device.V1.DeleteCmsPhoneRequest request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
{
return DeleteCmsPhoneAsync(request, new grpc::CallOptions(headers, deadline, cancellationToken));
}
///
/// Метод удаления аналоговой трубки.
/// Метод доступен для: admin, service
///
/// The request to send to the server.
/// The options for the call.
/// The call object.
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual grpc::AsyncUnaryCall DeleteCmsPhoneAsync(global::Keyapis.Device.V1.DeleteCmsPhoneRequest request, grpc::CallOptions options)
{
return CallInvoker.AsyncUnaryCall(__Method_DeleteCmsPhone, null, options, request);
}
///
/// Метод удаления аналоговой трубки по идентификатору устройсва.
/// Метод доступен для: admin, service
///
/// The request to send to the server.
/// The initial metadata to send with the call. This parameter is optional.
/// An optional deadline for the call. The call will be cancelled if deadline is hit.
/// An optional token for canceling the call.
/// The response received from the server.
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual global::Keyapis.Device.V1.DeleteCmsPhoneDeviceIdResponse DeleteCmsPhoneDeviceId(global::Keyapis.Device.V1.DeleteCmsPhoneDeviceIdRequest request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
{
return DeleteCmsPhoneDeviceId(request, new grpc::CallOptions(headers, deadline, cancellationToken));
}
///
/// Метод удаления аналоговой трубки по идентификатору устройсва.
/// Метод доступен для: admin, service
///
/// The request to send to the server.
/// The options for the call.
/// The response received from the server.
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual global::Keyapis.Device.V1.DeleteCmsPhoneDeviceIdResponse DeleteCmsPhoneDeviceId(global::Keyapis.Device.V1.DeleteCmsPhoneDeviceIdRequest request, grpc::CallOptions options)
{
return CallInvoker.BlockingUnaryCall(__Method_DeleteCmsPhoneDeviceId, null, options, request);
}
///
/// Метод удаления аналоговой трубки по идентификатору устройсва.
/// Метод доступен для: admin, service
///
/// The request to send to the server.
/// The initial metadata to send with the call. This parameter is optional.
/// An optional deadline for the call. The call will be cancelled if deadline is hit.
/// An optional token for canceling the call.
/// The call object.
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual grpc::AsyncUnaryCall DeleteCmsPhoneDeviceIdAsync(global::Keyapis.Device.V1.DeleteCmsPhoneDeviceIdRequest request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
{
return DeleteCmsPhoneDeviceIdAsync(request, new grpc::CallOptions(headers, deadline, cancellationToken));
}
///
/// Метод удаления аналоговой трубки по идентификатору устройсва.
/// Метод доступен для: admin, service
///
/// The request to send to the server.
/// The options for the call.
/// The call object.
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual grpc::AsyncUnaryCall DeleteCmsPhoneDeviceIdAsync(global::Keyapis.Device.V1.DeleteCmsPhoneDeviceIdRequest request, grpc::CallOptions options)
{
return CallInvoker.AsyncUnaryCall(__Method_DeleteCmsPhoneDeviceId, null, options, request);
}
///
/// Метод удаления аналоговой трубки по идентификатору ОРПОН.
/// Метод доступен для: admin, service
///
/// The request to send to the server.
/// The initial metadata to send with the call. This parameter is optional.
/// An optional deadline for the call. The call will be cancelled if deadline is hit.
/// An optional token for canceling the call.
/// The response received from the server.
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual global::Keyapis.Device.V1.DeleteCmsPhoneOrponIdResponse DeleteCmsPhoneOrponId(global::Keyapis.Device.V1.DeleteCmsPhoneOrponIdRequest request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
{
return DeleteCmsPhoneOrponId(request, new grpc::CallOptions(headers, deadline, cancellationToken));
}
///
/// Метод удаления аналоговой трубки по идентификатору ОРПОН.
/// Метод доступен для: admin, service
///
/// The request to send to the server.
/// The options for the call.
/// The response received from the server.
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual global::Keyapis.Device.V1.DeleteCmsPhoneOrponIdResponse DeleteCmsPhoneOrponId(global::Keyapis.Device.V1.DeleteCmsPhoneOrponIdRequest request, grpc::CallOptions options)
{
return CallInvoker.BlockingUnaryCall(__Method_DeleteCmsPhoneOrponId, null, options, request);
}
///
/// Метод удаления аналоговой трубки по идентификатору ОРПОН.
/// Метод доступен для: admin, service
///
/// The request to send to the server.
/// The initial metadata to send with the call. This parameter is optional.
/// An optional deadline for the call. The call will be cancelled if deadline is hit.
/// An optional token for canceling the call.
/// The call object.
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual grpc::AsyncUnaryCall DeleteCmsPhoneOrponIdAsync(global::Keyapis.Device.V1.DeleteCmsPhoneOrponIdRequest request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
{
return DeleteCmsPhoneOrponIdAsync(request, new grpc::CallOptions(headers, deadline, cancellationToken));
}
///
/// Метод удаления аналоговой трубки по идентификатору ОРПОН.
/// Метод доступен для: admin, service
///
/// The request to send to the server.
/// The options for the call.
/// The call object.
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual grpc::AsyncUnaryCall DeleteCmsPhoneOrponIdAsync(global::Keyapis.Device.V1.DeleteCmsPhoneOrponIdRequest request, grpc::CallOptions options)
{
return CallInvoker.AsyncUnaryCall(__Method_DeleteCmsPhoneOrponId, null, options, request);
}
///
/// Метод удаления аналоговой трубки по идентификатору ОРПОН и номеру квартиры.
/// Метод доступен для: admin, service
///
/// The request to send to the server.
/// The initial metadata to send with the call. This parameter is optional.
/// An optional deadline for the call. The call will be cancelled if deadline is hit.
/// An optional token for canceling the call.
/// The response received from the server.
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual global::Keyapis.Device.V1.DeleteCmsPhoneOrponIdRoomNumberResponse DeleteCmsPhoneOrponIdRoomNumber(global::Keyapis.Device.V1.DeleteCmsPhoneOrponIdRoomNumberRequest request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
{
return DeleteCmsPhoneOrponIdRoomNumber(request, new grpc::CallOptions(headers, deadline, cancellationToken));
}
///
/// Метод удаления аналоговой трубки по идентификатору ОРПОН и номеру квартиры.
/// Метод доступен для: admin, service
///
/// The request to send to the server.
/// The options for the call.
/// The response received from the server.
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual global::Keyapis.Device.V1.DeleteCmsPhoneOrponIdRoomNumberResponse DeleteCmsPhoneOrponIdRoomNumber(global::Keyapis.Device.V1.DeleteCmsPhoneOrponIdRoomNumberRequest request, grpc::CallOptions options)
{
return CallInvoker.BlockingUnaryCall(__Method_DeleteCmsPhoneOrponIdRoomNumber, null, options, request);
}
///
/// Метод удаления аналоговой трубки по идентификатору ОРПОН и номеру квартиры.
/// Метод доступен для: admin, service
///
/// The request to send to the server.
/// The initial metadata to send with the call. This parameter is optional.
/// An optional deadline for the call. The call will be cancelled if deadline is hit.
/// An optional token for canceling the call.
/// The call object.
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual grpc::AsyncUnaryCall DeleteCmsPhoneOrponIdRoomNumberAsync(global::Keyapis.Device.V1.DeleteCmsPhoneOrponIdRoomNumberRequest request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
{
return DeleteCmsPhoneOrponIdRoomNumberAsync(request, new grpc::CallOptions(headers, deadline, cancellationToken));
}
///
/// Метод удаления аналоговой трубки по идентификатору ОРПОН и номеру квартиры.
/// Метод доступен для: admin, service
///
/// The request to send to the server.
/// The options for the call.
/// The call object.
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual grpc::AsyncUnaryCall DeleteCmsPhoneOrponIdRoomNumberAsync(global::Keyapis.Device.V1.DeleteCmsPhoneOrponIdRoomNumberRequest request, grpc::CallOptions options)
{
return CallInvoker.AsyncUnaryCall(__Method_DeleteCmsPhoneOrponIdRoomNumber, null, options, request);
}
///
/// Метод для принудительного обновления статуса аналоговых трубок.
/// Метод доступен для: admin, service, bti, ltp_first
///
/// The request to send to the server.
/// The initial metadata to send with the call. This parameter is optional.
/// An optional deadline for the call. The call will be cancelled if deadline is hit.
/// An optional token for canceling the call.
/// The response received from the server.
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual global::Keyapis.Device.V1.PostCmsPhoneRefreshResponse PostCmsPhoneRefresh(global::Keyapis.Device.V1.PostCmsPhoneRefreshRequest request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
{
return PostCmsPhoneRefresh(request, new grpc::CallOptions(headers, deadline, cancellationToken));
}
///
/// Метод для принудительного обновления статуса аналоговых трубок.
/// Метод доступен для: admin, service, bti, ltp_first
///
/// The request to send to the server.
/// The options for the call.
/// The response received from the server.
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual global::Keyapis.Device.V1.PostCmsPhoneRefreshResponse PostCmsPhoneRefresh(global::Keyapis.Device.V1.PostCmsPhoneRefreshRequest request, grpc::CallOptions options)
{
return CallInvoker.BlockingUnaryCall(__Method_PostCmsPhoneRefresh, null, options, request);
}
///
/// Метод для принудительного обновления статуса аналоговых трубок.
/// Метод доступен для: admin, service, bti, ltp_first
///
/// The request to send to the server.
/// The initial metadata to send with the call. This parameter is optional.
/// An optional deadline for the call. The call will be cancelled if deadline is hit.
/// An optional token for canceling the call.
/// The call object.
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual grpc::AsyncUnaryCall PostCmsPhoneRefreshAsync(global::Keyapis.Device.V1.PostCmsPhoneRefreshRequest request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
{
return PostCmsPhoneRefreshAsync(request, new grpc::CallOptions(headers, deadline, cancellationToken));
}
///
/// Метод для принудительного обновления статуса аналоговых трубок.
/// Метод доступен для: admin, service, bti, ltp_first
///
/// The request to send to the server.
/// The options for the call.
/// The call object.
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual grpc::AsyncUnaryCall PostCmsPhoneRefreshAsync(global::Keyapis.Device.V1.PostCmsPhoneRefreshRequest request, grpc::CallOptions options)
{
return CallInvoker.AsyncUnaryCall(__Method_PostCmsPhoneRefresh, null, options, request);
}
///
/// Метод удаления аналоговой трубки по идентификатору ОРПОН, номеру квартиры и идентификатору устройства.
/// Метод доступен для: admin, service
///
/// The request to send to the server.
/// The initial metadata to send with the call. This parameter is optional.
/// An optional deadline for the call. The call will be cancelled if deadline is hit.
/// An optional token for canceling the call.
/// The response received from the server.
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual global::Keyapis.Device.V1.DeleteCmsPhoneOrponRoomNumberDeviceIdResponse DeleteCmsPhoneOrponRoomNumberDeviceId(global::Keyapis.Device.V1.DeleteCmsPhoneOrponRoomNumberDeviceIdRequest request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
{
return DeleteCmsPhoneOrponRoomNumberDeviceId(request, new grpc::CallOptions(headers, deadline, cancellationToken));
}
///
/// Метод удаления аналоговой трубки по идентификатору ОРПОН, номеру квартиры и идентификатору устройства.
/// Метод доступен для: admin, service
///
/// The request to send to the server.
/// The options for the call.
/// The response received from the server.
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual global::Keyapis.Device.V1.DeleteCmsPhoneOrponRoomNumberDeviceIdResponse DeleteCmsPhoneOrponRoomNumberDeviceId(global::Keyapis.Device.V1.DeleteCmsPhoneOrponRoomNumberDeviceIdRequest request, grpc::CallOptions options)
{
return CallInvoker.BlockingUnaryCall(__Method_DeleteCmsPhoneOrponRoomNumberDeviceId, null, options, request);
}
///
/// Метод удаления аналоговой трубки по идентификатору ОРПОН, номеру квартиры и идентификатору устройства.
/// Метод доступен для: admin, service
///
/// The request to send to the server.
/// The initial metadata to send with the call. This parameter is optional.
/// An optional deadline for the call. The call will be cancelled if deadline is hit.
/// An optional token for canceling the call.
/// The call object.
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual grpc::AsyncUnaryCall DeleteCmsPhoneOrponRoomNumberDeviceIdAsync(global::Keyapis.Device.V1.DeleteCmsPhoneOrponRoomNumberDeviceIdRequest request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
{
return DeleteCmsPhoneOrponRoomNumberDeviceIdAsync(request, new grpc::CallOptions(headers, deadline, cancellationToken));
}
///
/// Метод удаления аналоговой трубки по идентификатору ОРПОН, номеру квартиры и идентификатору устройства.
/// Метод доступен для: admin, service
///
/// The request to send to the server.
/// The options for the call.
/// The call object.
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual grpc::AsyncUnaryCall DeleteCmsPhoneOrponRoomNumberDeviceIdAsync(global::Keyapis.Device.V1.DeleteCmsPhoneOrponRoomNumberDeviceIdRequest request, grpc::CallOptions options)
{
return CallInvoker.AsyncUnaryCall(__Method_DeleteCmsPhoneOrponRoomNumberDeviceId, null, options, request);
}
/// Creates a new instance of client from given ClientBaseConfiguration.
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
protected override CmsPhoneServiceClient NewInstance(ClientBaseConfiguration configuration)
{
return new CmsPhoneServiceClient(configuration);
}
}
/// Creates service definition that can be registered with a server
/// An object implementing the server-side handling logic.
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public static grpc::ServerServiceDefinition BindService(CmsPhoneServiceBase serviceImpl)
{
return grpc::ServerServiceDefinition.CreateBuilder()
.AddMethod(__Method_GetCmsPhone, serviceImpl.GetCmsPhone)
.AddMethod(__Method_GetCmsPhoneList, serviceImpl.GetCmsPhoneList)
.AddMethod(__Method_GetCmsPhoneCount, serviceImpl.GetCmsPhoneCount)
.AddMethod(__Method_DeleteCmsPhone, serviceImpl.DeleteCmsPhone)
.AddMethod(__Method_DeleteCmsPhoneDeviceId, serviceImpl.DeleteCmsPhoneDeviceId)
.AddMethod(__Method_DeleteCmsPhoneOrponId, serviceImpl.DeleteCmsPhoneOrponId)
.AddMethod(__Method_DeleteCmsPhoneOrponIdRoomNumber, serviceImpl.DeleteCmsPhoneOrponIdRoomNumber)
.AddMethod(__Method_PostCmsPhoneRefresh, serviceImpl.PostCmsPhoneRefresh)
.AddMethod(__Method_DeleteCmsPhoneOrponRoomNumberDeviceId, serviceImpl.DeleteCmsPhoneOrponRoomNumberDeviceId).Build();
}
/// Register service method with a service binder with or without implementation. Useful when customizing the service binding logic.
/// Note: this method is part of an experimental API that can change or be removed without any prior notice.
/// Service methods will be bound by calling AddMethod on this object.
/// An object implementing the server-side handling logic.
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public static void BindService(grpc::ServiceBinderBase serviceBinder, CmsPhoneServiceBase serviceImpl)
{
serviceBinder.AddMethod(__Method_GetCmsPhone, serviceImpl == null ? null : new grpc::UnaryServerMethod(serviceImpl.GetCmsPhone));
serviceBinder.AddMethod(__Method_GetCmsPhoneList, serviceImpl == null ? null : new grpc::ServerStreamingServerMethod(serviceImpl.GetCmsPhoneList));
serviceBinder.AddMethod(__Method_GetCmsPhoneCount, serviceImpl == null ? null : new grpc::UnaryServerMethod(serviceImpl.GetCmsPhoneCount));
serviceBinder.AddMethod(__Method_DeleteCmsPhone, serviceImpl == null ? null : new grpc::UnaryServerMethod(serviceImpl.DeleteCmsPhone));
serviceBinder.AddMethod(__Method_DeleteCmsPhoneDeviceId, serviceImpl == null ? null : new grpc::UnaryServerMethod(serviceImpl.DeleteCmsPhoneDeviceId));
serviceBinder.AddMethod(__Method_DeleteCmsPhoneOrponId, serviceImpl == null ? null : new grpc::UnaryServerMethod(serviceImpl.DeleteCmsPhoneOrponId));
serviceBinder.AddMethod(__Method_DeleteCmsPhoneOrponIdRoomNumber, serviceImpl == null ? null : new grpc::UnaryServerMethod(serviceImpl.DeleteCmsPhoneOrponIdRoomNumber));
serviceBinder.AddMethod(__Method_PostCmsPhoneRefresh, serviceImpl == null ? null : new grpc::UnaryServerMethod(serviceImpl.PostCmsPhoneRefresh));
serviceBinder.AddMethod(__Method_DeleteCmsPhoneOrponRoomNumberDeviceId, serviceImpl == null ? null : new grpc::UnaryServerMethod(serviceImpl.DeleteCmsPhoneOrponRoomNumberDeviceId));
}
}
}
#endregion