Class WarehouseClient.ListDataSchemasPage (0.52.0)

public static class WarehouseClient.ListDataSchemasPage extends AbstractPage<ListDataSchemasRequest,ListDataSchemasResponse,DataSchema,WarehouseClient.ListDataSchemasPage>

Inheritance

java.lang.Object > AbstractPage > WarehouseClient.ListDataSchemasPage

Methods

createPage(@Nullable PageContext<ListDataSchemasRequest,ListDataSchemasResponse,DataSchema> context, @Nullable ListDataSchemasResponse response)

protected WarehouseClient.ListDataSchemasPage createPage(@Nullable PageContext<ListDataSchemasRequest,ListDataSchemasResponse,DataSchema> context, @Nullable ListDataSchemasResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListDataSchemasRequest,ListDataSchemasResponse,DataSchema>
response @org.jspecify.annotations.Nullable com.google.cloud.visionai.v1.ListDataSchemasResponse
Returns
Type Description
WarehouseClient.ListDataSchemasPage
Overrides

createPageAsync(@Nullable PageContext<ListDataSchemasRequest,ListDataSchemasResponse,DataSchema> context, ApiFuture<ListDataSchemasResponse> futureResponse)

public ApiFuture<WarehouseClient.ListDataSchemasPage> createPageAsync(@Nullable PageContext<ListDataSchemasRequest,ListDataSchemasResponse,DataSchema> context, ApiFuture<ListDataSchemasResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListDataSchemasRequest,ListDataSchemasResponse,DataSchema>
futureResponse ApiFuture<ListDataSchemasResponse>
Returns
Type Description
ApiFuture<ListDataSchemasPage>
Overrides