public static final class NcStreamProto.Group extends com.google.protobuf.GeneratedMessageV3 implements NcStreamProto.GroupOrBuilder
Group
Modifier and Type | Class and Description |
---|---|
static class |
NcStreamProto.Group.Builder
Protobuf type
Group |
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter
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 |
---|---|
boolean |
equals(java.lang.Object obj) |
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()
short name
|
com.google.protobuf.ByteString |
getNameBytes()
short name
|
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; |
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; |
int |
hashCode() |
protected com.google.protobuf.GeneratedMessageV3.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.GeneratedMessageV3.BuilderParent parent) |
protected java.lang.Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
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(java.nio.ByteBuffer data) |
static NcStreamProto.Group |
parseFrom(java.nio.ByteBuffer 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) |
static com.google.protobuf.Parser<NcStreamProto.Group> |
parser() |
NcStreamProto.Group.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
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
protected java.lang.Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance
in class com.google.protobuf.GeneratedMessageV3
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class com.google.protobuf.GeneratedMessageV3
public java.lang.String getName()
short name
string name = 1;
getName
in interface NcStreamProto.GroupOrBuilder
public com.google.protobuf.ByteString getNameBytes()
short name
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.GeneratedMessageV3
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.GeneratedMessageV3
java.io.IOException
public int getSerializedSize()
getSerializedSize
in interface com.google.protobuf.MessageLite
getSerializedSize
in class com.google.protobuf.GeneratedMessageV3
public boolean equals(java.lang.Object obj)
equals
in interface com.google.protobuf.Message
equals
in class com.google.protobuf.AbstractMessage
public int hashCode()
hashCode
in interface com.google.protobuf.Message
hashCode
in class com.google.protobuf.AbstractMessage
public static NcStreamProto.Group parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static NcStreamProto.Group parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
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 NcStreamProto.Group.Builder newBuilderForType()
newBuilderForType
in interface com.google.protobuf.Message
newBuilderForType
in interface com.google.protobuf.MessageLite
public static NcStreamProto.Group.Builder newBuilder()
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.GeneratedMessageV3.BuilderParent parent)
newBuilderForType
in class com.google.protobuf.GeneratedMessageV3
public static NcStreamProto.Group getDefaultInstance()
public static com.google.protobuf.Parser<NcStreamProto.Group> parser()
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.GeneratedMessageV3
public NcStreamProto.Group getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder