public static final class NcStreamProto.Structure
extends com.google.protobuf.GeneratedMessage
| Modifier and Type | Class and Description |
|---|---|
static class |
NcStreamProto.Structure.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 |
DATATYPE_FIELD_NUMBER |
static int |
NAME_FIELD_NUMBER |
static int |
SHAPE_FIELD_NUMBER |
static int |
STRUCTS_FIELD_NUMBER |
static int |
VARS_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
NcStreamProto.Attribute |
getAtts(int index) |
int |
getAttsCount() |
java.util.List<NcStreamProto.Attribute> |
getAttsList() |
NcStreamProto.DataType |
getDataType() |
static NcStreamProto.Structure |
getDefaultInstance() |
NcStreamProto.Structure |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
java.lang.String |
getName() |
int |
getSerializedSize() |
NcStreamProto.Dimension |
getShape(int index) |
int |
getShapeCount() |
java.util.List<NcStreamProto.Dimension> |
getShapeList() |
NcStreamProto.Structure |
getStructs(int index) |
int |
getStructsCount() |
java.util.List<NcStreamProto.Structure> |
getStructsList() |
NcStreamProto.Variable |
getVars(int index) |
int |
getVarsCount() |
java.util.List<NcStreamProto.Variable> |
getVarsList() |
boolean |
hasDataType() |
boolean |
hasName() |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static NcStreamProto.Structure.Builder |
newBuilder() |
static NcStreamProto.Structure.Builder |
newBuilder(NcStreamProto.Structure prototype) |
NcStreamProto.Structure.Builder |
newBuilderForType() |
static NcStreamProto.Structure |
parseDelimitedFrom(java.io.InputStream input) |
static NcStreamProto.Structure |
parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static NcStreamProto.Structure |
parseFrom(byte[] data) |
static NcStreamProto.Structure |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static NcStreamProto.Structure |
parseFrom(com.google.protobuf.ByteString data) |
static NcStreamProto.Structure |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static NcStreamProto.Structure |
parseFrom(com.google.protobuf.CodedInputStream input) |
static NcStreamProto.Structure |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static NcStreamProto.Structure |
parseFrom(java.io.InputStream input) |
static NcStreamProto.Structure |
parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
NcStreamProto.Structure.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 VARS_FIELD_NUMBER
public static final int STRUCTS_FIELD_NUMBER
public static NcStreamProto.Structure getDefaultInstance()
public NcStreamProto.Structure 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 java.util.List<NcStreamProto.Variable> getVarsList()
public int getVarsCount()
public NcStreamProto.Variable getVars(int index)
public java.util.List<NcStreamProto.Structure> getStructsList()
public int getStructsCount()
public NcStreamProto.Structure getStructs(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.Structure parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static NcStreamProto.Structure parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static NcStreamProto.Structure parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static NcStreamProto.Structure parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static NcStreamProto.Structure parseFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static NcStreamProto.Structure parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static NcStreamProto.Structure parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static NcStreamProto.Structure parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static NcStreamProto.Structure parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOExceptionpublic static NcStreamProto.Structure parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static NcStreamProto.Structure.Builder newBuilder()
public NcStreamProto.Structure.Builder newBuilderForType()
public static NcStreamProto.Structure.Builder newBuilder(NcStreamProto.Structure prototype)
public NcStreamProto.Structure.Builder toBuilder()