Uses of Class
com.google.cloud.compute.v1.SnapshotsClient.ListPage
-
Packages that use SnapshotsClient.ListPage Package Description com.google.cloud.compute.v1 The interfaces provided are listed below, along with usage samples. -
-
Uses of SnapshotsClient.ListPage in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return SnapshotsClient.ListPage Modifier and Type Method Description protected SnapshotsClient.ListPage
SnapshotsClient.ListPage. createPage(com.google.api.gax.rpc.PageContext<ListSnapshotsRequest,SnapshotList,Snapshot> context, SnapshotList response)
Methods in com.google.cloud.compute.v1 that return types with arguments of type SnapshotsClient.ListPage Modifier and Type Method Description com.google.api.core.ApiFuture<SnapshotsClient.ListPage>
SnapshotsClient.ListPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListSnapshotsRequest,SnapshotList,Snapshot> context, com.google.api.core.ApiFuture<SnapshotList> futureResponse)
Method parameters in com.google.cloud.compute.v1 with type arguments of type SnapshotsClient.ListPage Modifier and Type Method Description protected SnapshotsClient.ListFixedSizeCollection
SnapshotsClient.ListFixedSizeCollection. createCollection(List<SnapshotsClient.ListPage> pages, int collectionSize)
-