public static final class NcStreamProto.Group extends com.google.protobuf.GeneratedMessage implements NcStreamProto.GroupOrBuilder
Group| Modifier and Type | Class and Description |
|---|---|
static class |
NcStreamProto.Group.Builder
Protobuf type
Group |
com.google.protobuf.GeneratedMessage.BuilderParent, com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder<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 com.google.protobuf.Parser<NcStreamProto.Group> |
PARSER |
static int |
STRUCTS_FIELD_NUMBER |
static int |
VARS_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
NcStreamProto.Attribute |
getAtts(int index)
repeated .Attribute atts = 5; |
int |
getAttsCount()
repeated .Attribute atts = 5; |
java.util.List<NcStreamProto.Attribute> |
getAttsList()
repeated .Attribute atts = 5; |
NcStreamProto.AttributeOrBuilder |
getAttsOrBuilder(int index)
repeated .Attribute atts = 5; |
java.util.List<? extends NcStreamProto.AttributeOrBuilder> |
getAttsOrBuilderList()
repeated .Attribute atts = 5; |
static NcStreamProto.Group |
getDefaultInstance() |
NcStreamProto.Group |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
NcStreamProto.Dimension |
getDims(int index)
repeated .Dimension dims = 2; |
int |
getDimsCount()
repeated .Dimension dims = 2; |
java.util.List<NcStreamProto.Dimension> |
getDimsList()
repeated .Dimension dims = 2; |
NcStreamProto.DimensionOrBuilder |
getDimsOrBuilder(int index)
repeated .Dimension dims = 2; |
java.util.List<? extends NcStreamProto.DimensionOrBuilder> |
getDimsOrBuilderList()
repeated .Dimension dims = 2; |
NcStreamProto.EnumTypedef |
getEnumTypes(int index)
repeated .EnumTypedef enumTypes = 7; |
int |
getEnumTypesCount()
repeated .EnumTypedef enumTypes = 7; |
java.util.List<NcStreamProto.EnumTypedef> |
getEnumTypesList()
repeated .EnumTypedef enumTypes = 7; |
NcStreamProto.EnumTypedefOrBuilder |
getEnumTypesOrBuilder(int index)
repeated .EnumTypedef enumTypes = 7; |
java.util.List<? extends NcStreamProto.EnumTypedefOrBuilder> |
getEnumTypesOrBuilderList()
repeated .EnumTypedef enumTypes = 7; |
NcStreamProto.Group |
getGroups(int index)
repeated .Group groups = 6; |
int |
getGroupsCount()
repeated .Group groups = 6; |
java.util.List<NcStreamProto.Group> |
getGroupsList()
repeated .Group groups = 6; |
NcStreamProto.GroupOrBuilder |
getGroupsOrBuilder(int index)
repeated .Group groups = 6; |
java.util.List<? extends NcStreamProto.GroupOrBuilder> |
getGroupsOrBuilderList()
repeated .Group groups = 6; |
java.lang.String |
getName()
required string name = 1; |
com.google.protobuf.ByteString |
getNameBytes()
required string name = 1; |
com.google.protobuf.Parser<NcStreamProto.Group> |
getParserForType() |
int |
getSerializedSize() |
NcStreamProto.Structure |
getStructs(int index)
repeated .Structure structs = 4; |
int |
getStructsCount()
repeated .Structure structs = 4; |
java.util.List<NcStreamProto.Structure> |
getStructsList()
repeated .Structure structs = 4; |
NcStreamProto.StructureOrBuilder |
getStructsOrBuilder(int index)
repeated .Structure structs = 4; |
java.util.List<? extends NcStreamProto.StructureOrBuilder> |
getStructsOrBuilderList()
repeated .Structure structs = 4; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
NcStreamProto.Variable |
getVars(int index)
repeated .Variable vars = 3; |
int |
getVarsCount()
repeated .Variable vars = 3; |
java.util.List<NcStreamProto.Variable> |
getVarsList()
repeated .Variable vars = 3; |
NcStreamProto.VariableOrBuilder |
getVarsOrBuilder(int index)
repeated .Variable vars = 3; |
java.util.List<? extends NcStreamProto.VariableOrBuilder> |
getVarsOrBuilderList()
repeated .Variable vars = 3; |
boolean |
hasName()
required string name = 1; |
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() |
protected NcStreamProto.Group.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
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() |
protected java.lang.Object |
writeReplace() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
computeStringSize, computeStringSizeNoTag, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, newBuilderForType, newFileScopedGeneratedExtension, newFileScopedGeneratedExtension, newMessageScopedGeneratedExtension, newMessageScopedGeneratedExtension, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, writeString, writeStringNoTagequals, findInitializationErrors, getInitializationErrorString, hashBoolean, hashCode, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static com.google.protobuf.Parser<NcStreamProto.Group> PARSER
public 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()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessagepublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessagepublic com.google.protobuf.Parser<NcStreamProto.Group> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessagepublic boolean hasName()
required string name = 1;hasName in interface NcStreamProto.GroupOrBuilderpublic java.lang.String getName()
required string name = 1;getName in interface NcStreamProto.GroupOrBuilderpublic com.google.protobuf.ByteString getNameBytes()
required string name = 1;getNameBytes in interface NcStreamProto.GroupOrBuilderpublic java.util.List<NcStreamProto.Dimension> getDimsList()
repeated .Dimension dims = 2;getDimsList in interface NcStreamProto.GroupOrBuilderpublic java.util.List<? extends NcStreamProto.DimensionOrBuilder> getDimsOrBuilderList()
repeated .Dimension dims = 2;getDimsOrBuilderList in interface NcStreamProto.GroupOrBuilderpublic int getDimsCount()
repeated .Dimension dims = 2;getDimsCount in interface NcStreamProto.GroupOrBuilderpublic NcStreamProto.Dimension getDims(int index)
repeated .Dimension dims = 2;getDims in interface NcStreamProto.GroupOrBuilderpublic NcStreamProto.DimensionOrBuilder getDimsOrBuilder(int index)
repeated .Dimension dims = 2;getDimsOrBuilder in interface NcStreamProto.GroupOrBuilderpublic java.util.List<NcStreamProto.Variable> getVarsList()
repeated .Variable vars = 3;getVarsList in interface NcStreamProto.GroupOrBuilderpublic java.util.List<? extends NcStreamProto.VariableOrBuilder> getVarsOrBuilderList()
repeated .Variable vars = 3;getVarsOrBuilderList in interface NcStreamProto.GroupOrBuilderpublic int getVarsCount()
repeated .Variable vars = 3;getVarsCount in interface NcStreamProto.GroupOrBuilderpublic NcStreamProto.Variable getVars(int index)
repeated .Variable vars = 3;getVars in interface NcStreamProto.GroupOrBuilderpublic NcStreamProto.VariableOrBuilder getVarsOrBuilder(int index)
repeated .Variable vars = 3;getVarsOrBuilder in interface NcStreamProto.GroupOrBuilderpublic java.util.List<NcStreamProto.Structure> getStructsList()
repeated .Structure structs = 4;getStructsList in interface NcStreamProto.GroupOrBuilderpublic java.util.List<? extends NcStreamProto.StructureOrBuilder> getStructsOrBuilderList()
repeated .Structure structs = 4;getStructsOrBuilderList in interface NcStreamProto.GroupOrBuilderpublic int getStructsCount()
repeated .Structure structs = 4;getStructsCount in interface NcStreamProto.GroupOrBuilderpublic NcStreamProto.Structure getStructs(int index)
repeated .Structure structs = 4;getStructs in interface NcStreamProto.GroupOrBuilderpublic NcStreamProto.StructureOrBuilder getStructsOrBuilder(int index)
repeated .Structure structs = 4;getStructsOrBuilder in interface NcStreamProto.GroupOrBuilderpublic java.util.List<NcStreamProto.Attribute> getAttsList()
repeated .Attribute atts = 5;getAttsList in interface NcStreamProto.GroupOrBuilderpublic java.util.List<? extends NcStreamProto.AttributeOrBuilder> getAttsOrBuilderList()
repeated .Attribute atts = 5;getAttsOrBuilderList in interface NcStreamProto.GroupOrBuilderpublic int getAttsCount()
repeated .Attribute atts = 5;getAttsCount in interface NcStreamProto.GroupOrBuilderpublic NcStreamProto.Attribute getAtts(int index)
repeated .Attribute atts = 5;getAtts in interface NcStreamProto.GroupOrBuilderpublic NcStreamProto.AttributeOrBuilder getAttsOrBuilder(int index)
repeated .Attribute atts = 5;getAttsOrBuilder in interface NcStreamProto.GroupOrBuilderpublic java.util.List<NcStreamProto.Group> getGroupsList()
repeated .Group groups = 6;getGroupsList in interface NcStreamProto.GroupOrBuilderpublic java.util.List<? extends NcStreamProto.GroupOrBuilder> getGroupsOrBuilderList()
repeated .Group groups = 6;getGroupsOrBuilderList in interface NcStreamProto.GroupOrBuilderpublic int getGroupsCount()
repeated .Group groups = 6;getGroupsCount in interface NcStreamProto.GroupOrBuilderpublic NcStreamProto.Group getGroups(int index)
repeated .Group groups = 6;getGroups in interface NcStreamProto.GroupOrBuilderpublic NcStreamProto.GroupOrBuilder getGroupsOrBuilder(int index)
repeated .Group groups = 6;getGroupsOrBuilder in interface NcStreamProto.GroupOrBuilderpublic java.util.List<NcStreamProto.EnumTypedef> getEnumTypesList()
repeated .EnumTypedef enumTypes = 7;getEnumTypesList in interface NcStreamProto.GroupOrBuilderpublic java.util.List<? extends NcStreamProto.EnumTypedefOrBuilder> getEnumTypesOrBuilderList()
repeated .EnumTypedef enumTypes = 7;getEnumTypesOrBuilderList in interface NcStreamProto.GroupOrBuilderpublic int getEnumTypesCount()
repeated .EnumTypedef enumTypes = 7;getEnumTypesCount in interface NcStreamProto.GroupOrBuilderpublic NcStreamProto.EnumTypedef getEnumTypes(int index)
repeated .EnumTypedef enumTypes = 7;getEnumTypes in interface NcStreamProto.GroupOrBuilderpublic NcStreamProto.EnumTypedefOrBuilder getEnumTypesOrBuilder(int index)
repeated .EnumTypedef enumTypes = 7;getEnumTypesOrBuilder in interface NcStreamProto.GroupOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized 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.GeneratedMessagejava.io.IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageprotected java.lang.Object writeReplace()
throws java.io.ObjectStreamException
writeReplace in class com.google.protobuf.GeneratedMessagejava.io.ObjectStreamExceptionpublic 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()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static NcStreamProto.Group.Builder newBuilder(NcStreamProto.Group prototype)
public NcStreamProto.Group.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected NcStreamProto.Group.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessage