Class AutoMlClient.ListTableSpecsPage (2.95.0)

public static class AutoMlClient.ListTableSpecsPage extends AbstractPage<ListTableSpecsRequest,ListTableSpecsResponse,TableSpec,AutoMlClient.ListTableSpecsPage>

Inheritance

java.lang.Object > AbstractPage > AutoMlClient.ListTableSpecsPage

Methods

createPage(@Nullable PageContext<ListTableSpecsRequest,ListTableSpecsResponse,TableSpec> context, @Nullable ListTableSpecsResponse response)

protected AutoMlClient.ListTableSpecsPage createPage(@Nullable PageContext<ListTableSpecsRequest,ListTableSpecsResponse,TableSpec> context, @Nullable ListTableSpecsResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListTableSpecsRequest,ListTableSpecsResponse,TableSpec>
response @org.jspecify.annotations.Nullable com.google.cloud.automl.v1beta1.ListTableSpecsResponse
Returns
Type Description
AutoMlClient.ListTableSpecsPage
Overrides

createPageAsync(@Nullable PageContext<ListTableSpecsRequest,ListTableSpecsResponse,TableSpec> context, ApiFuture<ListTableSpecsResponse> futureResponse)

public ApiFuture<AutoMlClient.ListTableSpecsPage> createPageAsync(@Nullable PageContext<ListTableSpecsRequest,ListTableSpecsResponse,TableSpec> context, ApiFuture<ListTableSpecsResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListTableSpecsRequest,ListTableSpecsResponse,TableSpec>
futureResponse ApiFuture<ListTableSpecsResponse>
Returns
Type Description
ApiFuture<ListTableSpecsPage>
Overrides