tulip_services_pb.rb 587 B

1234567891011121314151617181920212223242526
  1. # Generated by the protocol buffer compiler. DO NOT EDIT!
  2. # Source: tulip.proto for package 'mint.tulip.v1'
  3. require 'grpc'
  4. require 'tulip_pb'
  5. module Mint
  6. module Tulip
  7. module V1
  8. module Search
  9. class Service
  10. include ::GRPC::GenericService
  11. self.marshal_class_method = :encode
  12. self.unmarshal_class_method = :decode
  13. self.service_name = 'mint.tulip.v1.Search'
  14. rpc :Pali, ::Mint::Tulip::V1::SearchRequest, ::Mint::Tulip::V1::SearchResponse
  15. end
  16. Stub = Service.rpc_stub_class
  17. end
  18. end
  19. end
  20. end