Class DatasetServiceClient.ListDatasetVersionsPage (3.96.0)

public static class DatasetServiceClient.ListDatasetVersionsPage extends AbstractPage<ListDatasetVersionsRequest,ListDatasetVersionsResponse,DatasetVersion,DatasetServiceClient.ListDatasetVersionsPage>

Inheritance

java.lang.Object > AbstractPage > DatasetServiceClient.ListDatasetVersionsPage

Methods

createPage(@Nullable PageContext<ListDatasetVersionsRequest,ListDatasetVersionsResponse,DatasetVersion> context, @Nullable ListDatasetVersionsResponse response)

protected DatasetServiceClient.ListDatasetVersionsPage createPage(@Nullable PageContext<ListDatasetVersionsRequest,ListDatasetVersionsResponse,DatasetVersion> context, @Nullable ListDatasetVersionsResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListDatasetVersionsRequest,ListDatasetVersionsResponse,DatasetVersion>
response @org.jspecify.annotations.Nullable com.google.cloud.aiplatform.v1beta1.ListDatasetVersionsResponse
Returns
Type Description
DatasetServiceClient.ListDatasetVersionsPage
Overrides

createPageAsync(@Nullable PageContext<ListDatasetVersionsRequest,ListDatasetVersionsResponse,DatasetVersion> context, ApiFuture<ListDatasetVersionsResponse> futureResponse)

public ApiFuture<DatasetServiceClient.ListDatasetVersionsPage> createPageAsync(@Nullable PageContext<ListDatasetVersionsRequest,ListDatasetVersionsResponse,DatasetVersion> context, ApiFuture<ListDatasetVersionsResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListDatasetVersionsRequest,ListDatasetVersionsResponse,DatasetVersion>
futureResponse ApiFuture<ListDatasetVersionsResponse>
Returns
Type Description
ApiFuture<ListDatasetVersionsPage>
Overrides