public static interface Protos.ScriptWitnessOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.ByteString |
getData(int index)
repeated bytes data = 1; |
int |
getDataCount()
repeated bytes data = 1; |
java.util.List<com.google.protobuf.ByteString> |
getDataList()
repeated bytes data = 1; |
java.util.List<com.google.protobuf.ByteString> getDataList()
repeated bytes data = 1;int getDataCount()
repeated bytes data = 1;com.google.protobuf.ByteString getData(int index)
repeated bytes data = 1;index - The index of the element to return.