# Generated by the protocol buffer compiler.  DO NOT EDIT!
# Source: deviceapis/device/v1/deviceapis_device_fr_v1.proto for package 'Deviceapis.Device.V1'
# Original file comments:
#
# Сервис управления настройками Face Recognition

require 'grpc'
require 'deviceapis/device/v1/deviceapis_device_fr_v1_pb'

module Deviceapis
  module Device
    module V1
      module FacerecService
        # Сервис управления настройками Face Recognition
        class Service

          include ::GRPC::GenericService

          self.marshal_class_method = :encode
          self.unmarshal_class_method = :decode
          self.service_name = 'deviceapis.device.v1.FacerecService'

          # Метод редактирования настроек Face Recognition
          rpc :EditFacerec, ::Deviceapis::Device::V1::EditFacerecRequest, ::Deviceapis::Device::V1::EditFacerecResponse
          # Метод получения настроек Face Recognition
          rpc :GetFacerec, ::Deviceapis::Device::V1::GetFacerecRequest, ::Deviceapis::Device::V1::GetFacerecResponse
        end

        Stub = Service.rpc_stub_class
      end
    end
  end
end
