Class DirectoryEntry (0.2.2)

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

Represents a single entry in a workspace 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

NameDescription
file str
A file in the directory. This field is a member of `oneof`_ ``entry``.
directory str
A child directory in the directory. This field is a member of `oneof`_ ``entry``.

Inheritance

builtins.object > proto.message.Message > DirectoryEntry