public static final class NcStreamProto.DataCol.Builder extends com.google.protobuf.GeneratedMessage.Builder<NcStreamProto.DataCol.Builder> implements NcStreamProto.DataColOrBuilder
DataCol| Modifier and Type | Method and Description |
|---|---|
NcStreamProto.DataCol.Builder |
addAllOpaquedata(Iterable<? extends com.google.protobuf.ByteString> values)
repeated bytes opaquedata = 13; |
NcStreamProto.DataCol.Builder |
addAllStringdata(Iterable<String> values)
repeated string stringdata = 11; |
NcStreamProto.DataCol.Builder |
addAllVlens(Iterable<? extends Integer> values)
repeated uint32 vlens = 12; |
NcStreamProto.DataCol.Builder |
addOpaquedata(com.google.protobuf.ByteString value)
repeated bytes opaquedata = 13; |
NcStreamProto.DataCol.Builder |
addStringdata(String value)
repeated string stringdata = 11; |
NcStreamProto.DataCol.Builder |
addStringdataBytes(com.google.protobuf.ByteString value)
repeated string stringdata = 11; |
NcStreamProto.DataCol.Builder |
addVlens(int value)
repeated uint32 vlens = 12; |
NcStreamProto.DataCol |
build() |
NcStreamProto.DataCol |
buildPartial() |
NcStreamProto.DataCol.Builder |
clear() |
NcStreamProto.DataCol.Builder |
clearBigend()
optional bool bigend = 4; |
NcStreamProto.DataCol.Builder |
clearDataType()
optional .DataType dataType = 2; |
NcStreamProto.DataCol.Builder |
clearIsVlen()
optional bool isVlen = 7; |
NcStreamProto.DataCol.Builder |
clearName()
optional string name = 1; |
NcStreamProto.DataCol.Builder |
clearNelems()
optional uint32 nelems = 9; |
NcStreamProto.DataCol.Builder |
clearOpaquedata()
repeated bytes opaquedata = 13; |
NcStreamProto.DataCol.Builder |
clearPrimdata()
optional bytes primdata = 10; |
NcStreamProto.DataCol.Builder |
clearSection()
optional .Section section = 3; |
NcStreamProto.DataCol.Builder |
clearStringdata()
repeated string stringdata = 11; |
NcStreamProto.DataCol.Builder |
clearStructdata()
optional .ArrayStructureCol structdata = 14; |
NcStreamProto.DataCol.Builder |
clearVersion()
optional uint32 version = 5; |
NcStreamProto.DataCol.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.DataCol |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
boolean |
getIsVlen()
optional bool isVlen = 7; |
String |
getName()
optional string name = 1; |
com.google.protobuf.ByteString |
getNameBytes()
optional string name = 1; |
int |
getNelems()
optional uint32 nelems = 9; |
com.google.protobuf.ByteString |
getOpaquedata(int index)
repeated bytes opaquedata = 13; |
int |
getOpaquedataCount()
repeated bytes opaquedata = 13; |
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; |
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.ArrayStructureCol |
getStructdata()
optional .ArrayStructureCol structdata = 14; |
NcStreamProto.ArrayStructureCol.Builder |
getStructdataBuilder()
optional .ArrayStructureCol structdata = 14; |
NcStreamProto.ArrayStructureColOrBuilder |
getStructdataOrBuilder()
optional .ArrayStructureCol structdata = 14; |
int |
getVersion()
optional uint32 version = 5; |
int |
getVlens(int index)
repeated uint32 vlens = 12; |
int |
getVlensCount()
repeated uint32 vlens = 12; |
List<Integer> |
getVlensList()
repeated uint32 vlens = 12; |
boolean |
hasSection()
optional .Section section = 3; |
boolean |
hasStructdata()
optional .ArrayStructureCol structdata = 14; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
NcStreamProto.DataCol.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
NcStreamProto.DataCol.Builder |
mergeFrom(com.google.protobuf.Message other) |
NcStreamProto.DataCol.Builder |
mergeFrom(NcStreamProto.DataCol other) |
NcStreamProto.DataCol.Builder |
mergeSection(NcStreamProto.Section value)
optional .Section section = 3; |
NcStreamProto.DataCol.Builder |
mergeStructdata(NcStreamProto.ArrayStructureCol value)
optional .ArrayStructureCol structdata = 14; |
NcStreamProto.DataCol.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
NcStreamProto.DataCol.Builder |
setBigend(boolean value)
optional bool bigend = 4; |
NcStreamProto.DataCol.Builder |
setDataType(NcStreamProto.DataType value)
optional .DataType dataType = 2; |
NcStreamProto.DataCol.Builder |
setDataTypeValue(int value)
optional .DataType dataType = 2; |
NcStreamProto.DataCol.Builder |
setIsVlen(boolean value)
optional bool isVlen = 7; |
NcStreamProto.DataCol.Builder |
setName(String value)
optional string name = 1; |
NcStreamProto.DataCol.Builder |
setNameBytes(com.google.protobuf.ByteString value)
optional string name = 1; |
NcStreamProto.DataCol.Builder |
setNelems(int value)
optional uint32 nelems = 9; |
NcStreamProto.DataCol.Builder |
setOpaquedata(int index,
com.google.protobuf.ByteString value)
repeated bytes opaquedata = 13; |
NcStreamProto.DataCol.Builder |
setPrimdata(com.google.protobuf.ByteString value)
optional bytes primdata = 10; |
NcStreamProto.DataCol.Builder |
setSection(NcStreamProto.Section.Builder builderForValue)
optional .Section section = 3; |
NcStreamProto.DataCol.Builder |
setSection(NcStreamProto.Section value)
optional .Section section = 3; |
NcStreamProto.DataCol.Builder |
setStringdata(int index,
String value)
repeated string stringdata = 11; |
NcStreamProto.DataCol.Builder |
setStructdata(NcStreamProto.ArrayStructureCol.Builder builderForValue)
optional .ArrayStructureCol structdata = 14; |
NcStreamProto.DataCol.Builder |
setStructdata(NcStreamProto.ArrayStructureCol value)
optional .ArrayStructureCol structdata = 14; |
NcStreamProto.DataCol.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
NcStreamProto.DataCol.Builder |
setVersion(int value)
optional uint32 version = 5; |
NcStreamProto.DataCol.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, addAll, 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.DataCol.Builder>public NcStreamProto.DataCol.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.DataCol.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.DataCol.Builder>public NcStreamProto.DataCol getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic NcStreamProto.DataCol build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic NcStreamProto.DataCol buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic NcStreamProto.DataCol.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<NcStreamProto.DataCol.Builder>public NcStreamProto.DataCol.Builder mergeFrom(NcStreamProto.DataCol other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessage.Builder<NcStreamProto.DataCol.Builder>public NcStreamProto.DataCol.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<NcStreamProto.DataCol.Builder>IOExceptionpublic String getName()
optional string name = 1;
fullname for top, shortname for member
getName in interface NcStreamProto.DataColOrBuilderpublic com.google.protobuf.ByteString getNameBytes()
optional string name = 1;
fullname for top, shortname for member
getNameBytes in interface NcStreamProto.DataColOrBuilderpublic NcStreamProto.DataCol.Builder setName(String value)
optional string name = 1;
fullname for top, shortname for member
public NcStreamProto.DataCol.Builder clearName()
optional string name = 1;
fullname for top, shortname for member
public NcStreamProto.DataCol.Builder setNameBytes(com.google.protobuf.ByteString value)
optional string name = 1;
fullname for top, shortname for member
public int getDataTypeValue()
optional .DataType dataType = 2;getDataTypeValue in interface NcStreamProto.DataColOrBuilderpublic NcStreamProto.DataCol.Builder setDataTypeValue(int value)
optional .DataType dataType = 2;public NcStreamProto.DataType getDataType()
optional .DataType dataType = 2;getDataType in interface NcStreamProto.DataColOrBuilderpublic NcStreamProto.DataCol.Builder setDataType(NcStreamProto.DataType value)
optional .DataType dataType = 2;public NcStreamProto.DataCol.Builder clearDataType()
optional .DataType dataType = 2;public boolean hasSection()
optional .Section section = 3;hasSection in interface NcStreamProto.DataColOrBuilderpublic NcStreamProto.Section getSection()
optional .Section section = 3;getSection in interface NcStreamProto.DataColOrBuilderpublic NcStreamProto.DataCol.Builder setSection(NcStreamProto.Section value)
optional .Section section = 3;public NcStreamProto.DataCol.Builder setSection(NcStreamProto.Section.Builder builderForValue)
optional .Section section = 3;public NcStreamProto.DataCol.Builder mergeSection(NcStreamProto.Section value)
optional .Section section = 3;public NcStreamProto.DataCol.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.DataColOrBuilderpublic boolean getBigend()
optional bool bigend = 4;getBigend in interface NcStreamProto.DataColOrBuilderpublic NcStreamProto.DataCol.Builder setBigend(boolean value)
optional bool bigend = 4;public NcStreamProto.DataCol.Builder clearBigend()
optional bool bigend = 4;public int getVersion()
optional uint32 version = 5;getVersion in interface NcStreamProto.DataColOrBuilderpublic NcStreamProto.DataCol.Builder setVersion(int value)
optional uint32 version = 5;public NcStreamProto.DataCol.Builder clearVersion()
optional uint32 version = 5;public boolean getIsVlen()
optional bool isVlen = 7;getIsVlen in interface NcStreamProto.DataColOrBuilderpublic NcStreamProto.DataCol.Builder setIsVlen(boolean value)
optional bool isVlen = 7;public NcStreamProto.DataCol.Builder clearIsVlen()
optional bool isVlen = 7;public int getNelems()
optional uint32 nelems = 9;getNelems in interface NcStreamProto.DataColOrBuilderpublic NcStreamProto.DataCol.Builder setNelems(int value)
optional uint32 nelems = 9;public NcStreamProto.DataCol.Builder clearNelems()
optional uint32 nelems = 9;public com.google.protobuf.ByteString getPrimdata()
optional bytes primdata = 10;
oneof
getPrimdata in interface NcStreamProto.DataColOrBuilderpublic NcStreamProto.DataCol.Builder setPrimdata(com.google.protobuf.ByteString value)
optional bytes primdata = 10;
oneof
public NcStreamProto.DataCol.Builder clearPrimdata()
optional bytes primdata = 10;
oneof
public com.google.protobuf.ProtocolStringList getStringdataList()
repeated string stringdata = 11;
string dataType
getStringdataList in interface NcStreamProto.DataColOrBuilderpublic int getStringdataCount()
repeated string stringdata = 11;
string dataType
getStringdataCount in interface NcStreamProto.DataColOrBuilderpublic String getStringdata(int index)
repeated string stringdata = 11;
string dataType
getStringdata in interface NcStreamProto.DataColOrBuilderpublic com.google.protobuf.ByteString getStringdataBytes(int index)
repeated string stringdata = 11;
string dataType
getStringdataBytes in interface NcStreamProto.DataColOrBuilderpublic NcStreamProto.DataCol.Builder setStringdata(int index, String value)
repeated string stringdata = 11;
string dataType
public NcStreamProto.DataCol.Builder addStringdata(String value)
repeated string stringdata = 11;
string dataType
public NcStreamProto.DataCol.Builder addAllStringdata(Iterable<String> values)
repeated string stringdata = 11;
string dataType
public NcStreamProto.DataCol.Builder clearStringdata()
repeated string stringdata = 11;
string dataType
public NcStreamProto.DataCol.Builder addStringdataBytes(com.google.protobuf.ByteString value)
repeated string stringdata = 11;
string dataType
public List<Integer> getVlensList()
repeated uint32 vlens = 12;
isVlen true
getVlensList in interface NcStreamProto.DataColOrBuilderpublic int getVlensCount()
repeated uint32 vlens = 12;
isVlen true
getVlensCount in interface NcStreamProto.DataColOrBuilderpublic int getVlens(int index)
repeated uint32 vlens = 12;
isVlen true
getVlens in interface NcStreamProto.DataColOrBuilderpublic NcStreamProto.DataCol.Builder setVlens(int index, int value)
repeated uint32 vlens = 12;
isVlen true
public NcStreamProto.DataCol.Builder addVlens(int value)
repeated uint32 vlens = 12;
isVlen true
public NcStreamProto.DataCol.Builder addAllVlens(Iterable<? extends Integer> values)
repeated uint32 vlens = 12;
isVlen true
public NcStreamProto.DataCol.Builder clearVlens()
repeated uint32 vlens = 12;
isVlen true
public List<com.google.protobuf.ByteString> getOpaquedataList()
repeated bytes opaquedata = 13;
opaque dataType
getOpaquedataList in interface NcStreamProto.DataColOrBuilderpublic int getOpaquedataCount()
repeated bytes opaquedata = 13;
opaque dataType
getOpaquedataCount in interface NcStreamProto.DataColOrBuilderpublic com.google.protobuf.ByteString getOpaquedata(int index)
repeated bytes opaquedata = 13;
opaque dataType
getOpaquedata in interface NcStreamProto.DataColOrBuilderpublic NcStreamProto.DataCol.Builder setOpaquedata(int index, com.google.protobuf.ByteString value)
repeated bytes opaquedata = 13;
opaque dataType
public NcStreamProto.DataCol.Builder addOpaquedata(com.google.protobuf.ByteString value)
repeated bytes opaquedata = 13;
opaque dataType
public NcStreamProto.DataCol.Builder addAllOpaquedata(Iterable<? extends com.google.protobuf.ByteString> values)
repeated bytes opaquedata = 13;
opaque dataType
public NcStreamProto.DataCol.Builder clearOpaquedata()
repeated bytes opaquedata = 13;
opaque dataType
public boolean hasStructdata()
optional .ArrayStructureCol structdata = 14;
structures
hasStructdata in interface NcStreamProto.DataColOrBuilderpublic NcStreamProto.ArrayStructureCol getStructdata()
optional .ArrayStructureCol structdata = 14;
structures
getStructdata in interface NcStreamProto.DataColOrBuilderpublic NcStreamProto.DataCol.Builder setStructdata(NcStreamProto.ArrayStructureCol value)
optional .ArrayStructureCol structdata = 14;
structures
public NcStreamProto.DataCol.Builder setStructdata(NcStreamProto.ArrayStructureCol.Builder builderForValue)
optional .ArrayStructureCol structdata = 14;
structures
public NcStreamProto.DataCol.Builder mergeStructdata(NcStreamProto.ArrayStructureCol value)
optional .ArrayStructureCol structdata = 14;
structures
public NcStreamProto.DataCol.Builder clearStructdata()
optional .ArrayStructureCol structdata = 14;
structures
public NcStreamProto.ArrayStructureCol.Builder getStructdataBuilder()
optional .ArrayStructureCol structdata = 14;
structures
public NcStreamProto.ArrayStructureColOrBuilder getStructdataOrBuilder()
optional .ArrayStructureCol structdata = 14;
structures
getStructdataOrBuilder in interface NcStreamProto.DataColOrBuilderpublic final NcStreamProto.DataCol.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessage.Builder<NcStreamProto.DataCol.Builder>public final NcStreamProto.DataCol.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessage.Builder<NcStreamProto.DataCol.Builder>