public static interface AttackPath.AttackPathNode.PathNodeAssociatedFindingOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getCanonicalFinding()
public abstract String getCanonicalFinding() Canonical name of the associated findings. Example:
organizations/123/sources/456/findings/789
string canonical_finding = 1;
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
String |
The findingCategory. |
getFindingCategoryBytes()
public abstract ByteString getFindingCategoryBytes()The additional taxonomy group within findings from a given source.
string finding_category = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for findingCategory. |
getName()
public abstract String getName()Full resource name of the finding.
string name = 3;
| Returns | |
|---|---|
| Type | Description |
String |
The name. |
getNameBytes()
public abstract ByteString getNameBytes()Full resource name of the finding.
string name = 3;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for name. |