Class MemorystoreClient.ListBackupCollectionsPage (0.41.0)

public static class MemorystoreClient.ListBackupCollectionsPage extends AbstractPage<ListBackupCollectionsRequest,ListBackupCollectionsResponse,BackupCollection,MemorystoreClient.ListBackupCollectionsPage>

Inheritance

java.lang.Object > AbstractPage > MemorystoreClient.ListBackupCollectionsPage

Methods

createPage(@Nullable PageContext<ListBackupCollectionsRequest,ListBackupCollectionsResponse,BackupCollection> context, @Nullable ListBackupCollectionsResponse response)

protected MemorystoreClient.ListBackupCollectionsPage createPage(@Nullable PageContext<ListBackupCollectionsRequest,ListBackupCollectionsResponse,BackupCollection> context, @Nullable ListBackupCollectionsResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListBackupCollectionsRequest,ListBackupCollectionsResponse,BackupCollection>
response @org.jspecify.annotations.Nullable com.google.cloud.memorystore.v1beta.ListBackupCollectionsResponse
Returns
Type Description
MemorystoreClient.ListBackupCollectionsPage
Overrides

createPageAsync(@Nullable PageContext<ListBackupCollectionsRequest,ListBackupCollectionsResponse,BackupCollection> context, ApiFuture<ListBackupCollectionsResponse> futureResponse)

public ApiFuture<MemorystoreClient.ListBackupCollectionsPage> createPageAsync(@Nullable PageContext<ListBackupCollectionsRequest,ListBackupCollectionsResponse,BackupCollection> context, ApiFuture<ListBackupCollectionsResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListBackupCollectionsRequest,ListBackupCollectionsResponse,BackupCollection>
futureResponse ApiFuture<ListBackupCollectionsResponse>
Returns
Type Description
ApiFuture<ListBackupCollectionsPage>
Overrides