Class PersistentResourceServiceClient.ListPersistentResourcesPage (3.96.0)

public static class PersistentResourceServiceClient.ListPersistentResourcesPage extends AbstractPage<ListPersistentResourcesRequest,ListPersistentResourcesResponse,PersistentResource,PersistentResourceServiceClient.ListPersistentResourcesPage>

Inheritance

java.lang.Object > AbstractPage > PersistentResourceServiceClient.ListPersistentResourcesPage

Methods

createPage(@Nullable PageContext<ListPersistentResourcesRequest,ListPersistentResourcesResponse,PersistentResource> context, @Nullable ListPersistentResourcesResponse response)

protected PersistentResourceServiceClient.ListPersistentResourcesPage createPage(@Nullable PageContext<ListPersistentResourcesRequest,ListPersistentResourcesResponse,PersistentResource> context, @Nullable ListPersistentResourcesResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListPersistentResourcesRequest,ListPersistentResourcesResponse,PersistentResource>
response @org.jspecify.annotations.Nullable com.google.cloud.aiplatform.v1beta1.ListPersistentResourcesResponse
Returns
Type Description
PersistentResourceServiceClient.ListPersistentResourcesPage
Overrides

createPageAsync(@Nullable PageContext<ListPersistentResourcesRequest,ListPersistentResourcesResponse,PersistentResource> context, ApiFuture<ListPersistentResourcesResponse> futureResponse)

public ApiFuture<PersistentResourceServiceClient.ListPersistentResourcesPage> createPageAsync(@Nullable PageContext<ListPersistentResourcesRequest,ListPersistentResourcesResponse,PersistentResource> context, ApiFuture<ListPersistentResourcesResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListPersistentResourcesRequest,ListPersistentResourcesResponse,PersistentResource>
futureResponse ApiFuture<ListPersistentResourcesResponse>
Returns
Type Description
ApiFuture<ListPersistentResourcesPage>
Overrides