Uses of Class
com.google.cloud.pubsub.v1.stub.SubscriberStub
-
Packages that use SubscriberStub Package Description com.google.cloud.pubsub.v1 A client to Cloud Pub/Sub APIcom.google.cloud.pubsub.v1.stub -
-
Uses of SubscriberStub in com.google.cloud.pubsub.v1
Methods in com.google.cloud.pubsub.v1 that return SubscriberStub Modifier and Type Method Description SubscriberStub
SubscriptionAdminClient. getStub()
Methods in com.google.cloud.pubsub.v1 with parameters of type SubscriberStub Modifier and Type Method Description static SubscriptionAdminClient
SubscriptionAdminClient. create(SubscriberStub stub)
Constructs an instance of SubscriptionAdminClient, using the given stub for making calls.Constructors in com.google.cloud.pubsub.v1 with parameters of type SubscriberStub Constructor Description SubscriptionAdminClient(SubscriberStub stub)
-
Uses of SubscriberStub in com.google.cloud.pubsub.v1.stub
Subclasses of SubscriberStub in com.google.cloud.pubsub.v1.stub Modifier and Type Class Description class
GrpcSubscriberStub
gRPC stub implementation for the Subscriber service API.class
HttpJsonSubscriberStub
REST stub implementation for the Subscriber service API.Methods in com.google.cloud.pubsub.v1.stub that return SubscriberStub Modifier and Type Method Description SubscriberStub
SubscriberStubSettings. createStub()
-