Class DatabaseAdminClient.ListBackupsPage (6.120.0)

public static class DatabaseAdminClient.ListBackupsPage extends AbstractPage<ListBackupsRequest,ListBackupsResponse,Backup,DatabaseAdminClient.ListBackupsPage>

Inheritance

java.lang.Object > AbstractPage > DatabaseAdminClient.ListBackupsPage

Methods

createPage(@Nullable PageContext<ListBackupsRequest,ListBackupsResponse,Backup> context, @Nullable ListBackupsResponse response)

protected DatabaseAdminClient.ListBackupsPage createPage(@Nullable PageContext<ListBackupsRequest,ListBackupsResponse,Backup> context, @Nullable ListBackupsResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListBackupsRequest,ListBackupsResponse,Backup>
response @org.jspecify.annotations.Nullable com.google.spanner.admin.database.v1.ListBackupsResponse
Returns
Type Description
DatabaseAdminClient.ListBackupsPage
Overrides

createPageAsync(@Nullable PageContext<ListBackupsRequest,ListBackupsResponse,Backup> context, ApiFuture<ListBackupsResponse> futureResponse)

public ApiFuture<DatabaseAdminClient.ListBackupsPage> createPageAsync(@Nullable PageContext<ListBackupsRequest,ListBackupsResponse,Backup> context, ApiFuture<ListBackupsResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListBackupsRequest,ListBackupsResponse,Backup>
futureResponse ApiFuture<ListBackupsResponse>
Returns
Type Description
ApiFuture<ListBackupsPage>
Overrides