Class BackupForGKEClient.ListRestorePlanBindingsPage (0.62.0)

public static class BackupForGKEClient.ListRestorePlanBindingsPage extends AbstractPage<ListRestorePlanBindingsRequest,ListRestorePlanBindingsResponse,RestorePlanBinding,BackupForGKEClient.ListRestorePlanBindingsPage>

Inheritance

java.lang.Object > AbstractPage > BackupForGKEClient.ListRestorePlanBindingsPage

Methods

createPage(PageContext<ListRestorePlanBindingsRequest,ListRestorePlanBindingsResponse,RestorePlanBinding> context, ListRestorePlanBindingsResponse response)

protected BackupForGKEClient.ListRestorePlanBindingsPage createPage(PageContext<ListRestorePlanBindingsRequest,ListRestorePlanBindingsResponse,RestorePlanBinding> context, ListRestorePlanBindingsResponse response)
Parameters
Name Description
context PageContext<ListRestorePlanBindingsRequest,ListRestorePlanBindingsResponse,RestorePlanBinding>
response ListRestorePlanBindingsResponse
Returns
Type Description
BackupForGKEClient.ListRestorePlanBindingsPage
Overrides

createPageAsync(PageContext<ListRestorePlanBindingsRequest,ListRestorePlanBindingsResponse,RestorePlanBinding> context, ApiFuture<ListRestorePlanBindingsResponse> futureResponse)

public ApiFuture<BackupForGKEClient.ListRestorePlanBindingsPage> createPageAsync(PageContext<ListRestorePlanBindingsRequest,ListRestorePlanBindingsResponse,RestorePlanBinding> context, ApiFuture<ListRestorePlanBindingsResponse> futureResponse)
Parameters
Name Description
context PageContext<ListRestorePlanBindingsRequest,ListRestorePlanBindingsResponse,RestorePlanBinding>
futureResponse ApiFuture<ListRestorePlanBindingsResponse>
Returns
Type Description
ApiFuture<ListRestorePlanBindingsPage>
Overrides