# Generated by the protocol buffer compiler. DO NOT EDIT! # Source: Message.ORiN3.Provider/V1/orin3parent.proto for package 'Message.ORiN3.Provider.V1.AutoGenerated.Parent' require 'grpc' require_relative 'orin3parent_pb' module Message module ORiN3 module Provider module V1 module AutoGenerated module Parent module ParentService class Service include ::GRPC::GenericService self.marshal_class_method = :encode self.unmarshal_class_method = :decode self.service_name = 'ParentService' rpc :GetChildIds, ::Message::ORiN3::Provider::V1::AutoGenerated::Parent::GetChildIdsRequest, ::Message::ORiN3::Provider::V1::AutoGenerated::Parent::GetChildIdsResponse rpc :GetChildInformations, ::Message::ORiN3::Provider::V1::AutoGenerated::Parent::GetChildInformationsRequest, ::Message::ORiN3::Provider::V1::AutoGenerated::Parent::GetChildInformationsResponse end Stub = Service.rpc_stub_class end end end end end end end