Class DatabaseAdminClient.ListDatabaseOperationsPage (6.120.0)

public static class DatabaseAdminClient.ListDatabaseOperationsPage extends AbstractPage<ListDatabaseOperationsRequest,ListDatabaseOperationsResponse,Operation,DatabaseAdminClient.ListDatabaseOperationsPage>

Inheritance

java.lang.Object > AbstractPage > DatabaseAdminClient.ListDatabaseOperationsPage

Methods

createPage(@Nullable PageContext<ListDatabaseOperationsRequest,ListDatabaseOperationsResponse,Operation> context, @Nullable ListDatabaseOperationsResponse response)

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

createPageAsync(@Nullable PageContext<ListDatabaseOperationsRequest,ListDatabaseOperationsResponse,Operation> context, ApiFuture<ListDatabaseOperationsResponse> futureResponse)

public ApiFuture<DatabaseAdminClient.ListDatabaseOperationsPage> createPageAsync(@Nullable PageContext<ListDatabaseOperationsRequest,ListDatabaseOperationsResponse,Operation> context, ApiFuture<ListDatabaseOperationsResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListDatabaseOperationsRequest,ListDatabaseOperationsResponse,Operation>
futureResponse ApiFuture<ListDatabaseOperationsResponse>
Returns
Type Description
ApiFuture<ListDatabaseOperationsPage>
Overrides