Home
last modified time | relevance | path

Searched defs:Subscription (Results 1 – 2 of 2) sorted by relevance

/third_party/grpc/examples/ruby/pubsub/tech/pubsub/proto/
Dpubsub.rb141Subscription = Google::Protobuf::DescriptorPool.generated_pool.lookup("tech.pubsub.Subscription").… constant
/third_party/grpc/src/python/grpcio/grpc/framework/interfaces/base/
Dbase.py189 class Subscription(six.with_metaclass(abc.ABCMeta)): class