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