A data buffer that points to Metadata entries. Objects of this class are returned in
responses to list requests (such as
query(Query)). This object behaves as an Iterable, as well as
allowing indexed access to its entries. Be sure to call release()
on any buffers when you are done with them.
| Metadata |
get(int
row)
|
| String |
getNextPageToken()
This method is deprecated. Paging is not supported, so this always returns
null.
|
| void |
release()
|
This method is deprecated.
Paging is not supported, so this always returns null.