public static final class NcStreamProto.DataRow.Builder extends com.google.protobuf.GeneratedMessage.Builder<NcStreamProto.DataRow.Builder> implements NcStreamProto.DataRowOrBuilder
DataRow| Modifier and Type | Method and Description |
|---|---|
NcStreamProto.DataRow.Builder |
addAllOpaquedata(java.lang.Iterable<? extends com.google.protobuf.ByteString> values)
repeated bytes opaquedata = 13; |
NcStreamProto.DataRow.Builder |
addAllStringdata(java.lang.Iterable<java.lang.String> values)
repeated string stringdata = 11; |
NcStreamProto.DataRow.Builder |
addAllVlens(java.lang.Iterable<? extends java.lang.Integer> values)
repeated uint32 vlens = 12; |
NcStreamProto.DataRow.Builder |
addOpaquedata(com.google.protobuf.ByteString value)
repeated bytes opaquedata = 13; |
NcStreamProto.DataRow.Builder |
addStringdata(java.lang.String value)
repeated string stringdata = 11; |
NcStreamProto.DataRow.Builder |
addStringdataBytes(com.google.protobuf.ByteString value)
repeated string stringdata = 11; |
NcStreamProto.DataRow.Builder |
addVlens(int value)
repeated uint32 vlens = 12; |
NcStreamProto.DataRow |
build() |
NcStreamProto.DataRow |
buildPartial() |
NcStreamProto.DataRow.Builder |
clear() |
NcStreamProto.DataRow.Builder |
clearBigend()
optional bool bigend = 4; |
NcStreamProto.DataRow.Builder |
clearDataType()
optional .DataType dataType = 2; |
NcStreamProto.DataRow.Builder |
clearFullName()
optional string fullName = 1; |
NcStreamProto.DataRow.Builder |
clearIsVlen()
optional bool isVlen = 7; |
NcStreamProto.DataRow.Builder |
clearNelems()
optional uint32 nelems = 9; |
NcStreamProto.DataRow.Builder |
clearOpaquedata()
repeated bytes opaquedata = 13; |
NcStreamProto.DataRow.Builder |
clearPrimdata()
optional bytes primdata = 10; |
NcStreamProto.DataRow.Builder |
clearSection()
optional .Section section = 3; |
NcStreamProto.DataRow.Builder |
clearStringdata()
repeated string stringdata = 11; |
NcStreamProto.DataRow.Builder |
clearStructdata()
optional .ArrayStructureRow structdata = 14; |
NcStreamProto.DataRow.Builder |
clearVersion()
optional uint32 version = 5; |
NcStreamProto.DataRow.Builder |
clearVlens()
repeated uint32 vlens = 12; |
boolean |
getBigend()
optional bool bigend = 4; |
NcStreamProto.DataType |
getDataType()
optional .DataType dataType = 2; |
int |
getDataTypeValue()
optional .DataType dataType = 2; |
NcStreamProto.DataRow |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
java.lang.String |
getFullName()
optional string fullName = 1; |
com.google.protobuf.ByteString |
getFullNameBytes()
optional string fullName = 1; |
boolean |
getIsVlen()
optional bool isVlen = 7; |
int |
getNelems()
optional uint32 nelems = 9; |
com.google.protobuf.ByteString |
getOpaquedata(int index)
repeated bytes opaquedata = 13; |
int |
getOpaquedataCount()
repeated bytes opaquedata = 13; |
java.util.List<com.google.protobuf.ByteString> |
getOpaquedataList()
repeated bytes opaquedata = 13; |
com.google.protobuf.ByteString |
getPrimdata()
optional bytes primdata = 10; |
NcStreamProto.Section |
getSection()
optional .Section section = 3; |
NcStreamProto.Section.Builder |
getSectionBuilder()
optional .Section section = 3; |
NcStreamProto.SectionOrBuilder |
getSectionOrBuilder()
optional .Section section = 3; |
java.lang.String |
getStringdata(int index)
repeated string stringdata = 11; |
com.google.protobuf.ByteString |
getStringdataBytes(int index)
repeated string stringdata = 11; |
int |
getStringdataCount()
repeated string stringdata = 11; |
com.google.protobuf.ProtocolStringList |
getStringdataList()
repeated string stringdata = 11; |
NcStreamProto.ArrayStructureRow |
getStructdata()
optional .ArrayStructureRow structdata = 14; |
NcStreamProto.ArrayStructureRow.Builder |
getStructdataBuilder()
optional .ArrayStructureRow structdata = 14; |
NcStreamProto.ArrayStructureRowOrBuilder |
getStructdataOrBuilder()
optional .ArrayStructureRow structdata = 14; |
int |
getVersion()
optional uint32 version = 5; |
int |
getVlens(int index)
repeated uint32 vlens = 12; |
int |
getVlensCount()
repeated uint32 vlens = 12; |
java.util.List<java.lang.Integer> |
getVlensList()
repeated uint32 vlens = 12; |
boolean |
hasSection()
optional .Section section = 3; |
boolean |
hasStructdata()
optional .ArrayStructureRow structdata = 14; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
NcStreamProto.DataRow.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
NcStreamProto.DataRow.Builder |
mergeFrom(com.google.protobuf.Message other) |
NcStreamProto.DataRow.Builder |
mergeFrom(NcStreamProto.DataRow other) |
NcStreamProto.DataRow.Builder |
mergeSection(NcStreamProto.Section value)
optional .Section section = 3; |
NcStreamProto.DataRow.Builder |
mergeStructdata(NcStreamProto.ArrayStructureRow value)
optional .ArrayStructureRow structdata = 14; |
NcStreamProto.DataRow.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
NcStreamProto.DataRow.Builder |
setBigend(boolean value)
optional bool bigend = 4; |
NcStreamProto.DataRow.Builder |
setDataType(NcStreamProto.DataType value)
optional .DataType dataType = 2; |
NcStreamProto.DataRow.Builder |
setDataTypeValue(int value)
optional .DataType dataType = 2; |
NcStreamProto.DataRow.Builder |
setFullName(java.lang.String value)
optional string fullName = 1; |
NcStreamProto.DataRow.Builder |
setFullNameBytes(com.google.protobuf.ByteString value)
optional string fullName = 1; |
NcStreamProto.DataRow.Builder |
setIsVlen(boolean value)
optional bool isVlen = 7; |
NcStreamProto.DataRow.Builder |
setNelems(int value)
optional uint32 nelems = 9; |
NcStreamProto.DataRow.Builder |
setOpaquedata(int index,
com.google.protobuf.ByteString value)
repeated bytes opaquedata = 13; |
NcStreamProto.DataRow.Builder |
setPrimdata(com.google.protobuf.ByteString value)
optional bytes primdata = 10; |
NcStreamProto.DataRow.Builder |
setSection(NcStreamProto.Section.Builder builderForValue)
optional .Section section = 3; |
NcStreamProto.DataRow.Builder |
setSection(NcStreamProto.Section value)
optional .Section section = 3; |
NcStreamProto.DataRow.Builder |
setStringdata(int index,
java.lang.String value)
repeated string stringdata = 11; |
NcStreamProto.DataRow.Builder |
setStructdata(NcStreamProto.ArrayStructureRow.Builder builderForValue)
optional .ArrayStructureRow structdata = 14; |
NcStreamProto.DataRow.Builder |
setStructdata(NcStreamProto.ArrayStructureRow value)
optional .ArrayStructureRow structdata = 14; |
NcStreamProto.DataRow.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
NcStreamProto.DataRow.Builder |
setVersion(int value)
optional uint32 version = 5; |
NcStreamProto.DataRow.Builder |
setVlens(int index,
int value)
repeated uint32 vlens = 12; |
addRepeatedField, clearField, clearOneof, clone, getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedFieldfindInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage.Builder<NcStreamProto.DataRow.Builder>public NcStreamProto.DataRow.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessage.Builder<NcStreamProto.DataRow.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessage.Builder<NcStreamProto.DataRow.Builder>public NcStreamProto.DataRow getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic NcStreamProto.DataRow build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic NcStreamProto.DataRow buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic NcStreamProto.DataRow.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<NcStreamProto.DataRow.Builder>public NcStreamProto.DataRow.Builder mergeFrom(NcStreamProto.DataRow other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessage.Builder<NcStreamProto.DataRow.Builder>public NcStreamProto.DataRow.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<NcStreamProto.DataRow.Builder>java.io.IOExceptionpublic java.lang.String getFullName()
optional string fullName = 1;getFullName in interface NcStreamProto.DataRowOrBuilderpublic com.google.protobuf.ByteString getFullNameBytes()
optional string fullName = 1;getFullNameBytes in interface NcStreamProto.DataRowOrBuilderpublic NcStreamProto.DataRow.Builder setFullName(java.lang.String value)
optional string fullName = 1;public NcStreamProto.DataRow.Builder clearFullName()
optional string fullName = 1;public NcStreamProto.DataRow.Builder setFullNameBytes(com.google.protobuf.ByteString value)
optional string fullName = 1;public int getDataTypeValue()
optional .DataType dataType = 2;getDataTypeValue in interface NcStreamProto.DataRowOrBuilderpublic NcStreamProto.DataRow.Builder setDataTypeValue(int value)
optional .DataType dataType = 2;public NcStreamProto.DataType getDataType()
optional .DataType dataType = 2;getDataType in interface NcStreamProto.DataRowOrBuilderpublic NcStreamProto.DataRow.Builder setDataType(NcStreamProto.DataType value)
optional .DataType dataType = 2;public NcStreamProto.DataRow.Builder clearDataType()
optional .DataType dataType = 2;public boolean hasSection()
optional .Section section = 3;hasSection in interface NcStreamProto.DataRowOrBuilderpublic NcStreamProto.Section getSection()
optional .Section section = 3;getSection in interface NcStreamProto.DataRowOrBuilderpublic NcStreamProto.DataRow.Builder setSection(NcStreamProto.Section value)
optional .Section section = 3;public NcStreamProto.DataRow.Builder setSection(NcStreamProto.Section.Builder builderForValue)
optional .Section section = 3;public NcStreamProto.DataRow.Builder mergeSection(NcStreamProto.Section value)
optional .Section section = 3;public NcStreamProto.DataRow.Builder clearSection()
optional .Section section = 3;public NcStreamProto.Section.Builder getSectionBuilder()
optional .Section section = 3;public NcStreamProto.SectionOrBuilder getSectionOrBuilder()
optional .Section section = 3;getSectionOrBuilder in interface NcStreamProto.DataRowOrBuilderpublic boolean getBigend()
optional bool bigend = 4;getBigend in interface NcStreamProto.DataRowOrBuilderpublic NcStreamProto.DataRow.Builder setBigend(boolean value)
optional bool bigend = 4;public NcStreamProto.DataRow.Builder clearBigend()
optional bool bigend = 4;public int getVersion()
optional uint32 version = 5;getVersion in interface NcStreamProto.DataRowOrBuilderpublic NcStreamProto.DataRow.Builder setVersion(int value)
optional uint32 version = 5;public NcStreamProto.DataRow.Builder clearVersion()
optional uint32 version = 5;public boolean getIsVlen()
optional bool isVlen = 7;getIsVlen in interface NcStreamProto.DataRowOrBuilderpublic NcStreamProto.DataRow.Builder setIsVlen(boolean value)
optional bool isVlen = 7;public NcStreamProto.DataRow.Builder clearIsVlen()
optional bool isVlen = 7;public int getNelems()
optional uint32 nelems = 9;getNelems in interface NcStreamProto.DataRowOrBuilderpublic NcStreamProto.DataRow.Builder setNelems(int value)
optional uint32 nelems = 9;public NcStreamProto.DataRow.Builder clearNelems()
optional uint32 nelems = 9;public com.google.protobuf.ByteString getPrimdata()
optional bytes primdata = 10;
rectangular, primitive array
getPrimdata in interface NcStreamProto.DataRowOrBuilderpublic NcStreamProto.DataRow.Builder setPrimdata(com.google.protobuf.ByteString value)
optional bytes primdata = 10;
rectangular, primitive array
public NcStreamProto.DataRow.Builder clearPrimdata()
optional bytes primdata = 10;
rectangular, primitive array
public com.google.protobuf.ProtocolStringList getStringdataList()
repeated string stringdata = 11;
string dataType
getStringdataList in interface NcStreamProto.DataRowOrBuilderpublic int getStringdataCount()
repeated string stringdata = 11;
string dataType
getStringdataCount in interface NcStreamProto.DataRowOrBuilderpublic java.lang.String getStringdata(int index)
repeated string stringdata = 11;
string dataType
getStringdata in interface NcStreamProto.DataRowOrBuilderpublic com.google.protobuf.ByteString getStringdataBytes(int index)
repeated string stringdata = 11;
string dataType
getStringdataBytes in interface NcStreamProto.DataRowOrBuilderpublic NcStreamProto.DataRow.Builder setStringdata(int index, java.lang.String value)
repeated string stringdata = 11;
string dataType
public NcStreamProto.DataRow.Builder addStringdata(java.lang.String value)
repeated string stringdata = 11;
string dataType
public NcStreamProto.DataRow.Builder addAllStringdata(java.lang.Iterable<java.lang.String> values)
repeated string stringdata = 11;
string dataType
public NcStreamProto.DataRow.Builder clearStringdata()
repeated string stringdata = 11;
string dataType
public NcStreamProto.DataRow.Builder addStringdataBytes(com.google.protobuf.ByteString value)
repeated string stringdata = 11;
string dataType
public java.util.List<java.lang.Integer> getVlensList()
repeated uint32 vlens = 12;
vlen lengths
getVlensList in interface NcStreamProto.DataRowOrBuilderpublic int getVlensCount()
repeated uint32 vlens = 12;
vlen lengths
getVlensCount in interface NcStreamProto.DataRowOrBuilderpublic int getVlens(int index)
repeated uint32 vlens = 12;
vlen lengths
getVlens in interface NcStreamProto.DataRowOrBuilderpublic NcStreamProto.DataRow.Builder setVlens(int index, int value)
repeated uint32 vlens = 12;
vlen lengths
public NcStreamProto.DataRow.Builder addVlens(int value)
repeated uint32 vlens = 12;
vlen lengths
public NcStreamProto.DataRow.Builder addAllVlens(java.lang.Iterable<? extends java.lang.Integer> values)
repeated uint32 vlens = 12;
vlen lengths
public NcStreamProto.DataRow.Builder clearVlens()
repeated uint32 vlens = 12;
vlen lengths
public java.util.List<com.google.protobuf.ByteString> getOpaquedataList()
repeated bytes opaquedata = 13;
opaque dataTypes
getOpaquedataList in interface NcStreamProto.DataRowOrBuilderpublic int getOpaquedataCount()
repeated bytes opaquedata = 13;
opaque dataTypes
getOpaquedataCount in interface NcStreamProto.DataRowOrBuilderpublic com.google.protobuf.ByteString getOpaquedata(int index)
repeated bytes opaquedata = 13;
opaque dataTypes
getOpaquedata in interface NcStreamProto.DataRowOrBuilderpublic NcStreamProto.DataRow.Builder setOpaquedata(int index, com.google.protobuf.ByteString value)
repeated bytes opaquedata = 13;
opaque dataTypes
public NcStreamProto.DataRow.Builder addOpaquedata(com.google.protobuf.ByteString value)
repeated bytes opaquedata = 13;
opaque dataTypes
public NcStreamProto.DataRow.Builder addAllOpaquedata(java.lang.Iterable<? extends com.google.protobuf.ByteString> values)
repeated bytes opaquedata = 13;
opaque dataTypes
public NcStreamProto.DataRow.Builder clearOpaquedata()
repeated bytes opaquedata = 13;
opaque dataTypes
public boolean hasStructdata()
optional .ArrayStructureRow structdata = 14;
structure/seq dataType
hasStructdata in interface NcStreamProto.DataRowOrBuilderpublic NcStreamProto.ArrayStructureRow getStructdata()
optional .ArrayStructureRow structdata = 14;
structure/seq dataType
getStructdata in interface NcStreamProto.DataRowOrBuilderpublic NcStreamProto.DataRow.Builder setStructdata(NcStreamProto.ArrayStructureRow value)
optional .ArrayStructureRow structdata = 14;
structure/seq dataType
public NcStreamProto.DataRow.Builder setStructdata(NcStreamProto.ArrayStructureRow.Builder builderForValue)
optional .ArrayStructureRow structdata = 14;
structure/seq dataType
public NcStreamProto.DataRow.Builder mergeStructdata(NcStreamProto.ArrayStructureRow value)
optional .ArrayStructureRow structdata = 14;
structure/seq dataType
public NcStreamProto.DataRow.Builder clearStructdata()
optional .ArrayStructureRow structdata = 14;
structure/seq dataType
public NcStreamProto.ArrayStructureRow.Builder getStructdataBuilder()
optional .ArrayStructureRow structdata = 14;
structure/seq dataType
public NcStreamProto.ArrayStructureRowOrBuilder getStructdataOrBuilder()
optional .ArrayStructureRow structdata = 14;
structure/seq dataType
getStructdataOrBuilder in interface NcStreamProto.DataRowOrBuilderpublic final NcStreamProto.DataRow.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessage.Builder<NcStreamProto.DataRow.Builder>public final NcStreamProto.DataRow.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessage.Builder<NcStreamProto.DataRow.Builder>