Represents a single entry in a directory.
| JSON representation |
|---|
{ "metadata" : { object ( |
entry
. The entry's contents. entry
can be only one of the following:file
string
A file in the directory.
directory
string
A child directory in the directory.
FilesystemEntryMetadata
Represents metadata for a single entry in a filesystem.
| JSON representation |
|---|
{ "sizeBytes" : string , "updateTime" : string } |
| Fields | |
|---|---|
sizeBytes
|
Output only. Provides the size of the entry in bytes. For directories, this will be 0. |
updateTime
|
Output only. Represents the time of the last modification of the entry. Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |

