public static interface NcStreamProto.DataRowOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
boolean |
getBigend()
bool bigend = 4; |
NcStreamProto.DataType |
getDataType()
.DataType dataType = 2; |
int |
getDataTypeValue()
.DataType dataType = 2; |
java.lang.String |
getFullName()
string fullName = 1; |
com.google.protobuf.ByteString |
getFullNameBytes()
string fullName = 1; |
boolean |
getIsVlen()
bool isVlen = 7; |
int |
getNelems()
uint32 nelems = 9; |
com.google.protobuf.ByteString |
getOpaquedata(int index)
opaque dataTypes
|
int |
getOpaquedataCount()
opaque dataTypes
|
java.util.List<com.google.protobuf.ByteString> |
getOpaquedataList()
opaque dataTypes
|
com.google.protobuf.ByteString |
getPrimdata()
rectangular, primitive array
|
NcStreamProto.Section |
getSection()
.Section section = 3; |
NcStreamProto.SectionOrBuilder |
getSectionOrBuilder()
.Section section = 3; |
java.lang.String |
getStringdata(int index)
string dataType
|
com.google.protobuf.ByteString |
getStringdataBytes(int index)
string dataType
|
int |
getStringdataCount()
string dataType
|
java.util.List<java.lang.String> |
getStringdataList()
string dataType
|
NcStreamProto.ArrayStructureRow |
getStructdata()
structure/seq dataType
|
NcStreamProto.ArrayStructureRowOrBuilder |
getStructdataOrBuilder()
structure/seq dataType
|
int |
getVersion()
uint32 version = 5; |
int |
getVlens(int index)
vlen lengths
|
int |
getVlensCount()
vlen lengths
|
java.util.List<java.lang.Integer> |
getVlensList()
vlen lengths
|
boolean |
hasSection()
.Section section = 3; |
boolean |
hasStructdata()
structure/seq dataType
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
java.lang.String getFullName()
string fullName = 1;
com.google.protobuf.ByteString getFullNameBytes()
string fullName = 1;
int getDataTypeValue()
.DataType dataType = 2;
NcStreamProto.DataType getDataType()
.DataType dataType = 2;
boolean hasSection()
.Section section = 3;
NcStreamProto.Section getSection()
.Section section = 3;
NcStreamProto.SectionOrBuilder getSectionOrBuilder()
.Section section = 3;
boolean getBigend()
bool bigend = 4;
int getVersion()
uint32 version = 5;
boolean getIsVlen()
bool isVlen = 7;
int getNelems()
uint32 nelems = 9;
com.google.protobuf.ByteString getPrimdata()
rectangular, primitive array
bytes primdata = 10;
java.util.List<java.lang.String> getStringdataList()
string dataType
repeated string stringdata = 11;
int getStringdataCount()
string dataType
repeated string stringdata = 11;
java.lang.String getStringdata(int index)
string dataType
repeated string stringdata = 11;
index
- The index of the element to return.com.google.protobuf.ByteString getStringdataBytes(int index)
string dataType
repeated string stringdata = 11;
index
- The index of the value to return.java.util.List<java.lang.Integer> getVlensList()
vlen lengths
repeated uint32 vlens = 12;
int getVlensCount()
vlen lengths
repeated uint32 vlens = 12;
int getVlens(int index)
vlen lengths
repeated uint32 vlens = 12;
index
- The index of the element to return.java.util.List<com.google.protobuf.ByteString> getOpaquedataList()
opaque dataTypes
repeated bytes opaquedata = 13;
int getOpaquedataCount()
opaque dataTypes
repeated bytes opaquedata = 13;
com.google.protobuf.ByteString getOpaquedata(int index)
opaque dataTypes
repeated bytes opaquedata = 13;
index
- The index of the element to return.boolean hasStructdata()
structure/seq dataType
.ArrayStructureRow structdata = 14;
NcStreamProto.ArrayStructureRow getStructdata()
structure/seq dataType
.ArrayStructureRow structdata = 14;
NcStreamProto.ArrayStructureRowOrBuilder getStructdataOrBuilder()
structure/seq dataType
.ArrayStructureRow structdata = 14;