Class BackupForGKEClient.ListBackupPlanBindingsPage (0.62.0)

public static class BackupForGKEClient.ListBackupPlanBindingsPage extends AbstractPage<ListBackupPlanBindingsRequest,ListBackupPlanBindingsResponse,BackupPlanBinding,BackupForGKEClient.ListBackupPlanBindingsPage>

Inheritance

java.lang.Object > AbstractPage > BackupForGKEClient.ListBackupPlanBindingsPage

Methods

createPage(PageContext<ListBackupPlanBindingsRequest,ListBackupPlanBindingsResponse,BackupPlanBinding> context, ListBackupPlanBindingsResponse response)

protected BackupForGKEClient.ListBackupPlanBindingsPage createPage(PageContext<ListBackupPlanBindingsRequest,ListBackupPlanBindingsResponse,BackupPlanBinding> context, ListBackupPlanBindingsResponse response)
Parameters
Name Description
context PageContext<ListBackupPlanBindingsRequest,ListBackupPlanBindingsResponse,BackupPlanBinding>
response ListBackupPlanBindingsResponse
Returns
Type Description
BackupForGKEClient.ListBackupPlanBindingsPage
Overrides

createPageAsync(PageContext<ListBackupPlanBindingsRequest,ListBackupPlanBindingsResponse,BackupPlanBinding> context, ApiFuture<ListBackupPlanBindingsResponse> futureResponse)

public ApiFuture<BackupForGKEClient.ListBackupPlanBindingsPage> createPageAsync(PageContext<ListBackupPlanBindingsRequest,ListBackupPlanBindingsResponse,BackupPlanBinding> context, ApiFuture<ListBackupPlanBindingsResponse> futureResponse)
Parameters
Name Description
context PageContext<ListBackupPlanBindingsRequest,ListBackupPlanBindingsResponse,BackupPlanBinding>
futureResponse ApiFuture<ListBackupPlanBindingsResponse>
Returns
Type Description
ApiFuture<ListBackupPlanBindingsPage>
Overrides