public static interface NcStreamProto.DataOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
boolean |
getBigend()
[default=true] in proto2
|
NcStreamProto.Data.BigendPresentCase |
getBigendPresentCase() |
NcStreamProto.Compress |
getCompress()
.Compress compress = 6; |
int |
getCompressValue()
.Compress compress = 6; |
NcStreamProto.DataType |
getDataType()
.DataType dataType = 2; |
int |
getDataTypeValue()
.DataType dataType = 2; |
NcStreamProto.Section |
getSection()
not required for SEQUENCE
|
NcStreamProto.SectionOrBuilder |
getSectionOrBuilder()
not required for SEQUENCE
|
int |
getUncompressedSize()
uint32 uncompressedSize = 8; |
java.lang.String |
getVarName()
full escaped name.
|
com.google.protobuf.ByteString |
getVarNameBytes()
full escaped name.
|
boolean |
getVdata()
bool vdata = 7; |
int |
getVersion()
version=2 for proto2, >=3 for proto3 (v5.0+)
|
boolean |
hasBigend()
[default=true] in proto2
|
boolean |
hasSection()
not required for SEQUENCE
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
java.lang.String getVarName()
full escaped name.
string varName = 1;
com.google.protobuf.ByteString getVarNameBytes()
full escaped name.
string varName = 1;
int getDataTypeValue()
.DataType dataType = 2;
NcStreamProto.DataType getDataType()
.DataType dataType = 2;
boolean hasSection()
not required for SEQUENCE
.Section section = 3;
NcStreamProto.Section getSection()
not required for SEQUENCE
.Section section = 3;
NcStreamProto.SectionOrBuilder getSectionOrBuilder()
not required for SEQUENCE
.Section section = 3;
boolean hasBigend()
[default=true] in proto2
bool bigend = 4;
boolean getBigend()
[default=true] in proto2
bool bigend = 4;
int getVersion()
version=2 for proto2, >=3 for proto3 (v5.0+)
uint32 version = 5;
int getCompressValue()
.Compress compress = 6;
NcStreamProto.Compress getCompress()
.Compress compress = 6;
boolean getVdata()
bool vdata = 7;
int getUncompressedSize()
uint32 uncompressedSize = 8;
NcStreamProto.Data.BigendPresentCase getBigendPresentCase()