# Generated by the protocol buffer compiler.  DO NOT EDIT!
# Source: keyapis/vc/v1/keyapis_vc_camera_location_data_v1.proto for package 'Keyapis.Vc.V1'
# Original file comments:
#
# Спецификация для получения данных o местонахождении камеры

require 'grpc'
require 'keyapis/vc/v1/keyapis_vc_camera_location_data_v1_pb'

module Keyapis
  module Vc
    module V1
      module CameraLocationDataService
        # Сервис получения данных o местонахождении камеры
        class Service

          include ::GRPC::GenericService

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

          # Метод получения данных o местонахождении камеры.
          # Метод доступен для: ApiKey
          rpc :GetCameraLocationData, ::Keyapis::Vc::V1::GetCameraLocationDataRequest, ::Keyapis::Vc::V1::GetCameraLocationDataResponse
        end

        Stub = Service.rpc_stub_class
      end
    end
  end
end
