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.AttributegetAtts(int index)repeated .Attribute atts = 5;intgetAttsCount()repeated .Attribute atts = 5;List<NcStreamProto.Attribute>getAttsList()repeated .Attribute atts = 5;NcStreamProto.AttributeOrBuildergetAttsOrBuilder(int index)repeated .Attribute atts = 5;List<? extends NcStreamProto.AttributeOrBuilder>getAttsOrBuilderList()repeated .Attribute atts = 5;NcStreamProto.DimensiongetDims(int index)repeated .Dimension dims = 2;intgetDimsCount()repeated .Dimension dims = 2;List<NcStreamProto.Dimension>getDimsList()repeated .Dimension dims = 2;NcStreamProto.DimensionOrBuildergetDimsOrBuilder(int index)repeated .Dimension dims = 2;List<? extends NcStreamProto.DimensionOrBuilder>getDimsOrBuilderList()repeated .Dimension dims = 2;NcStreamProto.EnumTypedefgetEnumTypes(int index)repeated .EnumTypedef enumTypes = 7;intgetEnumTypesCount()repeated .EnumTypedef enumTypes = 7;List<NcStreamProto.EnumTypedef>getEnumTypesList()repeated .EnumTypedef enumTypes = 7;NcStreamProto.EnumTypedefOrBuildergetEnumTypesOrBuilder(int index)repeated .EnumTypedef enumTypes = 7;List<? extends NcStreamProto.EnumTypedefOrBuilder>getEnumTypesOrBuilderList()repeated .EnumTypedef enumTypes = 7;NcStreamProto.GroupgetGroups(int index)repeated .Group groups = 6;intgetGroupsCount()repeated .Group groups = 6;List<NcStreamProto.Group>getGroupsList()repeated .Group groups = 6;NcStreamProto.GroupOrBuildergetGroupsOrBuilder(int index)repeated .Group groups = 6;List<? extends NcStreamProto.GroupOrBuilder>getGroupsOrBuilderList()repeated .Group groups = 6;StringgetName()short namecom.google.protobuf.ByteStringgetNameBytes()short nameNcStreamProto.StructuregetStructs(int index)repeated .Structure structs = 4;intgetStructsCount()repeated .Structure structs = 4;List<NcStreamProto.Structure>getStructsList()repeated .Structure structs = 4;NcStreamProto.StructureOrBuildergetStructsOrBuilder(int index)repeated .Structure structs = 4;List<? extends NcStreamProto.StructureOrBuilder>getStructsOrBuilderList()repeated .Structure structs = 4;NcStreamProto.VariablegetVars(int index)repeated .Variable vars = 3;intgetVarsCount()repeated .Variable vars = 3;List<NcStreamProto.Variable>getVarsList()repeated .Variable vars = 3;NcStreamProto.VariableOrBuildergetVarsOrBuilder(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;
-
-