Package ucar.nc2.stream
Interface NcStreamProto.GroupOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
NcStreamProto.Group
,NcStreamProto.Group.Builder
- Enclosing class:
- NcStreamProto
public static interface NcStreamProto.GroupOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NcStreamProto.Attribute
getAtts(int index)
repeated .Attribute atts = 5;
int
getAttsCount()
repeated .Attribute atts = 5;
List<NcStreamProto.Attribute>
getAttsList()
repeated .Attribute atts = 5;
NcStreamProto.AttributeOrBuilder
getAttsOrBuilder(int index)
repeated .Attribute atts = 5;
List<? extends NcStreamProto.AttributeOrBuilder>
getAttsOrBuilderList()
repeated .Attribute atts = 5;
NcStreamProto.Dimension
getDims(int index)
repeated .Dimension dims = 2;
int
getDimsCount()
repeated .Dimension dims = 2;
List<NcStreamProto.Dimension>
getDimsList()
repeated .Dimension dims = 2;
NcStreamProto.DimensionOrBuilder
getDimsOrBuilder(int index)
repeated .Dimension dims = 2;
List<? extends NcStreamProto.DimensionOrBuilder>
getDimsOrBuilderList()
repeated .Dimension dims = 2;
NcStreamProto.EnumTypedef
getEnumTypes(int index)
repeated .EnumTypedef enumTypes = 7;
int
getEnumTypesCount()
repeated .EnumTypedef enumTypes = 7;
List<NcStreamProto.EnumTypedef>
getEnumTypesList()
repeated .EnumTypedef enumTypes = 7;
NcStreamProto.EnumTypedefOrBuilder
getEnumTypesOrBuilder(int index)
repeated .EnumTypedef enumTypes = 7;
List<? extends NcStreamProto.EnumTypedefOrBuilder>
getEnumTypesOrBuilderList()
repeated .EnumTypedef enumTypes = 7;
NcStreamProto.Group
getGroups(int index)
repeated .Group groups = 6;
int
getGroupsCount()
repeated .Group groups = 6;
List<NcStreamProto.Group>
getGroupsList()
repeated .Group groups = 6;
NcStreamProto.GroupOrBuilder
getGroupsOrBuilder(int index)
repeated .Group groups = 6;
List<? extends NcStreamProto.GroupOrBuilder>
getGroupsOrBuilderList()
repeated .Group groups = 6;
String
getName()
short namecom.google.protobuf.ByteString
getNameBytes()
short nameNcStreamProto.Structure
getStructs(int index)
repeated .Structure structs = 4;
int
getStructsCount()
repeated .Structure structs = 4;
List<NcStreamProto.Structure>
getStructsList()
repeated .Structure structs = 4;
NcStreamProto.StructureOrBuilder
getStructsOrBuilder(int index)
repeated .Structure structs = 4;
List<? extends NcStreamProto.StructureOrBuilder>
getStructsOrBuilderList()
repeated .Structure structs = 4;
NcStreamProto.Variable
getVars(int index)
repeated .Variable vars = 3;
int
getVarsCount()
repeated .Variable vars = 3;
List<NcStreamProto.Variable>
getVarsList()
repeated .Variable vars = 3;
NcStreamProto.VariableOrBuilder
getVarsOrBuilder(int index)
repeated .Variable vars = 3;
List<? extends NcStreamProto.VariableOrBuilder>
getVarsOrBuilderList()
repeated .Variable vars = 3;
-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getName
String getName()
short name
string name = 1;
- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()
short name
string name = 1;
- Returns:
- The bytes for name.
-
getDimsList
List<NcStreamProto.Dimension> getDimsList()
repeated .Dimension dims = 2;
-
getDims
NcStreamProto.Dimension getDims(int index)
repeated .Dimension dims = 2;
-
getDimsCount
int getDimsCount()
repeated .Dimension dims = 2;
-
getDimsOrBuilderList
List<? extends NcStreamProto.DimensionOrBuilder> getDimsOrBuilderList()
repeated .Dimension dims = 2;
-
getDimsOrBuilder
NcStreamProto.DimensionOrBuilder getDimsOrBuilder(int index)
repeated .Dimension dims = 2;
-
getVarsList
List<NcStreamProto.Variable> getVarsList()
repeated .Variable vars = 3;
-
getVars
NcStreamProto.Variable getVars(int index)
repeated .Variable vars = 3;
-
getVarsCount
int getVarsCount()
repeated .Variable vars = 3;
-
getVarsOrBuilderList
List<? extends NcStreamProto.VariableOrBuilder> getVarsOrBuilderList()
repeated .Variable vars = 3;
-
getVarsOrBuilder
NcStreamProto.VariableOrBuilder getVarsOrBuilder(int index)
repeated .Variable vars = 3;
-
getStructsList
List<NcStreamProto.Structure> getStructsList()
repeated .Structure structs = 4;
-
getStructs
NcStreamProto.Structure getStructs(int index)
repeated .Structure structs = 4;
-
getStructsCount
int getStructsCount()
repeated .Structure structs = 4;
-
getStructsOrBuilderList
List<? extends NcStreamProto.StructureOrBuilder> getStructsOrBuilderList()
repeated .Structure structs = 4;
-
getStructsOrBuilder
NcStreamProto.StructureOrBuilder getStructsOrBuilder(int index)
repeated .Structure structs = 4;
-
getAttsList
List<NcStreamProto.Attribute> getAttsList()
repeated .Attribute atts = 5;
-
getAtts
NcStreamProto.Attribute getAtts(int index)
repeated .Attribute atts = 5;
-
getAttsCount
int getAttsCount()
repeated .Attribute atts = 5;
-
getAttsOrBuilderList
List<? extends NcStreamProto.AttributeOrBuilder> getAttsOrBuilderList()
repeated .Attribute atts = 5;
-
getAttsOrBuilder
NcStreamProto.AttributeOrBuilder getAttsOrBuilder(int index)
repeated .Attribute atts = 5;
-
getGroupsList
List<NcStreamProto.Group> getGroupsList()
repeated .Group groups = 6;
-
getGroups
NcStreamProto.Group getGroups(int index)
repeated .Group groups = 6;
-
getGroupsCount
int getGroupsCount()
repeated .Group groups = 6;
-
getGroupsOrBuilderList
List<? extends NcStreamProto.GroupOrBuilder> getGroupsOrBuilderList()
repeated .Group groups = 6;
-
getGroupsOrBuilder
NcStreamProto.GroupOrBuilder getGroupsOrBuilder(int index)
repeated .Group groups = 6;
-
getEnumTypesList
List<NcStreamProto.EnumTypedef> getEnumTypesList()
repeated .EnumTypedef enumTypes = 7;
-
getEnumTypes
NcStreamProto.EnumTypedef getEnumTypes(int index)
repeated .EnumTypedef enumTypes = 7;
-
getEnumTypesCount
int getEnumTypesCount()
repeated .EnumTypedef enumTypes = 7;
-
getEnumTypesOrBuilderList
List<? extends NcStreamProto.EnumTypedefOrBuilder> getEnumTypesOrBuilderList()
repeated .EnumTypedef enumTypes = 7;
-
getEnumTypesOrBuilder
NcStreamProto.EnumTypedefOrBuilder getEnumTypesOrBuilder(int index)
repeated .EnumTypedef enumTypes = 7;
-
-