Sha256: ed9f787024c14a1a9a368fc69cc66c20ea2e3472282430e37d816dfe8904c9dc
Contents?: true
Size: 878 Bytes
Versions: 30
Compression:
Stored size: 878 Bytes
Contents
# Generated by the protocol buffer compiler. DO NOT EDIT! # Source: couchbase/query/v1/query.proto for package 'Couchbase.Protostellar.Generated.Query.V1' require 'grpc' require 'couchbase/protostellar/generated/query/v1/query_pb' module Couchbase module Protostellar module Generated module Query module V1 module QueryService class Service include ::GRPC::GenericService self.marshal_class_method = :encode self.unmarshal_class_method = :decode self.service_name = 'couchbase.query.v1.QueryService' rpc :Query, ::Couchbase::Protostellar::Generated::Query::V1::QueryRequest, stream(::Couchbase::Protostellar::Generated::Query::V1::QueryResponse) end Stub = Service.rpc_stub_class end end end end end end
Version data entries
30 entries across 30 versions & 1 rubygems