# Generated by the protocol buffer compiler. DO NOT EDIT! # Source: tulip.proto for package 'mint.tulip.v1' require 'grpc' require 'tulip_pb' module Mint module Tulip module V1 module Search class Service include ::GRPC::GenericService self.marshal_class_method = :encode self.unmarshal_class_method = :decode self.service_name = 'mint.tulip.v1.Search' rpc :Pali, ::Mint::Tulip::V1::SearchRequest, ::Mint::Tulip::V1::SearchResponse end Stub = Service.rpc_stub_class end end end end