# Generated by the protocol buffer compiler.  DO NOT EDIT!
# Source: keyapis/dial/v1/keyapis_dial_emergency_v1.proto for package 'Keyapis.Dial.V1'
# Original file comments:
#
# Сервис реализует функционал получения информации для взаимодействия с ГО ЧС

require 'grpc'
require 'keyapis/dial/v1/keyapis_dial_emergency_v1_pb'

module Keyapis
  module Dial
    module V1
      module DialEmergencyService
        # Сервис получения информации для взаимодействия с ГО ЧС
        class Service

          include ::GRPC::GenericService

          self.marshal_class_method = :encode
          self.unmarshal_class_method = :decode
          self.service_name = 'keyapis.dial.v1.DialEmergencyService'

          # Метод получения sip-логина устройства.
          # Метод доступен для: ApiKey
          rpc :GetSipLogin, ::Keyapis::Dial::V1::GetSipLoginRequest, ::Keyapis::Dial::V1::GetSipLoginResponse
        end

        Stub = Service.rpc_stub_class
      end
    end
  end
end
