Interface ChokepointOrBuilder (2.76.0)

public interface ChokepointOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getRelatedFindings(int index)

public abstract String getRelatedFindings(int index)

List of resource names of findings associated with this chokepoint. For example, organizations/123/sources/456/findings/789. This list will have at most 100 findings.

repeated string related_findings = 1;

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 chokepoint. For example, organizations/123/sources/456/findings/789. This list will have at most 100 findings.

repeated string related_findings = 1;

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 chokepoint. For example, organizations/123/sources/456/findings/789. This list will have at most 100 findings.

repeated string related_findings = 1;

Returns
Type Description
int

The count of relatedFindings.

getRelatedFindingsList()

public abstract List<String> getRelatedFindingsList()

List of resource names of findings associated with this chokepoint. For example, organizations/123/sources/456/findings/789. This list will have at most 100 findings.

repeated string related_findings = 1;

Returns
Type Description
List<String>

A list containing the relatedFindings.