Return the Metadata for each of the children fields.
(self)
| 123 | raise NotImplementedError('Field is an abstract class.') |
| 124 | |
| 125 | def field_metadata(self): |
| 126 | """Return the Metadata for each of the children fields.""" |
| 127 | raise NotImplementedError('Field is an abstract class.') |
| 128 | |
| 129 | def field_blobs(self): |
| 130 | """Return the list of blobs with contents for this Field. |