Interface DiscoveryOccurrence.AnalysisCompletedOrBuilder (2.43.0)

public static interface DiscoveryOccurrence.AnalysisCompletedOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAnalysisType(int index)

public abstract String getAnalysisType(int index)

repeated string analysis_type = 1;

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
String

The analysisType at the given index.

getAnalysisTypeBytes(int index)

public abstract ByteString getAnalysisTypeBytes(int index)

repeated string analysis_type = 1;

Parameter
Name Description
index int

The index of the value to return.

Returns
Type Description
ByteString

The bytes of the analysisType at the given index.

getAnalysisTypeCount()

public abstract int getAnalysisTypeCount()

repeated string analysis_type = 1;

Returns
Type Description
int

The count of analysisType.

getAnalysisTypeList()

public abstract List<String> getAnalysisTypeList()

repeated string analysis_type = 1;

Returns
Type Description
List<String>

A list containing the analysisType.