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, writeStringNoTag
equals, findInitializationErrors, getInitializationErrorString, hashBoolean, hashCode, hashEnum, hashEnumList, hashFields, hashLong, toString
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public 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.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields
in interface com.google.protobuf.MessageOrBuilder
getUnknownFields
in class com.google.protobuf.GeneratedMessage
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class com.google.protobuf.GeneratedMessage
public com.google.protobuf.Parser<NcStreamProto.Group> getParserForType()
getParserForType
in interface com.google.protobuf.Message
getParserForType
in interface com.google.protobuf.MessageLite
getParserForType
in class com.google.protobuf.GeneratedMessage
public boolean hasName()
required string name = 1;
hasName
in interface NcStreamProto.GroupOrBuilder
public java.lang.String getName()
required string name = 1;
getName
in interface NcStreamProto.GroupOrBuilder
public com.google.protobuf.ByteString getNameBytes()
required string name = 1;
getNameBytes
in interface NcStreamProto.GroupOrBuilder
public java.util.List<NcStreamProto.Dimension> getDimsList()
repeated .Dimension dims = 2;
getDimsList
in interface NcStreamProto.GroupOrBuilder
public java.util.List<? extends NcStreamProto.DimensionOrBuilder> getDimsOrBuilderList()
repeated .Dimension dims = 2;
getDimsOrBuilderList
in interface NcStreamProto.GroupOrBuilder
public int getDimsCount()
repeated .Dimension dims = 2;
getDimsCount
in interface NcStreamProto.GroupOrBuilder
public NcStreamProto.Dimension getDims(int index)
repeated .Dimension dims = 2;
getDims
in interface NcStreamProto.GroupOrBuilder
public NcStreamProto.DimensionOrBuilder getDimsOrBuilder(int index)
repeated .Dimension dims = 2;
getDimsOrBuilder
in interface NcStreamProto.GroupOrBuilder
public java.util.List<NcStreamProto.Variable> getVarsList()
repeated .Variable vars = 3;
getVarsList
in interface NcStreamProto.GroupOrBuilder
public java.util.List<? extends NcStreamProto.VariableOrBuilder> getVarsOrBuilderList()
repeated .Variable vars = 3;
getVarsOrBuilderList
in interface NcStreamProto.GroupOrBuilder
public int getVarsCount()
repeated .Variable vars = 3;
getVarsCount
in interface NcStreamProto.GroupOrBuilder
public NcStreamProto.Variable getVars(int index)
repeated .Variable vars = 3;
getVars
in interface NcStreamProto.GroupOrBuilder
public NcStreamProto.VariableOrBuilder getVarsOrBuilder(int index)
repeated .Variable vars = 3;
getVarsOrBuilder
in interface NcStreamProto.GroupOrBuilder
public java.util.List<NcStreamProto.Structure> getStructsList()
repeated .Structure structs = 4;
getStructsList
in interface NcStreamProto.GroupOrBuilder
public java.util.List<? extends NcStreamProto.StructureOrBuilder> getStructsOrBuilderList()
repeated .Structure structs = 4;
getStructsOrBuilderList
in interface NcStreamProto.GroupOrBuilder
public int getStructsCount()
repeated .Structure structs = 4;
getStructsCount
in interface NcStreamProto.GroupOrBuilder
public NcStreamProto.Structure getStructs(int index)
repeated .Structure structs = 4;
getStructs
in interface NcStreamProto.GroupOrBuilder
public NcStreamProto.StructureOrBuilder getStructsOrBuilder(int index)
repeated .Structure structs = 4;
getStructsOrBuilder
in interface NcStreamProto.GroupOrBuilder
public java.util.List<NcStreamProto.Attribute> getAttsList()
repeated .Attribute atts = 5;
getAttsList
in interface NcStreamProto.GroupOrBuilder
public java.util.List<? extends NcStreamProto.AttributeOrBuilder> getAttsOrBuilderList()
repeated .Attribute atts = 5;
getAttsOrBuilderList
in interface NcStreamProto.GroupOrBuilder
public int getAttsCount()
repeated .Attribute atts = 5;
getAttsCount
in interface NcStreamProto.GroupOrBuilder
public NcStreamProto.Attribute getAtts(int index)
repeated .Attribute atts = 5;
getAtts
in interface NcStreamProto.GroupOrBuilder
public NcStreamProto.AttributeOrBuilder getAttsOrBuilder(int index)
repeated .Attribute atts = 5;
getAttsOrBuilder
in interface NcStreamProto.GroupOrBuilder
public java.util.List<NcStreamProto.Group> getGroupsList()
repeated .Group groups = 6;
getGroupsList
in interface NcStreamProto.GroupOrBuilder
public java.util.List<? extends NcStreamProto.GroupOrBuilder> getGroupsOrBuilderList()
repeated .Group groups = 6;
getGroupsOrBuilderList
in interface NcStreamProto.GroupOrBuilder
public int getGroupsCount()
repeated .Group groups = 6;
getGroupsCount
in interface NcStreamProto.GroupOrBuilder
public NcStreamProto.Group getGroups(int index)
repeated .Group groups = 6;
getGroups
in interface NcStreamProto.GroupOrBuilder
public NcStreamProto.GroupOrBuilder getGroupsOrBuilder(int index)
repeated .Group groups = 6;
getGroupsOrBuilder
in interface NcStreamProto.GroupOrBuilder
public java.util.List<NcStreamProto.EnumTypedef> getEnumTypesList()
repeated .EnumTypedef enumTypes = 7;
getEnumTypesList
in interface NcStreamProto.GroupOrBuilder
public java.util.List<? extends NcStreamProto.EnumTypedefOrBuilder> getEnumTypesOrBuilderList()
repeated .EnumTypedef enumTypes = 7;
getEnumTypesOrBuilderList
in interface NcStreamProto.GroupOrBuilder
public int getEnumTypesCount()
repeated .EnumTypedef enumTypes = 7;
getEnumTypesCount
in interface NcStreamProto.GroupOrBuilder
public NcStreamProto.EnumTypedef getEnumTypes(int index)
repeated .EnumTypedef enumTypes = 7;
getEnumTypes
in interface NcStreamProto.GroupOrBuilder
public NcStreamProto.EnumTypedefOrBuilder getEnumTypesOrBuilder(int index)
repeated .EnumTypedef enumTypes = 7;
getEnumTypesOrBuilder
in interface NcStreamProto.GroupOrBuilder
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessage
public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException
writeTo
in interface com.google.protobuf.MessageLite
writeTo
in class com.google.protobuf.GeneratedMessage
java.io.IOException
public int getSerializedSize()
getSerializedSize
in interface com.google.protobuf.MessageLite
getSerializedSize
in class com.google.protobuf.GeneratedMessage
protected java.lang.Object writeReplace() throws java.io.ObjectStreamException
writeReplace
in class com.google.protobuf.GeneratedMessage
java.io.ObjectStreamException
public static NcStreamProto.Group parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static NcStreamProto.Group parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static NcStreamProto.Group parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static NcStreamProto.Group parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static NcStreamProto.Group parseFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOException
public static NcStreamProto.Group parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static NcStreamProto.Group parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOException
public static NcStreamProto.Group parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static NcStreamProto.Group parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOException
public static NcStreamProto.Group parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static NcStreamProto.Group.Builder newBuilder()
public NcStreamProto.Group.Builder newBuilderForType()
newBuilderForType
in interface com.google.protobuf.Message
newBuilderForType
in interface com.google.protobuf.MessageLite
public static NcStreamProto.Group.Builder newBuilder(NcStreamProto.Group prototype)
public NcStreamProto.Group.Builder toBuilder()
toBuilder
in interface com.google.protobuf.Message
toBuilder
in interface com.google.protobuf.MessageLite
protected NcStreamProto.Group.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
newBuilderForType
in class com.google.protobuf.GeneratedMessage