Package com.google.cloud.gkebackup.v1
Class BackupForGKEClient.ListBackupPlansPage
- java.lang.Object
-
- com.google.api.gax.paging.AbstractPage<ListBackupPlansRequest,ListBackupPlansResponse,BackupPlan,BackupForGKEClient.ListBackupPlansPage>
-
- com.google.cloud.gkebackup.v1.BackupForGKEClient.ListBackupPlansPage
-
- All Implemented Interfaces:
com.google.api.gax.paging.AsyncPage<BackupPlan>
,com.google.api.gax.paging.Page<BackupPlan>
- Enclosing class:
- BackupForGKEClient
public static class BackupForGKEClient.ListBackupPlansPage extends com.google.api.gax.paging.AbstractPage<ListBackupPlansRequest,ListBackupPlansResponse,BackupPlan,BackupForGKEClient.ListBackupPlansPage>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected BackupForGKEClient.ListBackupPlansPage
createPage(com.google.api.gax.rpc.PageContext<ListBackupPlansRequest,ListBackupPlansResponse,BackupPlan> context, ListBackupPlansResponse response)
com.google.api.core.ApiFuture<BackupForGKEClient.ListBackupPlansPage>
createPageAsync(com.google.api.gax.rpc.PageContext<ListBackupPlansRequest,ListBackupPlansResponse,BackupPlan> context, com.google.api.core.ApiFuture<ListBackupPlansResponse> 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 BackupForGKEClient.ListBackupPlansPage createPage(com.google.api.gax.rpc.PageContext<ListBackupPlansRequest,ListBackupPlansResponse,BackupPlan> context, ListBackupPlansResponse response)
- Specified by:
createPage
in classcom.google.api.gax.paging.AbstractPage<ListBackupPlansRequest,ListBackupPlansResponse,BackupPlan,BackupForGKEClient.ListBackupPlansPage>
-
createPageAsync
public com.google.api.core.ApiFuture<BackupForGKEClient.ListBackupPlansPage> createPageAsync(com.google.api.gax.rpc.PageContext<ListBackupPlansRequest,ListBackupPlansResponse,BackupPlan> context, com.google.api.core.ApiFuture<ListBackupPlansResponse> futureResponse)
- Overrides:
createPageAsync
in classcom.google.api.gax.paging.AbstractPage<ListBackupPlansRequest,ListBackupPlansResponse,BackupPlan,BackupForGKEClient.ListBackupPlansPage>
-
-