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.BuilderTopicStatsClientSettings.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 TopicStatsServiceClientTopicStatsServiceClient. create()Constructs an instance of TopicStatsServiceClient with default settings.static TopicStatsServiceClientTopicStatsServiceClient. create(TopicStatsServiceStub stub)Constructs an instance of TopicStatsServiceClient, using the given stub for making calls.static TopicStatsServiceClientTopicStatsServiceClient. create(TopicStatsServiceSettings settings)Constructs an instance of TopicStatsServiceClient, using the given settings.
-