Interface DiscoveryOccurrence.AnalysisCompletedOrBuilder (2.42.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
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
String

The analysisType at the given index.

getAnalysisTypeBytes(int index)

public abstract ByteString getAnalysisTypeBytes(int index)

repeated string analysis_type = 1;

Parameter
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
ByteString

The bytes of the analysisType at the given index.

getAnalysisTypeCount()

public abstract int getAnalysisTypeCount()

repeated string analysis_type = 1;

Returns
TypeDescription
int

The count of analysisType.

getAnalysisTypeList()

public abstract List<String> getAnalysisTypeList()

repeated string analysis_type = 1;

Returns
TypeDescription
List<String>

A list containing the analysisType.