public static interface DiscoveryOccurrence.AnalysisCompletedOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getAnalysisType(int index)
public abstract String getAnalysisType(int index)repeated string analysis_type = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
intThe 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 |
intThe 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. |