Class CloudFilestoreManagerClient.ListSharesPage
- java.lang.Object
-
- com.google.api.gax.paging.AbstractPage<ListSharesRequest,ListSharesResponse,Share,CloudFilestoreManagerClient.ListSharesPage>
-
- com.google.cloud.filestore.v1beta1.CloudFilestoreManagerClient.ListSharesPage
-
- All Implemented Interfaces:
com.google.api.gax.paging.AsyncPage<Share>
,com.google.api.gax.paging.Page<Share>
- Enclosing class:
- CloudFilestoreManagerClient
public static class CloudFilestoreManagerClient.ListSharesPage extends com.google.api.gax.paging.AbstractPage<ListSharesRequest,ListSharesResponse,Share,CloudFilestoreManagerClient.ListSharesPage>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected CloudFilestoreManagerClient.ListSharesPage
createPage(com.google.api.gax.rpc.PageContext<ListSharesRequest,ListSharesResponse,Share> context, ListSharesResponse response)
com.google.api.core.ApiFuture<CloudFilestoreManagerClient.ListSharesPage>
createPageAsync(com.google.api.gax.rpc.PageContext<ListSharesRequest,ListSharesResponse,Share> context, com.google.api.core.ApiFuture<ListSharesResponse> 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.ListSharesPage createPage(com.google.api.gax.rpc.PageContext<ListSharesRequest,ListSharesResponse,Share> context, ListSharesResponse response)
- Specified by:
createPage
in classcom.google.api.gax.paging.AbstractPage<ListSharesRequest,ListSharesResponse,Share,CloudFilestoreManagerClient.ListSharesPage>
-
createPageAsync
public com.google.api.core.ApiFuture<CloudFilestoreManagerClient.ListSharesPage> createPageAsync(com.google.api.gax.rpc.PageContext<ListSharesRequest,ListSharesResponse,Share> context, com.google.api.core.ApiFuture<ListSharesResponse> futureResponse)
- Overrides:
createPageAsync
in classcom.google.api.gax.paging.AbstractPage<ListSharesRequest,ListSharesResponse,Share,CloudFilestoreManagerClient.ListSharesPage>
-
-