Package com.google.cloud.filestore.v1
Class CloudFilestoreManagerClient.ListSnapshotsPage
- java.lang.Object
-
- com.google.api.gax.paging.AbstractPage<ListSnapshotsRequest,ListSnapshotsResponse,Snapshot,CloudFilestoreManagerClient.ListSnapshotsPage>
-
- com.google.cloud.filestore.v1.CloudFilestoreManagerClient.ListSnapshotsPage
-
- All Implemented Interfaces:
com.google.api.gax.paging.AsyncPage<Snapshot>
,com.google.api.gax.paging.Page<Snapshot>
- Enclosing class:
- CloudFilestoreManagerClient
public static class CloudFilestoreManagerClient.ListSnapshotsPage extends com.google.api.gax.paging.AbstractPage<ListSnapshotsRequest,ListSnapshotsResponse,Snapshot,CloudFilestoreManagerClient.ListSnapshotsPage>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected CloudFilestoreManagerClient.ListSnapshotsPage
createPage(com.google.api.gax.rpc.PageContext<ListSnapshotsRequest,ListSnapshotsResponse,Snapshot> context, ListSnapshotsResponse response)
com.google.api.core.ApiFuture<CloudFilestoreManagerClient.ListSnapshotsPage>
createPageAsync(com.google.api.gax.rpc.PageContext<ListSnapshotsRequest,ListSnapshotsResponse,Snapshot> context, com.google.api.core.ApiFuture<ListSnapshotsResponse> futureResponse)
-
Methods inherited from class com.google.api.gax.paging.AbstractPage
getNextPage, getNextPage, getNextPageAsync, getNextPageToken, getPageElementCount, getRequest, getResponse, getValues, hasNextPage, iterateAll
-
-
-
-
Method Detail
-
createPage
protected CloudFilestoreManagerClient.ListSnapshotsPage createPage(com.google.api.gax.rpc.PageContext<ListSnapshotsRequest,ListSnapshotsResponse,Snapshot> context, ListSnapshotsResponse response)
- Specified by:
createPage
in classcom.google.api.gax.paging.AbstractPage<ListSnapshotsRequest,ListSnapshotsResponse,Snapshot,CloudFilestoreManagerClient.ListSnapshotsPage>
-
createPageAsync
public com.google.api.core.ApiFuture<CloudFilestoreManagerClient.ListSnapshotsPage> createPageAsync(com.google.api.gax.rpc.PageContext<ListSnapshotsRequest,ListSnapshotsResponse,Snapshot> context, com.google.api.core.ApiFuture<ListSnapshotsResponse> futureResponse)
- Overrides:
createPageAsync
in classcom.google.api.gax.paging.AbstractPage<ListSnapshotsRequest,ListSnapshotsResponse,Snapshot,CloudFilestoreManagerClient.ListSnapshotsPage>
-
-