MetadataBuffer

public final classMetadataBufferextendsAbstractDataBuffer<Metadata>

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 anIterable,as well as allowing indexed access to its entries. Be sure to callrelease() on any buffers when you are done with them.

Inherited Field Summary

Public Method Summary

Metadata
get(int row)
String
getNextPageToken()
This method is deprecated. Paging is not supported, so this always returns null.
void

Inherited Method Summary

Public Methods

publicMetadata get(int row)

publicStringgetNextPageToken()

This method is deprecated.
Paging is not supported, so this always returns null.

public voidrelease()