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)
opaque dataTypes
|
NcStreamProto.DataRow.Builder |
addAllStringdata(java.lang.Iterable<java.lang.String> values)
string dataType
|
NcStreamProto.DataRow.Builder |
addAllVlens(java.lang.Iterable<? extends java.lang.Integer> values)
vlen lengths
|
NcStreamProto.DataRow.Builder |
addOpaquedata(com.google.protobuf.ByteString value)
opaque dataTypes
|
NcStreamProto.DataRow.Builder |
addStringdata(java.lang.String value)
string dataType
|
NcStreamProto.DataRow.Builder |
addStringdataBytes(com.google.protobuf.ByteString value)
string dataType
|
NcStreamProto.DataRow.Builder |
addVlens(int value)
vlen lengths
|
NcStreamProto.DataRow |
build() |
NcStreamProto.DataRow |
buildPartial() |
NcStreamProto.DataRow.Builder |
clear() |
NcStreamProto.DataRow.Builder |
clearBigend()
bool bigend = 4; |
NcStreamProto.DataRow.Builder |
clearDataType()
.DataType dataType = 2; |
NcStreamProto.DataRow.Builder |
clearFullName()
string fullName = 1; |
NcStreamProto.DataRow.Builder |
clearIsVlen()
bool isVlen = 7; |
NcStreamProto.DataRow.Builder |
clearNelems()
uint32 nelems = 9; |
NcStreamProto.DataRow.Builder |
clearOpaquedata()
opaque dataTypes
|
NcStreamProto.DataRow.Builder |
clearPrimdata()
rectangular, primitive array
|
NcStreamProto.DataRow.Builder |
clearSection()
.Section section = 3; |
NcStreamProto.DataRow.Builder |
clearStringdata()
string dataType
|
NcStreamProto.DataRow.Builder |
clearStructdata()
structure/seq dataType
|
NcStreamProto.DataRow.Builder |
clearVersion()
uint32 version = 5; |
NcStreamProto.DataRow.Builder |
clearVlens()
vlen lengths
|
boolean |
getBigend()
bool bigend = 4; |
NcStreamProto.DataType |
getDataType()
.DataType dataType = 2; |
int |
getDataTypeValue()
.DataType dataType = 2; |
NcStreamProto.DataRow |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
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.Section.Builder |
getSectionBuilder()
.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
|
com.google.protobuf.ProtocolStringList |
getStringdataList()
string dataType
|
NcStreamProto.ArrayStructureRow |
getStructdata()
structure/seq dataType
|
NcStreamProto.ArrayStructureRow.Builder |
getStructdataBuilder()
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
|
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)
.Section section = 3; |
NcStreamProto.DataRow.Builder |
mergeStructdata(NcStreamProto.ArrayStructureRow value)
structure/seq dataType
|
NcStreamProto.DataRow.Builder |
setBigend(boolean value)
bool bigend = 4; |
NcStreamProto.DataRow.Builder |
setDataType(NcStreamProto.DataType value)
.DataType dataType = 2; |
NcStreamProto.DataRow.Builder |
setDataTypeValue(int value)
.DataType dataType = 2; |
NcStreamProto.DataRow.Builder |
setFullName(java.lang.String value)
string fullName = 1; |
NcStreamProto.DataRow.Builder |
setFullNameBytes(com.google.protobuf.ByteString value)
string fullName = 1; |
NcStreamProto.DataRow.Builder |
setIsVlen(boolean value)
bool isVlen = 7; |
NcStreamProto.DataRow.Builder |
setNelems(int value)
uint32 nelems = 9; |
NcStreamProto.DataRow.Builder |
setOpaquedata(int index,
com.google.protobuf.ByteString value)
opaque dataTypes
|
NcStreamProto.DataRow.Builder |
setPrimdata(com.google.protobuf.ByteString value)
rectangular, primitive array
|
NcStreamProto.DataRow.Builder |
setSection(NcStreamProto.Section.Builder builderForValue)
.Section section = 3; |
NcStreamProto.DataRow.Builder |
setSection(NcStreamProto.Section value)
.Section section = 3; |
NcStreamProto.DataRow.Builder |
setStringdata(int index,
java.lang.String value)
string dataType
|
NcStreamProto.DataRow.Builder |
setStructdata(NcStreamProto.ArrayStructureRow.Builder builderForValue)
structure/seq dataType
|
NcStreamProto.DataRow.Builder |
setStructdata(NcStreamProto.ArrayStructureRow value)
structure/seq dataType
|
NcStreamProto.DataRow.Builder |
setVersion(int value)
uint32 version = 5; |
NcStreamProto.DataRow.Builder |
setVlens(int index,
int value)
vlen lengths
|
addRepeatedField, clearField, clearOneof, clone, getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownFields, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFields, setUnknownFieldSetBuilder, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitfindInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofpublic 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()
string fullName = 1;getFullName in interface NcStreamProto.DataRowOrBuilderpublic com.google.protobuf.ByteString getFullNameBytes()
string fullName = 1;getFullNameBytes in interface NcStreamProto.DataRowOrBuilderpublic NcStreamProto.DataRow.Builder setFullName(java.lang.String value)
string fullName = 1;value - The fullName to set.public NcStreamProto.DataRow.Builder clearFullName()
string fullName = 1;public NcStreamProto.DataRow.Builder setFullNameBytes(com.google.protobuf.ByteString value)
string fullName = 1;value - The bytes for fullName to set.public int getDataTypeValue()
.DataType dataType = 2;getDataTypeValue in interface NcStreamProto.DataRowOrBuilderpublic NcStreamProto.DataRow.Builder setDataTypeValue(int value)
.DataType dataType = 2;value - The enum numeric value on the wire for dataType to set.public NcStreamProto.DataType getDataType()
.DataType dataType = 2;getDataType in interface NcStreamProto.DataRowOrBuilderpublic NcStreamProto.DataRow.Builder setDataType(NcStreamProto.DataType value)
.DataType dataType = 2;value - The dataType to set.public NcStreamProto.DataRow.Builder clearDataType()
.DataType dataType = 2;public boolean hasSection()
.Section section = 3;hasSection in interface NcStreamProto.DataRowOrBuilderpublic NcStreamProto.Section getSection()
.Section section = 3;getSection in interface NcStreamProto.DataRowOrBuilderpublic NcStreamProto.DataRow.Builder setSection(NcStreamProto.Section value)
.Section section = 3;public NcStreamProto.DataRow.Builder setSection(NcStreamProto.Section.Builder builderForValue)
.Section section = 3;public NcStreamProto.DataRow.Builder mergeSection(NcStreamProto.Section value)
.Section section = 3;public NcStreamProto.DataRow.Builder clearSection()
.Section section = 3;public NcStreamProto.Section.Builder getSectionBuilder()
.Section section = 3;public NcStreamProto.SectionOrBuilder getSectionOrBuilder()
.Section section = 3;getSectionOrBuilder in interface NcStreamProto.DataRowOrBuilderpublic boolean getBigend()
bool bigend = 4;getBigend in interface NcStreamProto.DataRowOrBuilderpublic NcStreamProto.DataRow.Builder setBigend(boolean value)
bool bigend = 4;value - The bigend to set.public NcStreamProto.DataRow.Builder clearBigend()
bool bigend = 4;public int getVersion()
uint32 version = 5;getVersion in interface NcStreamProto.DataRowOrBuilderpublic NcStreamProto.DataRow.Builder setVersion(int value)
uint32 version = 5;value - The version to set.public NcStreamProto.DataRow.Builder clearVersion()
uint32 version = 5;public boolean getIsVlen()
bool isVlen = 7;getIsVlen in interface NcStreamProto.DataRowOrBuilderpublic NcStreamProto.DataRow.Builder setIsVlen(boolean value)
bool isVlen = 7;value - The isVlen to set.public NcStreamProto.DataRow.Builder clearIsVlen()
bool isVlen = 7;public int getNelems()
uint32 nelems = 9;getNelems in interface NcStreamProto.DataRowOrBuilderpublic NcStreamProto.DataRow.Builder setNelems(int value)
uint32 nelems = 9;value - The nelems to set.public NcStreamProto.DataRow.Builder clearNelems()
uint32 nelems = 9;public com.google.protobuf.ByteString getPrimdata()
rectangular, primitive array
bytes primdata = 10;getPrimdata in interface NcStreamProto.DataRowOrBuilderpublic NcStreamProto.DataRow.Builder setPrimdata(com.google.protobuf.ByteString value)
rectangular, primitive array
bytes primdata = 10;value - The primdata to set.public NcStreamProto.DataRow.Builder clearPrimdata()
rectangular, primitive array
bytes primdata = 10;public com.google.protobuf.ProtocolStringList getStringdataList()
string dataType
repeated string stringdata = 11;getStringdataList in interface NcStreamProto.DataRowOrBuilderpublic int getStringdataCount()
string dataType
repeated string stringdata = 11;getStringdataCount in interface NcStreamProto.DataRowOrBuilderpublic java.lang.String getStringdata(int index)
string dataType
repeated string stringdata = 11;getStringdata in interface NcStreamProto.DataRowOrBuilderindex - The index of the element to return.public com.google.protobuf.ByteString getStringdataBytes(int index)
string dataType
repeated string stringdata = 11;getStringdataBytes in interface NcStreamProto.DataRowOrBuilderindex - The index of the value to return.public NcStreamProto.DataRow.Builder setStringdata(int index, java.lang.String value)
string dataType
repeated string stringdata = 11;index - The index to set the value at.value - The stringdata to set.public NcStreamProto.DataRow.Builder addStringdata(java.lang.String value)
string dataType
repeated string stringdata = 11;value - The stringdata to add.public NcStreamProto.DataRow.Builder addAllStringdata(java.lang.Iterable<java.lang.String> values)
string dataType
repeated string stringdata = 11;values - The stringdata to add.public NcStreamProto.DataRow.Builder clearStringdata()
string dataType
repeated string stringdata = 11;public NcStreamProto.DataRow.Builder addStringdataBytes(com.google.protobuf.ByteString value)
string dataType
repeated string stringdata = 11;value - The bytes of the stringdata to add.public java.util.List<java.lang.Integer> getVlensList()
vlen lengths
repeated uint32 vlens = 12;getVlensList in interface NcStreamProto.DataRowOrBuilderpublic int getVlensCount()
vlen lengths
repeated uint32 vlens = 12;getVlensCount in interface NcStreamProto.DataRowOrBuilderpublic int getVlens(int index)
vlen lengths
repeated uint32 vlens = 12;getVlens in interface NcStreamProto.DataRowOrBuilderindex - The index of the element to return.public NcStreamProto.DataRow.Builder setVlens(int index, int value)
vlen lengths
repeated uint32 vlens = 12;index - The index to set the value at.value - The vlens to set.public NcStreamProto.DataRow.Builder addVlens(int value)
vlen lengths
repeated uint32 vlens = 12;value - The vlens to add.public NcStreamProto.DataRow.Builder addAllVlens(java.lang.Iterable<? extends java.lang.Integer> values)
vlen lengths
repeated uint32 vlens = 12;values - The vlens to add.public NcStreamProto.DataRow.Builder clearVlens()
vlen lengths
repeated uint32 vlens = 12;public java.util.List<com.google.protobuf.ByteString> getOpaquedataList()
opaque dataTypes
repeated bytes opaquedata = 13;getOpaquedataList in interface NcStreamProto.DataRowOrBuilderpublic int getOpaquedataCount()
opaque dataTypes
repeated bytes opaquedata = 13;getOpaquedataCount in interface NcStreamProto.DataRowOrBuilderpublic com.google.protobuf.ByteString getOpaquedata(int index)
opaque dataTypes
repeated bytes opaquedata = 13;getOpaquedata in interface NcStreamProto.DataRowOrBuilderindex - The index of the element to return.public NcStreamProto.DataRow.Builder setOpaquedata(int index, com.google.protobuf.ByteString value)
opaque dataTypes
repeated bytes opaquedata = 13;index - The index to set the value at.value - The opaquedata to set.public NcStreamProto.DataRow.Builder addOpaquedata(com.google.protobuf.ByteString value)
opaque dataTypes
repeated bytes opaquedata = 13;value - The opaquedata to add.public NcStreamProto.DataRow.Builder addAllOpaquedata(java.lang.Iterable<? extends com.google.protobuf.ByteString> values)
opaque dataTypes
repeated bytes opaquedata = 13;values - The opaquedata to add.public NcStreamProto.DataRow.Builder clearOpaquedata()
opaque dataTypes
repeated bytes opaquedata = 13;public boolean hasStructdata()
structure/seq dataType
.ArrayStructureRow structdata = 14;hasStructdata in interface NcStreamProto.DataRowOrBuilderpublic NcStreamProto.ArrayStructureRow getStructdata()
structure/seq dataType
.ArrayStructureRow structdata = 14;getStructdata in interface NcStreamProto.DataRowOrBuilderpublic NcStreamProto.DataRow.Builder setStructdata(NcStreamProto.ArrayStructureRow value)
structure/seq dataType
.ArrayStructureRow structdata = 14;public NcStreamProto.DataRow.Builder setStructdata(NcStreamProto.ArrayStructureRow.Builder builderForValue)
structure/seq dataType
.ArrayStructureRow structdata = 14;public NcStreamProto.DataRow.Builder mergeStructdata(NcStreamProto.ArrayStructureRow value)
structure/seq dataType
.ArrayStructureRow structdata = 14;public NcStreamProto.DataRow.Builder clearStructdata()
structure/seq dataType
.ArrayStructureRow structdata = 14;public NcStreamProto.ArrayStructureRow.Builder getStructdataBuilder()
structure/seq dataType
.ArrayStructureRow structdata = 14;public NcStreamProto.ArrayStructureRowOrBuilder getStructdataOrBuilder()
structure/seq dataType
.ArrayStructureRow structdata = 14;getStructdataOrBuilder in interface NcStreamProto.DataRowOrBuilder