Class Edge (3.9.0)

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

A directional edge.

Attributes

NameDescription
source_node str
The source node of the edge. For example, it could be a full resource name for a resource node or an email of an identity.
target_node str
The target node of the edge. For example, it could be a full resource name for a resource node or an email of an identity.

Inheritance

builtins.object > proto.message.Message > Edge