public static class FirestoreAdminClient.ListIndexesPage extends AbstractPage<ListIndexesRequest,ListIndexesResponse,Index,FirestoreAdminClient.ListIndexesPage>
Methods
createPage(PageContext<ListIndexesRequest,ListIndexesResponse,Index> context, ListIndexesResponse response)
protected FirestoreAdminClient.ListIndexesPage createPage(PageContext<ListIndexesRequest,ListIndexesResponse,Index> context, ListIndexesResponse response)
Name | Description |
context | PageContext<ListIndexesRequest,ListIndexesResponse,Index> |
response | ListIndexesResponse |
Type | Description |
FirestoreAdminClient.ListIndexesPage |
createPageAsync(PageContext<ListIndexesRequest,ListIndexesResponse,Index> context, ApiFuture<ListIndexesResponse> futureResponse)
public ApiFuture<FirestoreAdminClient.ListIndexesPage> createPageAsync(PageContext<ListIndexesRequest,ListIndexesResponse,Index> context, ApiFuture<ListIndexesResponse> futureResponse)
Name | Description |
context | PageContext<ListIndexesRequest,ListIndexesResponse,Index> |
futureResponse | ApiFuture<ListIndexesResponse> |
Type | Description |
ApiFuture<ListIndexesPage> |