Uses of Class
com.google.cloud.pubsub.v1.TopicAdminClient.ListTopicSnapshotsPage
-
Packages that use TopicAdminClient.ListTopicSnapshotsPage Package Description com.google.cloud.pubsub.v1 A client to Cloud Pub/Sub API -
-
Uses of TopicAdminClient.ListTopicSnapshotsPage in com.google.cloud.pubsub.v1
Methods in com.google.cloud.pubsub.v1 that return TopicAdminClient.ListTopicSnapshotsPage Modifier and Type Method Description protected TopicAdminClient.ListTopicSnapshotsPage
TopicAdminClient.ListTopicSnapshotsPage. createPage(com.google.api.gax.rpc.PageContext<ListTopicSnapshotsRequest,ListTopicSnapshotsResponse,String> context, ListTopicSnapshotsResponse response)
Methods in com.google.cloud.pubsub.v1 that return types with arguments of type TopicAdminClient.ListTopicSnapshotsPage Modifier and Type Method Description com.google.api.core.ApiFuture<TopicAdminClient.ListTopicSnapshotsPage>
TopicAdminClient.ListTopicSnapshotsPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListTopicSnapshotsRequest,ListTopicSnapshotsResponse,String> context, com.google.api.core.ApiFuture<ListTopicSnapshotsResponse> futureResponse)
Method parameters in com.google.cloud.pubsub.v1 with type arguments of type TopicAdminClient.ListTopicSnapshotsPage Modifier and Type Method Description protected TopicAdminClient.ListTopicSnapshotsFixedSizeCollection
TopicAdminClient.ListTopicSnapshotsFixedSizeCollection. createCollection(List<TopicAdminClient.ListTopicSnapshotsPage> pages, int collectionSize)
-