Class VectorSearchServiceClient.ListIndexesPage (0.17.0)

public static class VectorSearchServiceClient.ListIndexesPage extends AbstractPage<ListIndexesRequest,ListIndexesResponse,Index,VectorSearchServiceClient.ListIndexesPage>

Inheritance

java.lang.Object > AbstractPage > VectorSearchServiceClient.ListIndexesPage

Methods

createPage(@Nullable PageContext<ListIndexesRequest,ListIndexesResponse,Index> context, @Nullable ListIndexesResponse response)

protected VectorSearchServiceClient.ListIndexesPage createPage(@Nullable PageContext<ListIndexesRequest,ListIndexesResponse,Index> context, @Nullable ListIndexesResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListIndexesRequest,ListIndexesResponse,Index>
response @org.jspecify.annotations.Nullable com.google.cloud.vectorsearch.v1beta.ListIndexesResponse
Returns
Type Description
VectorSearchServiceClient.ListIndexesPage
Overrides

createPageAsync(@Nullable PageContext<ListIndexesRequest,ListIndexesResponse,Index> context, ApiFuture<ListIndexesResponse> futureResponse)

public ApiFuture<VectorSearchServiceClient.ListIndexesPage> createPageAsync(@Nullable PageContext<ListIndexesRequest,ListIndexesResponse,Index> context, ApiFuture<ListIndexesResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListIndexesRequest,ListIndexesResponse,Index>
futureResponse ApiFuture<ListIndexesResponse>
Returns
Type Description
ApiFuture<ListIndexesPage>
Overrides