Sha256: 21ff9a28ac5adf176c535c856f2ba3ed3ceeba97ece5de7aabdd053138f25e62
Contents?: true
Size: 879 Bytes
Versions: 25
Compression:
Stored size: 879 Bytes
Contents
# Generated by the protocol buffer compiler. DO NOT EDIT! # Source: couchbase/view/v1/view.proto for package 'Couchbase.Protostellar.Generated.View.V1' require 'grpc' require 'couchbase/protostellar/generated/view/v1/view_pb' module Couchbase module Protostellar module Generated module View module V1 module ViewService class Service include ::GRPC::GenericService self.marshal_class_method = :encode self.unmarshal_class_method = :decode self.service_name = 'couchbase.view.v1.ViewService' rpc :ViewQuery, ::Couchbase::Protostellar::Generated::View::V1::ViewQueryRequest, stream(::Couchbase::Protostellar::Generated::View::V1::ViewQueryResponse) end Stub = Service.rpc_stub_class end end end end end end
Version data entries
25 entries across 25 versions & 1 rubygems