# Generated by the protocol buffer compiler.  DO NOT EDIT!
# Source: keyapis/preset/v1/keyapis_preset_events_v1.proto for package 'Keyapis.Preset.V1'
# Original file comments:
#
# События пресетов

require 'grpc'
require 'keyapis/preset/v1/keyapis_preset_events_v1_pb'

module Keyapis
  module Preset
    module V1
      module EventService
        # Сервис событий пресетов
        class Service

          include ::GRPC::GenericService

          self.marshal_class_method = :encode
          self.unmarshal_class_method = :decode
          self.service_name = 'keyapis.preset.v1.EventService'

          # Метод установки пресета.
          # Метод доступен для: admin, service
          rpc :PostEventPresetInstall, ::Keyapis::Preset::V1::PostEventPresetInstallRequest, ::Keyapis::Preset::V1::PostEventPresetInstallResponse
        end

        Stub = Service.rpc_stub_class
      end
    end
  end
end
