Interface AttackPath.AttackPathNode.PathNodeAssociatedFindingOrBuilder (2.47.0)

public static interface AttackPath.AttackPathNode.PathNodeAssociatedFindingOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCanonicalFinding()

public abstract String getCanonicalFinding()

Canonical name of the associated findings. Example: organizations/123/sources/456/findings/789

string canonical_finding = 1;

Returns
TypeDescription
String

The canonicalFinding.

getCanonicalFindingBytes()

public abstract ByteString getCanonicalFindingBytes()

Canonical name of the associated findings. Example: organizations/123/sources/456/findings/789

string canonical_finding = 1;

Returns
TypeDescription
ByteString

The bytes for canonicalFinding.

getFindingCategory()

public abstract String getFindingCategory()

The additional taxonomy group within findings from a given source.

string finding_category = 2;

Returns
TypeDescription
String

The findingCategory.

getFindingCategoryBytes()

public abstract ByteString getFindingCategoryBytes()

The additional taxonomy group within findings from a given source.

string finding_category = 2;

Returns
TypeDescription
ByteString

The bytes for findingCategory.

getName()

public abstract String getName()

Full resource name of the finding.

string name = 3;

Returns
TypeDescription
String

The name.

getNameBytes()

public abstract ByteString getNameBytes()

Full resource name of the finding.

string name = 3;

Returns
TypeDescription
ByteString

The bytes for name.