public static final class NcStreamProto.Variable.Builder extends com.google.protobuf.GeneratedMessage.Builder<NcStreamProto.Variable.Builder> implements NcStreamProto.VariableOrBuilder
Variable| Modifier and Type | Method and Description |
|---|---|
NcStreamProto.Variable.Builder |
addAllAtts(java.lang.Iterable<? extends NcStreamProto.Attribute> values)
repeated .Attribute atts = 4; |
NcStreamProto.Variable.Builder |
addAllShape(java.lang.Iterable<? extends NcStreamProto.Dimension> values)
repeated .Dimension shape = 3; |
NcStreamProto.Variable.Builder |
addAtts(int index,
NcStreamProto.Attribute.Builder builderForValue)
repeated .Attribute atts = 4; |
NcStreamProto.Variable.Builder |
addAtts(int index,
NcStreamProto.Attribute value)
repeated .Attribute atts = 4; |
NcStreamProto.Variable.Builder |
addAtts(NcStreamProto.Attribute.Builder builderForValue)
repeated .Attribute atts = 4; |
NcStreamProto.Variable.Builder |
addAtts(NcStreamProto.Attribute value)
repeated .Attribute atts = 4; |
NcStreamProto.Attribute.Builder |
addAttsBuilder()
repeated .Attribute atts = 4; |
NcStreamProto.Attribute.Builder |
addAttsBuilder(int index)
repeated .Attribute atts = 4; |
NcStreamProto.Variable.Builder |
addShape(int index,
NcStreamProto.Dimension.Builder builderForValue)
repeated .Dimension shape = 3; |
NcStreamProto.Variable.Builder |
addShape(int index,
NcStreamProto.Dimension value)
repeated .Dimension shape = 3; |
NcStreamProto.Variable.Builder |
addShape(NcStreamProto.Dimension.Builder builderForValue)
repeated .Dimension shape = 3; |
NcStreamProto.Variable.Builder |
addShape(NcStreamProto.Dimension value)
repeated .Dimension shape = 3; |
NcStreamProto.Dimension.Builder |
addShapeBuilder()
repeated .Dimension shape = 3; |
NcStreamProto.Dimension.Builder |
addShapeBuilder(int index)
repeated .Dimension shape = 3; |
NcStreamProto.Variable |
build() |
NcStreamProto.Variable |
buildPartial() |
NcStreamProto.Variable.Builder |
clear() |
NcStreamProto.Variable.Builder |
clearAtts()
repeated .Attribute atts = 4; |
NcStreamProto.Variable.Builder |
clearData()
optional bytes data = 6; |
NcStreamProto.Variable.Builder |
clearDataType()
required .DataType dataType = 2; |
NcStreamProto.Variable.Builder |
clearEnumType()
optional string enumType = 7; |
NcStreamProto.Variable.Builder |
clearName()
required string name = 1; |
NcStreamProto.Variable.Builder |
clearShape()
repeated .Dimension shape = 3; |
NcStreamProto.Variable.Builder |
clearUnsigned()
optional bool unsigned = 5 [default = false]; |
NcStreamProto.Variable.Builder |
clone() |
NcStreamProto.Attribute |
getAtts(int index)
repeated .Attribute atts = 4; |
NcStreamProto.Attribute.Builder |
getAttsBuilder(int index)
repeated .Attribute atts = 4; |
java.util.List<NcStreamProto.Attribute.Builder> |
getAttsBuilderList()
repeated .Attribute atts = 4; |
int |
getAttsCount()
repeated .Attribute atts = 4; |
java.util.List<NcStreamProto.Attribute> |
getAttsList()
repeated .Attribute atts = 4; |
NcStreamProto.AttributeOrBuilder |
getAttsOrBuilder(int index)
repeated .Attribute atts = 4; |
java.util.List<? extends NcStreamProto.AttributeOrBuilder> |
getAttsOrBuilderList()
repeated .Attribute atts = 4; |
com.google.protobuf.ByteString |
getData()
optional bytes data = 6; |
NcStreamProto.DataType |
getDataType()
required .DataType dataType = 2; |
NcStreamProto.Variable |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
java.lang.String |
getEnumType()
optional string enumType = 7; |
com.google.protobuf.ByteString |
getEnumTypeBytes()
optional string enumType = 7; |
java.lang.String |
getName()
required string name = 1; |
com.google.protobuf.ByteString |
getNameBytes()
required string name = 1; |
NcStreamProto.Dimension |
getShape(int index)
repeated .Dimension shape = 3; |
NcStreamProto.Dimension.Builder |
getShapeBuilder(int index)
repeated .Dimension shape = 3; |
java.util.List<NcStreamProto.Dimension.Builder> |
getShapeBuilderList()
repeated .Dimension shape = 3; |
int |
getShapeCount()
repeated .Dimension shape = 3; |
java.util.List<NcStreamProto.Dimension> |
getShapeList()
repeated .Dimension shape = 3; |
NcStreamProto.DimensionOrBuilder |
getShapeOrBuilder(int index)
repeated .Dimension shape = 3; |
java.util.List<? extends NcStreamProto.DimensionOrBuilder> |
getShapeOrBuilderList()
repeated .Dimension shape = 3; |
boolean |
getUnsigned()
optional bool unsigned = 5 [default = false]; |
boolean |
hasData()
optional bytes data = 6; |
boolean |
hasDataType()
required .DataType dataType = 2; |
boolean |
hasEnumType()
optional string enumType = 7; |
boolean |
hasName()
required string name = 1; |
boolean |
hasUnsigned()
optional bool unsigned = 5 [default = false]; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
NcStreamProto.Variable.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
NcStreamProto.Variable.Builder |
mergeFrom(com.google.protobuf.Message other) |
NcStreamProto.Variable.Builder |
mergeFrom(NcStreamProto.Variable other) |
NcStreamProto.Variable.Builder |
removeAtts(int index)
repeated .Attribute atts = 4; |
NcStreamProto.Variable.Builder |
removeShape(int index)
repeated .Dimension shape = 3; |
NcStreamProto.Variable.Builder |
setAtts(int index,
NcStreamProto.Attribute.Builder builderForValue)
repeated .Attribute atts = 4; |
NcStreamProto.Variable.Builder |
setAtts(int index,
NcStreamProto.Attribute value)
repeated .Attribute atts = 4; |
NcStreamProto.Variable.Builder |
setData(com.google.protobuf.ByteString value)
optional bytes data = 6; |
NcStreamProto.Variable.Builder |
setDataType(NcStreamProto.DataType value)
required .DataType dataType = 2; |
NcStreamProto.Variable.Builder |
setEnumType(java.lang.String value)
optional string enumType = 7; |
NcStreamProto.Variable.Builder |
setEnumTypeBytes(com.google.protobuf.ByteString value)
optional string enumType = 7; |
NcStreamProto.Variable.Builder |
setName(java.lang.String value)
required string name = 1; |
NcStreamProto.Variable.Builder |
setNameBytes(com.google.protobuf.ByteString value)
required string name = 1; |
NcStreamProto.Variable.Builder |
setShape(int index,
NcStreamProto.Dimension.Builder builderForValue)
repeated .Dimension shape = 3; |
NcStreamProto.Variable.Builder |
setShape(int index,
NcStreamProto.Dimension value)
repeated .Dimension shape = 3; |
NcStreamProto.Variable.Builder |
setUnsigned(boolean value)
optional bool unsigned = 5 [default = false]; |
addRepeatedField, clearField, clearOneof, getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownFields, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFieldsfindInitializationErrors, 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.Variable.Builder>public NcStreamProto.Variable.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.Variable.Builder>public NcStreamProto.Variable.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessage.Builder<NcStreamProto.Variable.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.Variable.Builder>public NcStreamProto.Variable getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic NcStreamProto.Variable build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic NcStreamProto.Variable buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic NcStreamProto.Variable.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<NcStreamProto.Variable.Builder>public NcStreamProto.Variable.Builder mergeFrom(NcStreamProto.Variable other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessage.Builder<NcStreamProto.Variable.Builder>public NcStreamProto.Variable.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.Variable.Builder>java.io.IOExceptionpublic boolean hasName()
required string name = 1;
short name
hasName in interface NcStreamProto.VariableOrBuilderpublic java.lang.String getName()
required string name = 1;
short name
getName in interface NcStreamProto.VariableOrBuilderpublic com.google.protobuf.ByteString getNameBytes()
required string name = 1;
short name
getNameBytes in interface NcStreamProto.VariableOrBuilderpublic NcStreamProto.Variable.Builder setName(java.lang.String value)
required string name = 1;
short name
public NcStreamProto.Variable.Builder clearName()
required string name = 1;
short name
public NcStreamProto.Variable.Builder setNameBytes(com.google.protobuf.ByteString value)
required string name = 1;
short name
public boolean hasDataType()
required .DataType dataType = 2;hasDataType in interface NcStreamProto.VariableOrBuilderpublic NcStreamProto.DataType getDataType()
required .DataType dataType = 2;getDataType in interface NcStreamProto.VariableOrBuilderpublic NcStreamProto.Variable.Builder setDataType(NcStreamProto.DataType value)
required .DataType dataType = 2;public NcStreamProto.Variable.Builder clearDataType()
required .DataType dataType = 2;public java.util.List<NcStreamProto.Dimension> getShapeList()
repeated .Dimension shape = 3;
actual dimension instead of reference; could use hash id
getShapeList in interface NcStreamProto.VariableOrBuilderpublic int getShapeCount()
repeated .Dimension shape = 3;
actual dimension instead of reference; could use hash id
getShapeCount in interface NcStreamProto.VariableOrBuilderpublic NcStreamProto.Dimension getShape(int index)
repeated .Dimension shape = 3;
actual dimension instead of reference; could use hash id
getShape in interface NcStreamProto.VariableOrBuilderpublic NcStreamProto.Variable.Builder setShape(int index, NcStreamProto.Dimension value)
repeated .Dimension shape = 3;
actual dimension instead of reference; could use hash id
public NcStreamProto.Variable.Builder setShape(int index, NcStreamProto.Dimension.Builder builderForValue)
repeated .Dimension shape = 3;
actual dimension instead of reference; could use hash id
public NcStreamProto.Variable.Builder addShape(NcStreamProto.Dimension value)
repeated .Dimension shape = 3;
actual dimension instead of reference; could use hash id
public NcStreamProto.Variable.Builder addShape(int index, NcStreamProto.Dimension value)
repeated .Dimension shape = 3;
actual dimension instead of reference; could use hash id
public NcStreamProto.Variable.Builder addShape(NcStreamProto.Dimension.Builder builderForValue)
repeated .Dimension shape = 3;
actual dimension instead of reference; could use hash id
public NcStreamProto.Variable.Builder addShape(int index, NcStreamProto.Dimension.Builder builderForValue)
repeated .Dimension shape = 3;
actual dimension instead of reference; could use hash id
public NcStreamProto.Variable.Builder addAllShape(java.lang.Iterable<? extends NcStreamProto.Dimension> values)
repeated .Dimension shape = 3;
actual dimension instead of reference; could use hash id
public NcStreamProto.Variable.Builder clearShape()
repeated .Dimension shape = 3;
actual dimension instead of reference; could use hash id
public NcStreamProto.Variable.Builder removeShape(int index)
repeated .Dimension shape = 3;
actual dimension instead of reference; could use hash id
public NcStreamProto.Dimension.Builder getShapeBuilder(int index)
repeated .Dimension shape = 3;
actual dimension instead of reference; could use hash id
public NcStreamProto.DimensionOrBuilder getShapeOrBuilder(int index)
repeated .Dimension shape = 3;
actual dimension instead of reference; could use hash id
getShapeOrBuilder in interface NcStreamProto.VariableOrBuilderpublic java.util.List<? extends NcStreamProto.DimensionOrBuilder> getShapeOrBuilderList()
repeated .Dimension shape = 3;
actual dimension instead of reference; could use hash id
getShapeOrBuilderList in interface NcStreamProto.VariableOrBuilderpublic NcStreamProto.Dimension.Builder addShapeBuilder()
repeated .Dimension shape = 3;
actual dimension instead of reference; could use hash id
public NcStreamProto.Dimension.Builder addShapeBuilder(int index)
repeated .Dimension shape = 3;
actual dimension instead of reference; could use hash id
public java.util.List<NcStreamProto.Dimension.Builder> getShapeBuilderList()
repeated .Dimension shape = 3;
actual dimension instead of reference; could use hash id
public java.util.List<NcStreamProto.Attribute> getAttsList()
repeated .Attribute atts = 4;getAttsList in interface NcStreamProto.VariableOrBuilderpublic int getAttsCount()
repeated .Attribute atts = 4;getAttsCount in interface NcStreamProto.VariableOrBuilderpublic NcStreamProto.Attribute getAtts(int index)
repeated .Attribute atts = 4;getAtts in interface NcStreamProto.VariableOrBuilderpublic NcStreamProto.Variable.Builder setAtts(int index, NcStreamProto.Attribute value)
repeated .Attribute atts = 4;public NcStreamProto.Variable.Builder setAtts(int index, NcStreamProto.Attribute.Builder builderForValue)
repeated .Attribute atts = 4;public NcStreamProto.Variable.Builder addAtts(NcStreamProto.Attribute value)
repeated .Attribute atts = 4;public NcStreamProto.Variable.Builder addAtts(int index, NcStreamProto.Attribute value)
repeated .Attribute atts = 4;public NcStreamProto.Variable.Builder addAtts(NcStreamProto.Attribute.Builder builderForValue)
repeated .Attribute atts = 4;public NcStreamProto.Variable.Builder addAtts(int index, NcStreamProto.Attribute.Builder builderForValue)
repeated .Attribute atts = 4;public NcStreamProto.Variable.Builder addAllAtts(java.lang.Iterable<? extends NcStreamProto.Attribute> values)
repeated .Attribute atts = 4;public NcStreamProto.Variable.Builder clearAtts()
repeated .Attribute atts = 4;public NcStreamProto.Variable.Builder removeAtts(int index)
repeated .Attribute atts = 4;public NcStreamProto.Attribute.Builder getAttsBuilder(int index)
repeated .Attribute atts = 4;public NcStreamProto.AttributeOrBuilder getAttsOrBuilder(int index)
repeated .Attribute atts = 4;getAttsOrBuilder in interface NcStreamProto.VariableOrBuilderpublic java.util.List<? extends NcStreamProto.AttributeOrBuilder> getAttsOrBuilderList()
repeated .Attribute atts = 4;getAttsOrBuilderList in interface NcStreamProto.VariableOrBuilderpublic NcStreamProto.Attribute.Builder addAttsBuilder()
repeated .Attribute atts = 4;public NcStreamProto.Attribute.Builder addAttsBuilder(int index)
repeated .Attribute atts = 4;public java.util.List<NcStreamProto.Attribute.Builder> getAttsBuilderList()
repeated .Attribute atts = 4;public boolean hasUnsigned()
optional bool unsigned = 5 [default = false];hasUnsigned in interface NcStreamProto.VariableOrBuilderpublic boolean getUnsigned()
optional bool unsigned = 5 [default = false];getUnsigned in interface NcStreamProto.VariableOrBuilderpublic NcStreamProto.Variable.Builder setUnsigned(boolean value)
optional bool unsigned = 5 [default = false];public NcStreamProto.Variable.Builder clearUnsigned()
optional bool unsigned = 5 [default = false];public boolean hasData()
optional bytes data = 6;
"immediate" - store small data in header
hasData in interface NcStreamProto.VariableOrBuilderpublic com.google.protobuf.ByteString getData()
optional bytes data = 6;
"immediate" - store small data in header
getData in interface NcStreamProto.VariableOrBuilderpublic NcStreamProto.Variable.Builder setData(com.google.protobuf.ByteString value)
optional bytes data = 6;
"immediate" - store small data in header
public NcStreamProto.Variable.Builder clearData()
optional bytes data = 6;
"immediate" - store small data in header
public boolean hasEnumType()
optional string enumType = 7;
only for enum types
hasEnumType in interface NcStreamProto.VariableOrBuilderpublic java.lang.String getEnumType()
optional string enumType = 7;
only for enum types
getEnumType in interface NcStreamProto.VariableOrBuilderpublic com.google.protobuf.ByteString getEnumTypeBytes()
optional string enumType = 7;
only for enum types
getEnumTypeBytes in interface NcStreamProto.VariableOrBuilderpublic NcStreamProto.Variable.Builder setEnumType(java.lang.String value)
optional string enumType = 7;
only for enum types
public NcStreamProto.Variable.Builder clearEnumType()
optional string enumType = 7;
only for enum types
public NcStreamProto.Variable.Builder setEnumTypeBytes(com.google.protobuf.ByteString value)
optional string enumType = 7;
only for enum types