Class DataprocMetastoreClient.ListBackupsPage (2.96.0)

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

Inheritance

java.lang.Object > AbstractPage > DataprocMetastoreClient.ListBackupsPage

Methods

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

protected DataprocMetastoreClient.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.cloud.metastore.v1beta.ListBackupsResponse
Returns
Type Description
DataprocMetastoreClient.ListBackupsPage
Overrides

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

public ApiFuture<DataprocMetastoreClient.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