Class DirectoryEntry (0.11.2)

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

Represents a single entry in a directory.

This message has oneof_ fields (mutually exclusive fields). For each oneof, at most one member field can be set at the same time. Setting any member of the oneof automatically clears all other members.

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

Attributes

Name Description
file str
A file in the directory. The path is returned including the full folder structure from the root. This field is a member of oneof_ entry.
directory str
A child directory in the directory. The path is returned including the full folder structure from the root. This field is a member of oneof_ entry.
metadata google.cloud.dataform_v1beta1.types.FilesystemEntryMetadata
Entry with metadata.