public interface ToxicCombinationOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getAttackExposureScore()
public abstract double getAttackExposureScore()
The Attack exposure score of this toxic combination. The score is a measure of how much this toxic combination exposes one or more high-value resources to potential attack.
double attack_exposure_score = 1;
Returns | |
---|---|
Type | Description |
double |
The attackExposureScore. |
getRelatedFindings(int index)
public abstract String getRelatedFindings(int index)
List of resource names of findings associated with this toxic combination.
For example, organizations/123/sources/456/findings/789
.
repeated string related_findings = 2;
Parameter | |
---|---|
Name | Description |
index |
int The index of the element to return. |
Returns | |
---|---|
Type | Description |
String |
The relatedFindings at the given index. |
getRelatedFindingsBytes(int index)
public abstract ByteString getRelatedFindingsBytes(int index)
List of resource names of findings associated with this toxic combination.
For example, organizations/123/sources/456/findings/789
.
repeated string related_findings = 2;
Parameter | |
---|---|
Name | Description |
index |
int The index of the value to return. |
Returns | |
---|---|
Type | Description |
ByteString |
The bytes of the relatedFindings at the given index. |
getRelatedFindingsCount()
public abstract int getRelatedFindingsCount()
List of resource names of findings associated with this toxic combination.
For example, organizations/123/sources/456/findings/789
.
repeated string related_findings = 2;
Returns | |
---|---|
Type | Description |
int |
The count of relatedFindings. |
getRelatedFindingsList()
public abstract List<String> getRelatedFindingsList()
List of resource names of findings associated with this toxic combination.
For example, organizations/123/sources/456/findings/789
.
repeated string related_findings = 2;
Returns | |
---|---|
Type | Description |
List<String> |
A list containing the relatedFindings. |