Interface AttackPath.AttackPathEdgeOrBuilder (2.49.0)

public static interface AttackPath.AttackPathEdgeOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDestination()

public abstract String getDestination()

The attack node uuid of the destination node.

string destination = 2;

Returns
TypeDescription
String

The destination.

getDestinationBytes()

public abstract ByteString getDestinationBytes()

The attack node uuid of the destination node.

string destination = 2;

Returns
TypeDescription
ByteString

The bytes for destination.

getSource()

public abstract String getSource()

The attack node uuid of the source node.

string source = 1;

Returns
TypeDescription
String

The source.

getSourceBytes()

public abstract ByteString getSourceBytes()

The attack node uuid of the source node.

string source = 1;

Returns
TypeDescription
ByteString

The bytes for source.