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