public static final class NcStreamProto.Variable
extends com.google.protobuf.GeneratedMessage
| Modifier and Type | Class and Description |
|---|---|
static class |
NcStreamProto.Variable.Builder |
com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessage.ExtendableBuilder>, com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.FieldAccessorTable, com.google.protobuf.GeneratedMessage.GeneratedExtension<ContainingType extends com.google.protobuf.Message,Type>| Modifier and Type | Field and Description |
|---|---|
static int |
ATTS_FIELD_NUMBER |
static int |
DATA_FIELD_NUMBER |
static int |
DATATYPE_FIELD_NUMBER |
static int |
DIMINDEX_FIELD_NUMBER |
static int |
ENUMTYPE_FIELD_NUMBER |
static int |
NAME_FIELD_NUMBER |
static int |
SHAPE_FIELD_NUMBER |
static int |
UNSIGNED_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
NcStreamProto.Attribute |
getAtts(int index) |
int |
getAttsCount() |
java.util.List<NcStreamProto.Attribute> |
getAttsList() |
com.google.protobuf.ByteString |
getData() |
NcStreamProto.DataType |
getDataType() |
static NcStreamProto.Variable |
getDefaultInstance() |
NcStreamProto.Variable |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
int |
getDimIndex(int index) |
int |
getDimIndexCount() |
java.util.List<java.lang.Integer> |
getDimIndexList() |
java.lang.String |
getEnumType() |
java.lang.String |
getName() |
int |
getSerializedSize() |
NcStreamProto.Dimension |
getShape(int index) |
int |
getShapeCount() |
java.util.List<NcStreamProto.Dimension> |
getShapeList() |
boolean |
getUnsigned() |
boolean |
hasData() |
boolean |
hasDataType() |
boolean |
hasEnumType() |
boolean |
hasName() |
boolean |
hasUnsigned() |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static NcStreamProto.Variable.Builder |
newBuilder() |
static NcStreamProto.Variable.Builder |
newBuilder(NcStreamProto.Variable prototype) |
NcStreamProto.Variable.Builder |
newBuilderForType() |
static NcStreamProto.Variable |
parseDelimitedFrom(java.io.InputStream input) |
static NcStreamProto.Variable |
parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static NcStreamProto.Variable |
parseFrom(byte[] data) |
static NcStreamProto.Variable |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static NcStreamProto.Variable |
parseFrom(com.google.protobuf.ByteString data) |
static NcStreamProto.Variable |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static NcStreamProto.Variable |
parseFrom(com.google.protobuf.CodedInputStream input) |
static NcStreamProto.Variable |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static NcStreamProto.Variable |
parseFrom(java.io.InputStream input) |
static NcStreamProto.Variable |
parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
NcStreamProto.Variable.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
getAllFields, getDescriptorForType, getField, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, newGeneratedExtensiontoByteArray, toByteString, writeDelimitedTo, writeTopublic static final int NAME_FIELD_NUMBER
public static final int DATATYPE_FIELD_NUMBER
public static final int SHAPE_FIELD_NUMBER
public static final int ATTS_FIELD_NUMBER
public static final int UNSIGNED_FIELD_NUMBER
public static final int DATA_FIELD_NUMBER
public static final int ENUMTYPE_FIELD_NUMBER
public static final int DIMINDEX_FIELD_NUMBER
public static NcStreamProto.Variable getDefaultInstance()
public NcStreamProto.Variable getDefaultInstanceForType()
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessagepublic boolean hasName()
public java.lang.String getName()
public boolean hasDataType()
public NcStreamProto.DataType getDataType()
public java.util.List<NcStreamProto.Dimension> getShapeList()
public int getShapeCount()
public NcStreamProto.Dimension getShape(int index)
public java.util.List<NcStreamProto.Attribute> getAttsList()
public int getAttsCount()
public NcStreamProto.Attribute getAtts(int index)
public boolean hasUnsigned()
public boolean getUnsigned()
public boolean hasData()
public com.google.protobuf.ByteString getData()
public boolean hasEnumType()
public java.lang.String getEnumType()
public java.util.List<java.lang.Integer> getDimIndexList()
public int getDimIndexCount()
public int getDimIndex(int index)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteisInitialized in class com.google.protobuf.GeneratedMessagepublic void writeTo(com.google.protobuf.CodedOutputStream output)
throws java.io.IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.AbstractMessagejava.io.IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.AbstractMessagepublic static NcStreamProto.Variable parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static NcStreamProto.Variable parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static NcStreamProto.Variable parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static NcStreamProto.Variable parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static NcStreamProto.Variable parseFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static NcStreamProto.Variable parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static NcStreamProto.Variable parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static NcStreamProto.Variable parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static NcStreamProto.Variable parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOExceptionpublic static NcStreamProto.Variable parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static NcStreamProto.Variable.Builder newBuilder()
public NcStreamProto.Variable.Builder newBuilderForType()
public static NcStreamProto.Variable.Builder newBuilder(NcStreamProto.Variable prototype)
public NcStreamProto.Variable.Builder toBuilder()