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