Uses of Class
com.google.cloud.pubsublite.v1.TopicStatsServiceClient
-
Packages that use TopicStatsServiceClient Package Description com.google.cloud.pubsublite.internal com.google.cloud.pubsublite.v1 A client to Pub/Sub Lite API -
-
Uses of TopicStatsServiceClient in com.google.cloud.pubsublite.internal
Methods in com.google.cloud.pubsublite.internal with parameters of type TopicStatsServiceClient Modifier and Type Method Description abstract TopicStatsClientSettings.Builder
TopicStatsClientSettings.Builder. setServiceClient(TopicStatsServiceClient stub)
Constructors in com.google.cloud.pubsublite.internal with parameters of type TopicStatsServiceClient Constructor Description TopicStatsClientImpl(CloudRegion region, TopicStatsServiceClient serviceClient)
-
Uses of TopicStatsServiceClient in com.google.cloud.pubsublite.v1
Methods in com.google.cloud.pubsublite.v1 that return TopicStatsServiceClient Modifier and Type Method Description static TopicStatsServiceClient
TopicStatsServiceClient. create()
Constructs an instance of TopicStatsServiceClient with default settings.static TopicStatsServiceClient
TopicStatsServiceClient. create(TopicStatsServiceStub stub)
Constructs an instance of TopicStatsServiceClient, using the given stub for making calls.static TopicStatsServiceClient
TopicStatsServiceClient. create(TopicStatsServiceSettings settings)
Constructs an instance of TopicStatsServiceClient, using the given settings.
-