public static interface NcStreamProto.StructureDataOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.ByteString |
getData()
fixed length data
|
int |
getHeapCount(int index)
heap String count
|
int |
getHeapCountCount()
heap String count
|
java.util.List<java.lang.Integer> |
getHeapCountList()
heap String count
|
int |
getMember(int index)
list of members present, if none then all, these are the index in Structure
|
int |
getMemberCount()
list of members present, if none then all, these are the index in Structure
|
java.util.List<java.lang.Integer> |
getMemberList()
list of members present, if none then all, these are the index in Structure
|
long |
getNrows()
[default = 1] number of rows in this message
|
int |
getRowLength()
length in bytes of each row
|
java.lang.String |
getSdata(int index)
Strings
|
com.google.protobuf.ByteString |
getSdataBytes(int index)
Strings
|
int |
getSdataCount()
Strings
|
java.util.List<java.lang.String> |
getSdataList()
Strings
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
java.util.List<java.lang.Integer> getMemberList()
list of members present, if none then all, these are the index in Structure
repeated uint32 member = 1;
int getMemberCount()
list of members present, if none then all, these are the index in Structure
repeated uint32 member = 1;
int getMember(int index)
list of members present, if none then all, these are the index in Structure
repeated uint32 member = 1;
index
- The index of the element to return.com.google.protobuf.ByteString getData()
fixed length data
bytes data = 2;
java.util.List<java.lang.Integer> getHeapCountList()
heap String count
repeated uint32 heapCount = 3;
int getHeapCountCount()
heap String count
repeated uint32 heapCount = 3;
int getHeapCount(int index)
heap String count
repeated uint32 heapCount = 3;
index
- The index of the element to return.java.util.List<java.lang.String> getSdataList()
Strings
repeated string sdata = 4;
int getSdataCount()
Strings
repeated string sdata = 4;
java.lang.String getSdata(int index)
Strings
repeated string sdata = 4;
index
- The index of the element to return.com.google.protobuf.ByteString getSdataBytes(int index)
Strings
repeated string sdata = 4;
index
- The index of the value to return.long getNrows()
[default = 1] number of rows in this message
uint64 nrows = 5;
int getRowLength()
length in bytes of each row
uint32 rowLength = 6;