Class WarehouseClient.ListIndexEndpointsPage (0.52.0)

public static class WarehouseClient.ListIndexEndpointsPage extends AbstractPage<ListIndexEndpointsRequest,ListIndexEndpointsResponse,IndexEndpoint,WarehouseClient.ListIndexEndpointsPage>

Inheritance

java.lang.Object > AbstractPage > WarehouseClient.ListIndexEndpointsPage

Methods

createPage(@Nullable PageContext<ListIndexEndpointsRequest,ListIndexEndpointsResponse,IndexEndpoint> context, @Nullable ListIndexEndpointsResponse response)

protected WarehouseClient.ListIndexEndpointsPage createPage(@Nullable PageContext<ListIndexEndpointsRequest,ListIndexEndpointsResponse,IndexEndpoint> context, @Nullable ListIndexEndpointsResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListIndexEndpointsRequest,ListIndexEndpointsResponse,IndexEndpoint>
response @org.jspecify.annotations.Nullable com.google.cloud.visionai.v1.ListIndexEndpointsResponse
Returns
Type Description
WarehouseClient.ListIndexEndpointsPage
Overrides

createPageAsync(@Nullable PageContext<ListIndexEndpointsRequest,ListIndexEndpointsResponse,IndexEndpoint> context, ApiFuture<ListIndexEndpointsResponse> futureResponse)

public ApiFuture<WarehouseClient.ListIndexEndpointsPage> createPageAsync(@Nullable PageContext<ListIndexEndpointsRequest,ListIndexEndpointsResponse,IndexEndpoint> context, ApiFuture<ListIndexEndpointsResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListIndexEndpointsRequest,ListIndexEndpointsResponse,IndexEndpoint>
futureResponse ApiFuture<ListIndexEndpointsResponse>
Returns
Type Description
ApiFuture<ListIndexEndpointsPage>
Overrides