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, setUnknownFields
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
addAll, addAll, mergeFrom, newUninitializedMessageException
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public 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.Builder
clear
in interface com.google.protobuf.MessageLite.Builder
clear
in class com.google.protobuf.GeneratedMessage.Builder<NcStreamProto.Variable.Builder>
public NcStreamProto.Variable.Builder clone()
clone
in interface com.google.protobuf.Message.Builder
clone
in interface com.google.protobuf.MessageLite.Builder
clone
in class com.google.protobuf.GeneratedMessage.Builder<NcStreamProto.Variable.Builder>
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType
in interface com.google.protobuf.Message.Builder
getDescriptorForType
in interface com.google.protobuf.MessageOrBuilder
getDescriptorForType
in class com.google.protobuf.GeneratedMessage.Builder<NcStreamProto.Variable.Builder>
public NcStreamProto.Variable getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
public NcStreamProto.Variable build()
build
in interface com.google.protobuf.Message.Builder
build
in interface com.google.protobuf.MessageLite.Builder
public NcStreamProto.Variable buildPartial()
buildPartial
in interface com.google.protobuf.Message.Builder
buildPartial
in interface com.google.protobuf.MessageLite.Builder
public NcStreamProto.Variable.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
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.MessageLiteOrBuilder
isInitialized
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.Builder
mergeFrom
in interface com.google.protobuf.MessageLite.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<NcStreamProto.Variable.Builder>
java.io.IOException
public boolean hasName()
required string name = 1;
short name
hasName
in interface NcStreamProto.VariableOrBuilder
public java.lang.String getName()
required string name = 1;
short name
getName
in interface NcStreamProto.VariableOrBuilder
public com.google.protobuf.ByteString getNameBytes()
required string name = 1;
short name
getNameBytes
in interface NcStreamProto.VariableOrBuilder
public 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.VariableOrBuilder
public NcStreamProto.DataType getDataType()
required .DataType dataType = 2;
getDataType
in interface NcStreamProto.VariableOrBuilder
public 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.VariableOrBuilder
public int getShapeCount()
repeated .Dimension shape = 3;
actual dimension instead of reference; could use hash id
getShapeCount
in interface NcStreamProto.VariableOrBuilder
public NcStreamProto.Dimension getShape(int index)
repeated .Dimension shape = 3;
actual dimension instead of reference; could use hash id
getShape
in interface NcStreamProto.VariableOrBuilder
public 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.VariableOrBuilder
public java.util.List<? extends NcStreamProto.DimensionOrBuilder> getShapeOrBuilderList()
repeated .Dimension shape = 3;
actual dimension instead of reference; could use hash id
getShapeOrBuilderList
in interface NcStreamProto.VariableOrBuilder
public 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.VariableOrBuilder
public int getAttsCount()
repeated .Attribute atts = 4;
getAttsCount
in interface NcStreamProto.VariableOrBuilder
public NcStreamProto.Attribute getAtts(int index)
repeated .Attribute atts = 4;
getAtts
in interface NcStreamProto.VariableOrBuilder
public 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.VariableOrBuilder
public java.util.List<? extends NcStreamProto.AttributeOrBuilder> getAttsOrBuilderList()
repeated .Attribute atts = 4;
getAttsOrBuilderList
in interface NcStreamProto.VariableOrBuilder
public 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.VariableOrBuilder
public boolean getUnsigned()
optional bool unsigned = 5 [default = false];
getUnsigned
in interface NcStreamProto.VariableOrBuilder
public 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.VariableOrBuilder
public com.google.protobuf.ByteString getData()
optional bytes data = 6;
"immediate" - store small data in header
getData
in interface NcStreamProto.VariableOrBuilder
public 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.VariableOrBuilder
public java.lang.String getEnumType()
optional string enumType = 7;
only for enum types
getEnumType
in interface NcStreamProto.VariableOrBuilder
public com.google.protobuf.ByteString getEnumTypeBytes()
optional string enumType = 7;
only for enum types
getEnumTypeBytes
in interface NcStreamProto.VariableOrBuilder
public 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