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