public static final class NcStreamProto.Group
extends com.google.protobuf.GeneratedMessage
| Modifier and Type | Class and Description |
|---|---|
static class |
NcStreamProto.Group.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 |
DIMS_FIELD_NUMBER |
static int |
ENUMTYPES_FIELD_NUMBER |
static int |
GROUPS_FIELD_NUMBER |
static int |
NAME_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() |
static NcStreamProto.Group |
getDefaultInstance() |
NcStreamProto.Group |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
NcStreamProto.Dimension |
getDims(int index) |
int |
getDimsCount() |
java.util.List<NcStreamProto.Dimension> |
getDimsList() |
NcStreamProto.EnumTypedef |
getEnumTypes(int index) |
int |
getEnumTypesCount() |
java.util.List<NcStreamProto.EnumTypedef> |
getEnumTypesList() |
NcStreamProto.Group |
getGroups(int index) |
int |
getGroupsCount() |
java.util.List<NcStreamProto.Group> |
getGroupsList() |
java.lang.String |
getName() |
int |
getSerializedSize() |
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 |
hasName() |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static NcStreamProto.Group.Builder |
newBuilder() |
static NcStreamProto.Group.Builder |
newBuilder(NcStreamProto.Group prototype) |
NcStreamProto.Group.Builder |
newBuilderForType() |
static NcStreamProto.Group |
parseDelimitedFrom(java.io.InputStream input) |
static NcStreamProto.Group |
parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static NcStreamProto.Group |
parseFrom(byte[] data) |
static NcStreamProto.Group |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static NcStreamProto.Group |
parseFrom(com.google.protobuf.ByteString data) |
static NcStreamProto.Group |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static NcStreamProto.Group |
parseFrom(com.google.protobuf.CodedInputStream input) |
static NcStreamProto.Group |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static NcStreamProto.Group |
parseFrom(java.io.InputStream input) |
static NcStreamProto.Group |
parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
NcStreamProto.Group.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 DIMS_FIELD_NUMBER
public static final int VARS_FIELD_NUMBER
public static final int STRUCTS_FIELD_NUMBER
public static final int ATTS_FIELD_NUMBER
public static final int GROUPS_FIELD_NUMBER
public static final int ENUMTYPES_FIELD_NUMBER
public static NcStreamProto.Group getDefaultInstance()
public NcStreamProto.Group 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 java.util.List<NcStreamProto.Dimension> getDimsList()
public int getDimsCount()
public NcStreamProto.Dimension getDims(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 java.util.List<NcStreamProto.Attribute> getAttsList()
public int getAttsCount()
public NcStreamProto.Attribute getAtts(int index)
public java.util.List<NcStreamProto.Group> getGroupsList()
public int getGroupsCount()
public NcStreamProto.Group getGroups(int index)
public java.util.List<NcStreamProto.EnumTypedef> getEnumTypesList()
public int getEnumTypesCount()
public NcStreamProto.EnumTypedef getEnumTypes(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.Group parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static NcStreamProto.Group parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static NcStreamProto.Group parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static NcStreamProto.Group parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static NcStreamProto.Group parseFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static NcStreamProto.Group parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static NcStreamProto.Group parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static NcStreamProto.Group parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static NcStreamProto.Group parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOExceptionpublic static NcStreamProto.Group parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static NcStreamProto.Group.Builder newBuilder()
public NcStreamProto.Group.Builder newBuilderForType()
public static NcStreamProto.Group.Builder newBuilder(NcStreamProto.Group prototype)
public NcStreamProto.Group.Builder toBuilder()