Class WarehouseClient.ListCollectionsPage (0.52.0)

public static class WarehouseClient.ListCollectionsPage extends AbstractPage<ListCollectionsRequest,ListCollectionsResponse,Collection,WarehouseClient.ListCollectionsPage>

Inheritance

java.lang.Object > AbstractPage > WarehouseClient.ListCollectionsPage

Methods

createPage(@Nullable PageContext<ListCollectionsRequest,ListCollectionsResponse,Collection> context, @Nullable ListCollectionsResponse response)

protected WarehouseClient.ListCollectionsPage createPage(@Nullable PageContext<ListCollectionsRequest,ListCollectionsResponse,Collection> context, @Nullable ListCollectionsResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListCollectionsRequest,ListCollectionsResponse,Collection>
response @org.jspecify.annotations.Nullable com.google.cloud.visionai.v1.ListCollectionsResponse
Returns
Type Description
WarehouseClient.ListCollectionsPage
Overrides

createPageAsync(@Nullable PageContext<ListCollectionsRequest,ListCollectionsResponse,Collection> context, ApiFuture<ListCollectionsResponse> futureResponse)

public ApiFuture<WarehouseClient.ListCollectionsPage> createPageAsync(@Nullable PageContext<ListCollectionsRequest,ListCollectionsResponse,Collection> context, ApiFuture<ListCollectionsResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListCollectionsRequest,ListCollectionsResponse,Collection>
futureResponse ApiFuture<ListCollectionsResponse>
Returns
Type Description
ApiFuture<ListCollectionsPage>
Overrides