Class IndexEndpointServiceClient.ListIndexEndpointsPage (3.96.0)

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

Inheritance

java.lang.Object > AbstractPage > IndexEndpointServiceClient.ListIndexEndpointsPage

Methods

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

protected IndexEndpointServiceClient.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.aiplatform.v1.ListIndexEndpointsResponse
Returns
Type Description
IndexEndpointServiceClient.ListIndexEndpointsPage
Overrides

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

public ApiFuture<IndexEndpointServiceClient.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