Class NetAppClient.ListBackupVaultsPage (0.74.0)

public static class NetAppClient.ListBackupVaultsPage extends AbstractPage<ListBackupVaultsRequest,ListBackupVaultsResponse,BackupVault,NetAppClient.ListBackupVaultsPage>

Inheritance

java.lang.Object > AbstractPage > NetAppClient.ListBackupVaultsPage

Methods

createPage(@Nullable PageContext<ListBackupVaultsRequest,ListBackupVaultsResponse,BackupVault> context, @Nullable ListBackupVaultsResponse response)

protected NetAppClient.ListBackupVaultsPage createPage(@Nullable PageContext<ListBackupVaultsRequest,ListBackupVaultsResponse,BackupVault> context, @Nullable ListBackupVaultsResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListBackupVaultsRequest,ListBackupVaultsResponse,BackupVault>
response @org.jspecify.annotations.Nullable com.google.cloud.netapp.v1.ListBackupVaultsResponse
Returns
Type Description
NetAppClient.ListBackupVaultsPage
Overrides

createPageAsync(@Nullable PageContext<ListBackupVaultsRequest,ListBackupVaultsResponse,BackupVault> context, ApiFuture<ListBackupVaultsResponse> futureResponse)

public ApiFuture<NetAppClient.ListBackupVaultsPage> createPageAsync(@Nullable PageContext<ListBackupVaultsRequest,ListBackupVaultsResponse,BackupVault> context, ApiFuture<ListBackupVaultsResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListBackupVaultsRequest,ListBackupVaultsResponse,BackupVault>
futureResponse ApiFuture<ListBackupVaultsResponse>
Returns
Type Description
ApiFuture<ListBackupVaultsPage>
Overrides