# Generated by the protocol buffer compiler.  DO NOT EDIT!
# Source: keyapis/vc/v1/keyapis_vc_camera_dictionary_v1.proto for package 'Keyapis.Vc.V1'
# Original file comments:
#
# Сервис работы со справочниками атрибутов камер

require 'grpc'
require 'keyapis/vc/v1/keyapis_vc_camera_dictionary_v1_pb'

module Keyapis
  module Vc
    module V1
      module DictionaryService
        # Сервис работы со справочниками атрибутов камер
        class Service

          include ::GRPC::GenericService

          self.marshal_class_method = :encode
          self.unmarshal_class_method = :decode
          self.service_name = 'keyapis.vc.v1.DictionaryService'

          # Метод получения справочника категорий.
          # Метод доступен для: admin, service, bti, owner, employee
          rpc :GetDictionaryCategories, ::Keyapis::Vc::V1::GetDictionaryCategoriesRequest, ::Keyapis::Vc::V1::GetDictionaryCategoriesResponse
          # Метод получения справочника тарифов.
          # Метод доступен для: admin, service, bti, owner, employee
          rpc :GetDictionaryTariffs, ::Keyapis::Vc::V1::GetDictionaryTariffsRequest, ::Keyapis::Vc::V1::GetDictionaryTariffsResponse
          # Метод получения справочника ролей.
          # Метод доступен для: admin, service, bti, owner, employee
          rpc :GetDictionaryRoles, ::Keyapis::Vc::V1::GetDictionaryRolesRequest, ::Keyapis::Vc::V1::GetDictionaryRolesResponse
        end

        Stub = Service.rpc_stub_class
      end
    end
  end
end
