# Generated by the protocol buffer compiler. DO NOT EDIT! # Source: Message.ORiN3.RemoteEngine/V1/orin3_remote_engine.proto for package 'Message.ORiN3.RemoteEngine.V1.AutoGenerated' require 'grpc' require_relative './../../Message.ORiN3.RemoteEngine/V1/orin3_remote_engine_pb' module Message module ORiN3 module RemoteEngine module V1 module AutoGenerated module RemoteEngineService class Service include ::GRPC::GenericService self.marshal_class_method = :encode self.unmarshal_class_method = :decode self.service_name = 'Message.ORiN3.RemoteEngine.RemoteEngineService' rpc :WakeupProvider, ::Message::ORiN3::RemoteEngine::V1::AutoGenerated::WakeupProviderRequest, ::Message::ORiN3::RemoteEngine::V1::AutoGenerated::WakeupProviderResponse rpc :TerminateProvider, ::Message::ORiN3::RemoteEngine::V1::AutoGenerated::TerminateProviderRequest, ::Message::ORiN3::RemoteEngine::V1::AutoGenerated::TerminateProviderResponse rpc :GetRemoteEngineStatus, ::Message::ORiN3::RemoteEngine::V1::AutoGenerated::GetRemoteEngineStatusRequest, ::Message::ORiN3::RemoteEngine::V1::AutoGenerated::GetRemoteEngineStatusResponse end Stub = Service.rpc_stub_class end end end end end end