Class FilesystemEntryMetadata (0.10.0)

FilesystemEntryMetadata(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Represents metadata for a single entry in a filesystem.

Attributes

Name Description
size_bytes int
Output only. Provides the size of the entry in bytes. For directories, this will be 0.
update_time google.protobuf.timestamp_pb2.Timestamp
Output only. Represents the time of the last modification of the entry.