Class WarehouseClient.ListSearchConfigsPage (0.52.0)

public static class WarehouseClient.ListSearchConfigsPage extends AbstractPage<ListSearchConfigsRequest,ListSearchConfigsResponse,SearchConfig,WarehouseClient.ListSearchConfigsPage>

Inheritance

java.lang.Object > AbstractPage > WarehouseClient.ListSearchConfigsPage

Methods

createPage(@Nullable PageContext<ListSearchConfigsRequest,ListSearchConfigsResponse,SearchConfig> context, @Nullable ListSearchConfigsResponse response)

protected WarehouseClient.ListSearchConfigsPage createPage(@Nullable PageContext<ListSearchConfigsRequest,ListSearchConfigsResponse,SearchConfig> context, @Nullable ListSearchConfigsResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListSearchConfigsRequest,ListSearchConfigsResponse,SearchConfig>
response @org.jspecify.annotations.Nullable com.google.cloud.visionai.v1.ListSearchConfigsResponse
Returns
Type Description
WarehouseClient.ListSearchConfigsPage
Overrides

createPageAsync(@Nullable PageContext<ListSearchConfigsRequest,ListSearchConfigsResponse,SearchConfig> context, ApiFuture<ListSearchConfigsResponse> futureResponse)

public ApiFuture<WarehouseClient.ListSearchConfigsPage> createPageAsync(@Nullable PageContext<ListSearchConfigsRequest,ListSearchConfigsResponse,SearchConfig> context, ApiFuture<ListSearchConfigsResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListSearchConfigsRequest,ListSearchConfigsResponse,SearchConfig>
futureResponse ApiFuture<ListSearchConfigsResponse>
Returns
Type Description
ApiFuture<ListSearchConfigsPage>
Overrides