# Generated by the protocol buffer compiler. DO NOT EDIT! # Source: couchbase/search/v1/search.proto for package 'Couchbase.Protostellar.Generated.Search.V1' require 'grpc' require 'couchbase/protostellar/generated/search/v1/search_pb' module Couchbase module Protostellar module Generated module Search module V1 module SearchService class Service include ::GRPC::GenericService self.marshal_class_method = :encode self.unmarshal_class_method = :decode self.service_name = 'couchbase.search.v1.SearchService' rpc :SearchQuery, ::Couchbase::Protostellar::Generated::Search::V1::SearchQueryRequest, stream(::Couchbase::Protostellar::Generated::Search::V1::SearchQueryResponse) end Stub = Service.rpc_stub_class end end end end end end