Sha256: dfe8a2f4dcf103ca8ca98e31b45e5e8c149ec60773a964eefc3eb599ce3ccaa5
Contents?: true
Size: 907 Bytes
Versions: 25
Compression:
Stored size: 907 Bytes
Contents
# 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
Version data entries
25 entries across 25 versions & 1 rubygems