Class WarehouseClient.SearchIndexEndpointPage (0.52.0)

public static class WarehouseClient.SearchIndexEndpointPage extends AbstractPage<SearchIndexEndpointRequest,SearchIndexEndpointResponse,SearchResultItem,WarehouseClient.SearchIndexEndpointPage>

Inheritance

java.lang.Object > AbstractPage > WarehouseClient.SearchIndexEndpointPage

Methods

createPage(@Nullable PageContext<SearchIndexEndpointRequest,SearchIndexEndpointResponse,SearchResultItem> context, @Nullable SearchIndexEndpointResponse response)

protected WarehouseClient.SearchIndexEndpointPage createPage(@Nullable PageContext<SearchIndexEndpointRequest,SearchIndexEndpointResponse,SearchResultItem> context, @Nullable SearchIndexEndpointResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<SearchIndexEndpointRequest,SearchIndexEndpointResponse,SearchResultItem>
response @org.jspecify.annotations.Nullable com.google.cloud.visionai.v1.SearchIndexEndpointResponse
Returns
Type Description
WarehouseClient.SearchIndexEndpointPage
Overrides

createPageAsync(@Nullable PageContext<SearchIndexEndpointRequest,SearchIndexEndpointResponse,SearchResultItem> context, ApiFuture<SearchIndexEndpointResponse> futureResponse)

public ApiFuture<WarehouseClient.SearchIndexEndpointPage> createPageAsync(@Nullable PageContext<SearchIndexEndpointRequest,SearchIndexEndpointResponse,SearchResultItem> context, ApiFuture<SearchIndexEndpointResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<SearchIndexEndpointRequest,SearchIndexEndpointResponse,SearchResultItem>
futureResponse ApiFuture<SearchIndexEndpointResponse>
Returns
Type Description
ApiFuture<SearchIndexEndpointPage>
Overrides