Package ucar.gcdm
Class GcdmNetcdfProto.Group
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite
-
- com.google.protobuf.AbstractMessage
-
- com.google.protobuf.GeneratedMessageV3
-
- ucar.gcdm.GcdmNetcdfProto.Group
-
- All Implemented Interfaces:
com.google.protobuf.Message
,com.google.protobuf.MessageLite
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,Serializable
,GcdmNetcdfProto.GroupOrBuilder
- Enclosing class:
- GcdmNetcdfProto
public static final class GcdmNetcdfProto.Group extends com.google.protobuf.GeneratedMessageV3 implements GcdmNetcdfProto.GroupOrBuilder
Protobuf typeucar.gcdm.Group
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GcdmNetcdfProto.Group.Builder
Protobuf typeucar.gcdm.Group
-
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageV3
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
-
-
Field Summary
Fields Modifier and Type Field Description static int
ATTRIBUTES_FIELD_NUMBER
static int
DIMENSIONS_FIELD_NUMBER
static int
ENUM_TYPES_FIELD_NUMBER
static int
GROUPS_FIELD_NUMBER
static int
NAME_FIELD_NUMBER
static int
STRUCTURES_FIELD_NUMBER
static int
VARIABLES_FIELD_NUMBER
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
GcdmNetcdfProto.Attribute
getAttributes(int index)
repeated .ucar.gcdm.Attribute attributes = 5;
int
getAttributesCount()
repeated .ucar.gcdm.Attribute attributes = 5;
List<GcdmNetcdfProto.Attribute>
getAttributesList()
repeated .ucar.gcdm.Attribute attributes = 5;
GcdmNetcdfProto.AttributeOrBuilder
getAttributesOrBuilder(int index)
repeated .ucar.gcdm.Attribute attributes = 5;
List<? extends GcdmNetcdfProto.AttributeOrBuilder>
getAttributesOrBuilderList()
repeated .ucar.gcdm.Attribute attributes = 5;
static GcdmNetcdfProto.Group
getDefaultInstance()
GcdmNetcdfProto.Group
getDefaultInstanceForType()
static com.google.protobuf.Descriptors.Descriptor
getDescriptor()
GcdmNetcdfProto.Dimension
getDimensions(int index)
repeated .ucar.gcdm.Dimension dimensions = 2;
int
getDimensionsCount()
repeated .ucar.gcdm.Dimension dimensions = 2;
List<GcdmNetcdfProto.Dimension>
getDimensionsList()
repeated .ucar.gcdm.Dimension dimensions = 2;
GcdmNetcdfProto.DimensionOrBuilder
getDimensionsOrBuilder(int index)
repeated .ucar.gcdm.Dimension dimensions = 2;
List<? extends GcdmNetcdfProto.DimensionOrBuilder>
getDimensionsOrBuilderList()
repeated .ucar.gcdm.Dimension dimensions = 2;
GcdmNetcdfProto.EnumTypedef
getEnumTypes(int index)
repeated .ucar.gcdm.EnumTypedef enum_types = 7;
int
getEnumTypesCount()
repeated .ucar.gcdm.EnumTypedef enum_types = 7;
List<GcdmNetcdfProto.EnumTypedef>
getEnumTypesList()
repeated .ucar.gcdm.EnumTypedef enum_types = 7;
GcdmNetcdfProto.EnumTypedefOrBuilder
getEnumTypesOrBuilder(int index)
repeated .ucar.gcdm.EnumTypedef enum_types = 7;
List<? extends GcdmNetcdfProto.EnumTypedefOrBuilder>
getEnumTypesOrBuilderList()
repeated .ucar.gcdm.EnumTypedef enum_types = 7;
GcdmNetcdfProto.Group
getGroups(int index)
repeated .ucar.gcdm.Group groups = 6;
int
getGroupsCount()
repeated .ucar.gcdm.Group groups = 6;
List<GcdmNetcdfProto.Group>
getGroupsList()
repeated .ucar.gcdm.Group groups = 6;
GcdmNetcdfProto.GroupOrBuilder
getGroupsOrBuilder(int index)
repeated .ucar.gcdm.Group groups = 6;
List<? extends GcdmNetcdfProto.GroupOrBuilder>
getGroupsOrBuilderList()
repeated .ucar.gcdm.Group groups = 6;
String
getName()
short namecom.google.protobuf.ByteString
getNameBytes()
short namecom.google.protobuf.Parser<GcdmNetcdfProto.Group>
getParserForType()
int
getSerializedSize()
GcdmNetcdfProto.Structure
getStructures(int index)
repeated .ucar.gcdm.Structure structures = 4;
int
getStructuresCount()
repeated .ucar.gcdm.Structure structures = 4;
List<GcdmNetcdfProto.Structure>
getStructuresList()
repeated .ucar.gcdm.Structure structures = 4;
GcdmNetcdfProto.StructureOrBuilder
getStructuresOrBuilder(int index)
repeated .ucar.gcdm.Structure structures = 4;
List<? extends GcdmNetcdfProto.StructureOrBuilder>
getStructuresOrBuilderList()
repeated .ucar.gcdm.Structure structures = 4;
GcdmNetcdfProto.Variable
getVariables(int index)
repeated .ucar.gcdm.Variable variables = 3;
int
getVariablesCount()
repeated .ucar.gcdm.Variable variables = 3;
List<GcdmNetcdfProto.Variable>
getVariablesList()
repeated .ucar.gcdm.Variable variables = 3;
GcdmNetcdfProto.VariableOrBuilder
getVariablesOrBuilder(int index)
repeated .ucar.gcdm.Variable variables = 3;
List<? extends GcdmNetcdfProto.VariableOrBuilder>
getVariablesOrBuilderList()
repeated .ucar.gcdm.Variable variables = 3;
int
hashCode()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable()
boolean
isInitialized()
static GcdmNetcdfProto.Group.Builder
newBuilder()
static GcdmNetcdfProto.Group.Builder
newBuilder(GcdmNetcdfProto.Group prototype)
GcdmNetcdfProto.Group.Builder
newBuilderForType()
protected GcdmNetcdfProto.Group.Builder
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
protected Object
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
static GcdmNetcdfProto.Group
parseDelimitedFrom(InputStream input)
static GcdmNetcdfProto.Group
parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GcdmNetcdfProto.Group
parseFrom(byte[] data)
static GcdmNetcdfProto.Group
parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GcdmNetcdfProto.Group
parseFrom(com.google.protobuf.ByteString data)
static GcdmNetcdfProto.Group
parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GcdmNetcdfProto.Group
parseFrom(com.google.protobuf.CodedInputStream input)
static GcdmNetcdfProto.Group
parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GcdmNetcdfProto.Group
parseFrom(InputStream input)
static GcdmNetcdfProto.Group
parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GcdmNetcdfProto.Group
parseFrom(ByteBuffer data)
static GcdmNetcdfProto.Group
parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static com.google.protobuf.Parser<GcdmNetcdfProto.Group>
parser()
GcdmNetcdfProto.Group.Builder
toBuilder()
void
writeTo(com.google.protobuf.CodedOutputStream output)
-
Methods inherited from class com.google.protobuf.GeneratedMessageV3
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, 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
-
Methods inherited from class com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
-
-
-
Field Detail
-
NAME_FIELD_NUMBER
public static final int NAME_FIELD_NUMBER
- See Also:
- Constant Field Values
-
DIMENSIONS_FIELD_NUMBER
public static final int DIMENSIONS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
VARIABLES_FIELD_NUMBER
public static final int VARIABLES_FIELD_NUMBER
- See Also:
- Constant Field Values
-
STRUCTURES_FIELD_NUMBER
public static final int STRUCTURES_FIELD_NUMBER
- See Also:
- Constant Field Values
-
ATTRIBUTES_FIELD_NUMBER
public static final int ATTRIBUTES_FIELD_NUMBER
- See Also:
- Constant Field Values
-
GROUPS_FIELD_NUMBER
public static final int GROUPS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
ENUM_TYPES_FIELD_NUMBER
public static final int ENUM_TYPES_FIELD_NUMBER
- See Also:
- Constant Field Values
-
-
Method Detail
-
newInstance
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
- Overrides:
newInstance
in classcom.google.protobuf.GeneratedMessageV3
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessageV3
-
getName
public String getName()
short name
string name = 1;
- Specified by:
getName
in interfaceGcdmNetcdfProto.GroupOrBuilder
- Returns:
- The name.
-
getNameBytes
public com.google.protobuf.ByteString getNameBytes()
short name
string name = 1;
- Specified by:
getNameBytes
in interfaceGcdmNetcdfProto.GroupOrBuilder
- Returns:
- The bytes for name.
-
getDimensionsList
public List<GcdmNetcdfProto.Dimension> getDimensionsList()
repeated .ucar.gcdm.Dimension dimensions = 2;
- Specified by:
getDimensionsList
in interfaceGcdmNetcdfProto.GroupOrBuilder
-
getDimensionsOrBuilderList
public List<? extends GcdmNetcdfProto.DimensionOrBuilder> getDimensionsOrBuilderList()
repeated .ucar.gcdm.Dimension dimensions = 2;
- Specified by:
getDimensionsOrBuilderList
in interfaceGcdmNetcdfProto.GroupOrBuilder
-
getDimensionsCount
public int getDimensionsCount()
repeated .ucar.gcdm.Dimension dimensions = 2;
- Specified by:
getDimensionsCount
in interfaceGcdmNetcdfProto.GroupOrBuilder
-
getDimensions
public GcdmNetcdfProto.Dimension getDimensions(int index)
repeated .ucar.gcdm.Dimension dimensions = 2;
- Specified by:
getDimensions
in interfaceGcdmNetcdfProto.GroupOrBuilder
-
getDimensionsOrBuilder
public GcdmNetcdfProto.DimensionOrBuilder getDimensionsOrBuilder(int index)
repeated .ucar.gcdm.Dimension dimensions = 2;
- Specified by:
getDimensionsOrBuilder
in interfaceGcdmNetcdfProto.GroupOrBuilder
-
getVariablesList
public List<GcdmNetcdfProto.Variable> getVariablesList()
repeated .ucar.gcdm.Variable variables = 3;
- Specified by:
getVariablesList
in interfaceGcdmNetcdfProto.GroupOrBuilder
-
getVariablesOrBuilderList
public List<? extends GcdmNetcdfProto.VariableOrBuilder> getVariablesOrBuilderList()
repeated .ucar.gcdm.Variable variables = 3;
- Specified by:
getVariablesOrBuilderList
in interfaceGcdmNetcdfProto.GroupOrBuilder
-
getVariablesCount
public int getVariablesCount()
repeated .ucar.gcdm.Variable variables = 3;
- Specified by:
getVariablesCount
in interfaceGcdmNetcdfProto.GroupOrBuilder
-
getVariables
public GcdmNetcdfProto.Variable getVariables(int index)
repeated .ucar.gcdm.Variable variables = 3;
- Specified by:
getVariables
in interfaceGcdmNetcdfProto.GroupOrBuilder
-
getVariablesOrBuilder
public GcdmNetcdfProto.VariableOrBuilder getVariablesOrBuilder(int index)
repeated .ucar.gcdm.Variable variables = 3;
- Specified by:
getVariablesOrBuilder
in interfaceGcdmNetcdfProto.GroupOrBuilder
-
getStructuresList
public List<GcdmNetcdfProto.Structure> getStructuresList()
repeated .ucar.gcdm.Structure structures = 4;
- Specified by:
getStructuresList
in interfaceGcdmNetcdfProto.GroupOrBuilder
-
getStructuresOrBuilderList
public List<? extends GcdmNetcdfProto.StructureOrBuilder> getStructuresOrBuilderList()
repeated .ucar.gcdm.Structure structures = 4;
- Specified by:
getStructuresOrBuilderList
in interfaceGcdmNetcdfProto.GroupOrBuilder
-
getStructuresCount
public int getStructuresCount()
repeated .ucar.gcdm.Structure structures = 4;
- Specified by:
getStructuresCount
in interfaceGcdmNetcdfProto.GroupOrBuilder
-
getStructures
public GcdmNetcdfProto.Structure getStructures(int index)
repeated .ucar.gcdm.Structure structures = 4;
- Specified by:
getStructures
in interfaceGcdmNetcdfProto.GroupOrBuilder
-
getStructuresOrBuilder
public GcdmNetcdfProto.StructureOrBuilder getStructuresOrBuilder(int index)
repeated .ucar.gcdm.Structure structures = 4;
- Specified by:
getStructuresOrBuilder
in interfaceGcdmNetcdfProto.GroupOrBuilder
-
getAttributesList
public List<GcdmNetcdfProto.Attribute> getAttributesList()
repeated .ucar.gcdm.Attribute attributes = 5;
- Specified by:
getAttributesList
in interfaceGcdmNetcdfProto.GroupOrBuilder
-
getAttributesOrBuilderList
public List<? extends GcdmNetcdfProto.AttributeOrBuilder> getAttributesOrBuilderList()
repeated .ucar.gcdm.Attribute attributes = 5;
- Specified by:
getAttributesOrBuilderList
in interfaceGcdmNetcdfProto.GroupOrBuilder
-
getAttributesCount
public int getAttributesCount()
repeated .ucar.gcdm.Attribute attributes = 5;
- Specified by:
getAttributesCount
in interfaceGcdmNetcdfProto.GroupOrBuilder
-
getAttributes
public GcdmNetcdfProto.Attribute getAttributes(int index)
repeated .ucar.gcdm.Attribute attributes = 5;
- Specified by:
getAttributes
in interfaceGcdmNetcdfProto.GroupOrBuilder
-
getAttributesOrBuilder
public GcdmNetcdfProto.AttributeOrBuilder getAttributesOrBuilder(int index)
repeated .ucar.gcdm.Attribute attributes = 5;
- Specified by:
getAttributesOrBuilder
in interfaceGcdmNetcdfProto.GroupOrBuilder
-
getGroupsList
public List<GcdmNetcdfProto.Group> getGroupsList()
repeated .ucar.gcdm.Group groups = 6;
- Specified by:
getGroupsList
in interfaceGcdmNetcdfProto.GroupOrBuilder
-
getGroupsOrBuilderList
public List<? extends GcdmNetcdfProto.GroupOrBuilder> getGroupsOrBuilderList()
repeated .ucar.gcdm.Group groups = 6;
- Specified by:
getGroupsOrBuilderList
in interfaceGcdmNetcdfProto.GroupOrBuilder
-
getGroupsCount
public int getGroupsCount()
repeated .ucar.gcdm.Group groups = 6;
- Specified by:
getGroupsCount
in interfaceGcdmNetcdfProto.GroupOrBuilder
-
getGroups
public GcdmNetcdfProto.Group getGroups(int index)
repeated .ucar.gcdm.Group groups = 6;
- Specified by:
getGroups
in interfaceGcdmNetcdfProto.GroupOrBuilder
-
getGroupsOrBuilder
public GcdmNetcdfProto.GroupOrBuilder getGroupsOrBuilder(int index)
repeated .ucar.gcdm.Group groups = 6;
- Specified by:
getGroupsOrBuilder
in interfaceGcdmNetcdfProto.GroupOrBuilder
-
getEnumTypesList
public List<GcdmNetcdfProto.EnumTypedef> getEnumTypesList()
repeated .ucar.gcdm.EnumTypedef enum_types = 7;
- Specified by:
getEnumTypesList
in interfaceGcdmNetcdfProto.GroupOrBuilder
-
getEnumTypesOrBuilderList
public List<? extends GcdmNetcdfProto.EnumTypedefOrBuilder> getEnumTypesOrBuilderList()
repeated .ucar.gcdm.EnumTypedef enum_types = 7;
- Specified by:
getEnumTypesOrBuilderList
in interfaceGcdmNetcdfProto.GroupOrBuilder
-
getEnumTypesCount
public int getEnumTypesCount()
repeated .ucar.gcdm.EnumTypedef enum_types = 7;
- Specified by:
getEnumTypesCount
in interfaceGcdmNetcdfProto.GroupOrBuilder
-
getEnumTypes
public GcdmNetcdfProto.EnumTypedef getEnumTypes(int index)
repeated .ucar.gcdm.EnumTypedef enum_types = 7;
- Specified by:
getEnumTypes
in interfaceGcdmNetcdfProto.GroupOrBuilder
-
getEnumTypesOrBuilder
public GcdmNetcdfProto.EnumTypedefOrBuilder getEnumTypesOrBuilder(int index)
repeated .ucar.gcdm.EnumTypedef enum_types = 7;
- Specified by:
getEnumTypesOrBuilder
in interfaceGcdmNetcdfProto.GroupOrBuilder
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3
-
writeTo
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
- Specified by:
writeTo
in interfacecom.google.protobuf.MessageLite
- Overrides:
writeTo
in classcom.google.protobuf.GeneratedMessageV3
- Throws:
IOException
-
getSerializedSize
public int getSerializedSize()
- Specified by:
getSerializedSize
in interfacecom.google.protobuf.MessageLite
- Overrides:
getSerializedSize
in classcom.google.protobuf.GeneratedMessageV3
-
equals
public boolean equals(Object obj)
- Specified by:
equals
in interfacecom.google.protobuf.Message
- Overrides:
equals
in classcom.google.protobuf.AbstractMessage
-
hashCode
public int hashCode()
- Specified by:
hashCode
in interfacecom.google.protobuf.Message
- Overrides:
hashCode
in classcom.google.protobuf.AbstractMessage
-
parseFrom
public static GcdmNetcdfProto.Group parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static GcdmNetcdfProto.Group parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static GcdmNetcdfProto.Group parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static GcdmNetcdfProto.Group parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static GcdmNetcdfProto.Group parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static GcdmNetcdfProto.Group parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static GcdmNetcdfProto.Group parseFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static GcdmNetcdfProto.Group parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static GcdmNetcdfProto.Group parseDelimitedFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static GcdmNetcdfProto.Group parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseFrom
public static GcdmNetcdfProto.Group parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static GcdmNetcdfProto.Group parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
newBuilderForType
public GcdmNetcdfProto.Group.Builder newBuilderForType()
- Specified by:
newBuilderForType
in interfacecom.google.protobuf.Message
- Specified by:
newBuilderForType
in interfacecom.google.protobuf.MessageLite
-
newBuilder
public static GcdmNetcdfProto.Group.Builder newBuilder()
-
newBuilder
public static GcdmNetcdfProto.Group.Builder newBuilder(GcdmNetcdfProto.Group prototype)
-
toBuilder
public GcdmNetcdfProto.Group.Builder toBuilder()
- Specified by:
toBuilder
in interfacecom.google.protobuf.Message
- Specified by:
toBuilder
in interfacecom.google.protobuf.MessageLite
-
newBuilderForType
protected GcdmNetcdfProto.Group.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
- Specified by:
newBuilderForType
in classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstance
public static GcdmNetcdfProto.Group getDefaultInstance()
-
parser
public static com.google.protobuf.Parser<GcdmNetcdfProto.Group> parser()
-
getParserForType
public com.google.protobuf.Parser<GcdmNetcdfProto.Group> getParserForType()
- Specified by:
getParserForType
in interfacecom.google.protobuf.Message
- Specified by:
getParserForType
in interfacecom.google.protobuf.MessageLite
- Overrides:
getParserForType
in classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstanceForType
public GcdmNetcdfProto.Group getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
-