public static final class GcdmNetcdfProto.Data.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<GcdmNetcdfProto.Data.Builder> implements GcdmNetcdfProto.DataOrBuilder
ucar.gcdm.DatagetAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<GcdmNetcdfProto.Data.Builder>public GcdmNetcdfProto.Data.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<GcdmNetcdfProto.Data.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<GcdmNetcdfProto.Data.Builder>public GcdmNetcdfProto.Data getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic GcdmNetcdfProto.Data build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic GcdmNetcdfProto.Data buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic GcdmNetcdfProto.Data.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<GcdmNetcdfProto.Data.Builder>public GcdmNetcdfProto.Data.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<GcdmNetcdfProto.Data.Builder>public GcdmNetcdfProto.Data.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<GcdmNetcdfProto.Data.Builder>public GcdmNetcdfProto.Data.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<GcdmNetcdfProto.Data.Builder>public GcdmNetcdfProto.Data.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<GcdmNetcdfProto.Data.Builder>public GcdmNetcdfProto.Data.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<GcdmNetcdfProto.Data.Builder>public GcdmNetcdfProto.Data.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<GcdmNetcdfProto.Data.Builder>public GcdmNetcdfProto.Data.Builder mergeFrom(GcdmNetcdfProto.Data other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<GcdmNetcdfProto.Data.Builder>public GcdmNetcdfProto.Data.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<GcdmNetcdfProto.Data.Builder>IOExceptionpublic int getDataTypeValue()
.ucar.gcdm.DataType data_type = 1;getDataTypeValue in interface GcdmNetcdfProto.DataOrBuilderpublic GcdmNetcdfProto.Data.Builder setDataTypeValue(int value)
.ucar.gcdm.DataType data_type = 1;value - The enum numeric value on the wire for dataType to set.public GcdmNetcdfProto.DataType getDataType()
.ucar.gcdm.DataType data_type = 1;getDataType in interface GcdmNetcdfProto.DataOrBuilderpublic GcdmNetcdfProto.Data.Builder setDataType(GcdmNetcdfProto.DataType value)
.ucar.gcdm.DataType data_type = 1;value - The dataType to set.public GcdmNetcdfProto.Data.Builder clearDataType()
.ucar.gcdm.DataType data_type = 1;public List<Integer> getShapesList()
repeated uint32 shapes = 2;getShapesList in interface GcdmNetcdfProto.DataOrBuilderpublic int getShapesCount()
repeated uint32 shapes = 2;getShapesCount in interface GcdmNetcdfProto.DataOrBuilderpublic int getShapes(int index)
repeated uint32 shapes = 2;getShapes in interface GcdmNetcdfProto.DataOrBuilderindex - The index of the element to return.public GcdmNetcdfProto.Data.Builder setShapes(int index, int value)
repeated uint32 shapes = 2;index - The index to set the value at.value - The shapes to set.public GcdmNetcdfProto.Data.Builder addShapes(int value)
repeated uint32 shapes = 2;value - The shapes to add.public GcdmNetcdfProto.Data.Builder addAllShapes(Iterable<? extends Integer> values)
repeated uint32 shapes = 2;values - The shapes to add.public GcdmNetcdfProto.Data.Builder clearShapes()
repeated uint32 shapes = 2;public List<com.google.protobuf.ByteString> getBdataList()
oneof, depends on data_type
repeated bytes bdata = 3;getBdataList in interface GcdmNetcdfProto.DataOrBuilderpublic int getBdataCount()
oneof, depends on data_type
repeated bytes bdata = 3;getBdataCount in interface GcdmNetcdfProto.DataOrBuilderpublic com.google.protobuf.ByteString getBdata(int index)
oneof, depends on data_type
repeated bytes bdata = 3;getBdata in interface GcdmNetcdfProto.DataOrBuilderindex - The index of the element to return.public GcdmNetcdfProto.Data.Builder setBdata(int index, com.google.protobuf.ByteString value)
oneof, depends on data_type
repeated bytes bdata = 3;index - The index to set the value at.value - The bdata to set.public GcdmNetcdfProto.Data.Builder addBdata(com.google.protobuf.ByteString value)
oneof, depends on data_type
repeated bytes bdata = 3;value - The bdata to add.public GcdmNetcdfProto.Data.Builder addAllBdata(Iterable<? extends com.google.protobuf.ByteString> values)
oneof, depends on data_type
repeated bytes bdata = 3;values - The bdata to add.public GcdmNetcdfProto.Data.Builder clearBdata()
oneof, depends on data_type
repeated bytes bdata = 3;public List<Integer> getIdataList()
SHORT, INT
repeated sint32 idata = 4;getIdataList in interface GcdmNetcdfProto.DataOrBuilderpublic int getIdataCount()
SHORT, INT
repeated sint32 idata = 4;getIdataCount in interface GcdmNetcdfProto.DataOrBuilderpublic int getIdata(int index)
SHORT, INT
repeated sint32 idata = 4;getIdata in interface GcdmNetcdfProto.DataOrBuilderindex - The index of the element to return.public GcdmNetcdfProto.Data.Builder setIdata(int index, int value)
SHORT, INT
repeated sint32 idata = 4;index - The index to set the value at.value - The idata to set.public GcdmNetcdfProto.Data.Builder addIdata(int value)
SHORT, INT
repeated sint32 idata = 4;value - The idata to add.public GcdmNetcdfProto.Data.Builder addAllIdata(Iterable<? extends Integer> values)
SHORT, INT
repeated sint32 idata = 4;values - The idata to add.public GcdmNetcdfProto.Data.Builder clearIdata()
SHORT, INT
repeated sint32 idata = 4;public List<Integer> getUidataList()
ENUM2, USHORT, ENUM4, UINT
repeated uint32 uidata = 5;getUidataList in interface GcdmNetcdfProto.DataOrBuilderpublic int getUidataCount()
ENUM2, USHORT, ENUM4, UINT
repeated uint32 uidata = 5;getUidataCount in interface GcdmNetcdfProto.DataOrBuilderpublic int getUidata(int index)
ENUM2, USHORT, ENUM4, UINT
repeated uint32 uidata = 5;getUidata in interface GcdmNetcdfProto.DataOrBuilderindex - The index of the element to return.public GcdmNetcdfProto.Data.Builder setUidata(int index, int value)
ENUM2, USHORT, ENUM4, UINT
repeated uint32 uidata = 5;index - The index to set the value at.value - The uidata to set.public GcdmNetcdfProto.Data.Builder addUidata(int value)
ENUM2, USHORT, ENUM4, UINT
repeated uint32 uidata = 5;value - The uidata to add.public GcdmNetcdfProto.Data.Builder addAllUidata(Iterable<? extends Integer> values)
ENUM2, USHORT, ENUM4, UINT
repeated uint32 uidata = 5;values - The uidata to add.public GcdmNetcdfProto.Data.Builder clearUidata()
ENUM2, USHORT, ENUM4, UINT
repeated uint32 uidata = 5;public List<Long> getLdataList()
LONG
repeated sint64 ldata = 6;getLdataList in interface GcdmNetcdfProto.DataOrBuilderpublic int getLdataCount()
LONG
repeated sint64 ldata = 6;getLdataCount in interface GcdmNetcdfProto.DataOrBuilderpublic long getLdata(int index)
LONG
repeated sint64 ldata = 6;getLdata in interface GcdmNetcdfProto.DataOrBuilderindex - The index of the element to return.public GcdmNetcdfProto.Data.Builder setLdata(int index, long value)
LONG
repeated sint64 ldata = 6;index - The index to set the value at.value - The ldata to set.public GcdmNetcdfProto.Data.Builder addLdata(long value)
LONG
repeated sint64 ldata = 6;value - The ldata to add.public GcdmNetcdfProto.Data.Builder addAllLdata(Iterable<? extends Long> values)
LONG
repeated sint64 ldata = 6;values - The ldata to add.public GcdmNetcdfProto.Data.Builder clearLdata()
LONG
repeated sint64 ldata = 6;public List<Long> getUldataList()
ULONG
repeated uint64 uldata = 7;getUldataList in interface GcdmNetcdfProto.DataOrBuilderpublic int getUldataCount()
ULONG
repeated uint64 uldata = 7;getUldataCount in interface GcdmNetcdfProto.DataOrBuilderpublic long getUldata(int index)
ULONG
repeated uint64 uldata = 7;getUldata in interface GcdmNetcdfProto.DataOrBuilderindex - The index of the element to return.public GcdmNetcdfProto.Data.Builder setUldata(int index, long value)
ULONG
repeated uint64 uldata = 7;index - The index to set the value at.value - The uldata to set.public GcdmNetcdfProto.Data.Builder addUldata(long value)
ULONG
repeated uint64 uldata = 7;value - The uldata to add.public GcdmNetcdfProto.Data.Builder addAllUldata(Iterable<? extends Long> values)
ULONG
repeated uint64 uldata = 7;values - The uldata to add.public GcdmNetcdfProto.Data.Builder clearUldata()
ULONG
repeated uint64 uldata = 7;public List<Float> getFdataList()
FLOAT
repeated float fdata = 8;getFdataList in interface GcdmNetcdfProto.DataOrBuilderpublic int getFdataCount()
FLOAT
repeated float fdata = 8;getFdataCount in interface GcdmNetcdfProto.DataOrBuilderpublic float getFdata(int index)
FLOAT
repeated float fdata = 8;getFdata in interface GcdmNetcdfProto.DataOrBuilderindex - The index of the element to return.public GcdmNetcdfProto.Data.Builder setFdata(int index, float value)
FLOAT
repeated float fdata = 8;index - The index to set the value at.value - The fdata to set.public GcdmNetcdfProto.Data.Builder addFdata(float value)
FLOAT
repeated float fdata = 8;value - The fdata to add.public GcdmNetcdfProto.Data.Builder addAllFdata(Iterable<? extends Float> values)
FLOAT
repeated float fdata = 8;values - The fdata to add.public GcdmNetcdfProto.Data.Builder clearFdata()
FLOAT
repeated float fdata = 8;public List<Double> getDdataList()
DOUBLE
repeated double ddata = 9;getDdataList in interface GcdmNetcdfProto.DataOrBuilderpublic int getDdataCount()
DOUBLE
repeated double ddata = 9;getDdataCount in interface GcdmNetcdfProto.DataOrBuilderpublic double getDdata(int index)
DOUBLE
repeated double ddata = 9;getDdata in interface GcdmNetcdfProto.DataOrBuilderindex - The index of the element to return.public GcdmNetcdfProto.Data.Builder setDdata(int index, double value)
DOUBLE
repeated double ddata = 9;index - The index to set the value at.value - The ddata to set.public GcdmNetcdfProto.Data.Builder addDdata(double value)
DOUBLE
repeated double ddata = 9;value - The ddata to add.public GcdmNetcdfProto.Data.Builder addAllDdata(Iterable<? extends Double> values)
DOUBLE
repeated double ddata = 9;values - The ddata to add.public GcdmNetcdfProto.Data.Builder clearDdata()
DOUBLE
repeated double ddata = 9;public com.google.protobuf.ProtocolStringList getSdataList()
STRING
repeated string sdata = 10;getSdataList in interface GcdmNetcdfProto.DataOrBuilderpublic int getSdataCount()
STRING
repeated string sdata = 10;getSdataCount in interface GcdmNetcdfProto.DataOrBuilderpublic String getSdata(int index)
STRING
repeated string sdata = 10;getSdata in interface GcdmNetcdfProto.DataOrBuilderindex - The index of the element to return.public com.google.protobuf.ByteString getSdataBytes(int index)
STRING
repeated string sdata = 10;getSdataBytes in interface GcdmNetcdfProto.DataOrBuilderindex - The index of the value to return.public GcdmNetcdfProto.Data.Builder setSdata(int index, String value)
STRING
repeated string sdata = 10;index - The index to set the value at.value - The sdata to set.public GcdmNetcdfProto.Data.Builder addSdata(String value)
STRING
repeated string sdata = 10;value - The sdata to add.public GcdmNetcdfProto.Data.Builder addAllSdata(Iterable<String> values)
STRING
repeated string sdata = 10;values - The sdata to add.public GcdmNetcdfProto.Data.Builder clearSdata()
STRING
repeated string sdata = 10;public GcdmNetcdfProto.Data.Builder addSdataBytes(com.google.protobuf.ByteString value)
STRING
repeated string sdata = 10;value - The bytes of the sdata to add.public List<GcdmNetcdfProto.Data> getVlenList()
VLEN
repeated .ucar.gcdm.Data vlen = 11;getVlenList in interface GcdmNetcdfProto.DataOrBuilderpublic int getVlenCount()
VLEN
repeated .ucar.gcdm.Data vlen = 11;getVlenCount in interface GcdmNetcdfProto.DataOrBuilderpublic GcdmNetcdfProto.Data getVlen(int index)
VLEN
repeated .ucar.gcdm.Data vlen = 11;getVlen in interface GcdmNetcdfProto.DataOrBuilderpublic GcdmNetcdfProto.Data.Builder setVlen(int index, GcdmNetcdfProto.Data value)
VLEN
repeated .ucar.gcdm.Data vlen = 11;public GcdmNetcdfProto.Data.Builder setVlen(int index, GcdmNetcdfProto.Data.Builder builderForValue)
VLEN
repeated .ucar.gcdm.Data vlen = 11;public GcdmNetcdfProto.Data.Builder addVlen(GcdmNetcdfProto.Data value)
VLEN
repeated .ucar.gcdm.Data vlen = 11;public GcdmNetcdfProto.Data.Builder addVlen(int index, GcdmNetcdfProto.Data value)
VLEN
repeated .ucar.gcdm.Data vlen = 11;public GcdmNetcdfProto.Data.Builder addVlen(GcdmNetcdfProto.Data.Builder builderForValue)
VLEN
repeated .ucar.gcdm.Data vlen = 11;public GcdmNetcdfProto.Data.Builder addVlen(int index, GcdmNetcdfProto.Data.Builder builderForValue)
VLEN
repeated .ucar.gcdm.Data vlen = 11;public GcdmNetcdfProto.Data.Builder addAllVlen(Iterable<? extends GcdmNetcdfProto.Data> values)
VLEN
repeated .ucar.gcdm.Data vlen = 11;public GcdmNetcdfProto.Data.Builder clearVlen()
VLEN
repeated .ucar.gcdm.Data vlen = 11;public GcdmNetcdfProto.Data.Builder removeVlen(int index)
VLEN
repeated .ucar.gcdm.Data vlen = 11;public GcdmNetcdfProto.Data.Builder getVlenBuilder(int index)
VLEN
repeated .ucar.gcdm.Data vlen = 11;public GcdmNetcdfProto.DataOrBuilder getVlenOrBuilder(int index)
VLEN
repeated .ucar.gcdm.Data vlen = 11;getVlenOrBuilder in interface GcdmNetcdfProto.DataOrBuilderpublic List<? extends GcdmNetcdfProto.DataOrBuilder> getVlenOrBuilderList()
VLEN
repeated .ucar.gcdm.Data vlen = 11;getVlenOrBuilderList in interface GcdmNetcdfProto.DataOrBuilderpublic GcdmNetcdfProto.Data.Builder addVlenBuilder()
VLEN
repeated .ucar.gcdm.Data vlen = 11;public GcdmNetcdfProto.Data.Builder addVlenBuilder(int index)
VLEN
repeated .ucar.gcdm.Data vlen = 11;public List<GcdmNetcdfProto.Data.Builder> getVlenBuilderList()
VLEN
repeated .ucar.gcdm.Data vlen = 11;public boolean hasMembers()
STRUCTURE, SEQUENCE
.ucar.gcdm.StructureMembersProto members = 12;hasMembers in interface GcdmNetcdfProto.DataOrBuilderpublic GcdmNetcdfProto.StructureMembersProto getMembers()
STRUCTURE, SEQUENCE
.ucar.gcdm.StructureMembersProto members = 12;getMembers in interface GcdmNetcdfProto.DataOrBuilderpublic GcdmNetcdfProto.Data.Builder setMembers(GcdmNetcdfProto.StructureMembersProto value)
STRUCTURE, SEQUENCE
.ucar.gcdm.StructureMembersProto members = 12;public GcdmNetcdfProto.Data.Builder setMembers(GcdmNetcdfProto.StructureMembersProto.Builder builderForValue)
STRUCTURE, SEQUENCE
.ucar.gcdm.StructureMembersProto members = 12;public GcdmNetcdfProto.Data.Builder mergeMembers(GcdmNetcdfProto.StructureMembersProto value)
STRUCTURE, SEQUENCE
.ucar.gcdm.StructureMembersProto members = 12;public GcdmNetcdfProto.Data.Builder clearMembers()
STRUCTURE, SEQUENCE
.ucar.gcdm.StructureMembersProto members = 12;public GcdmNetcdfProto.StructureMembersProto.Builder getMembersBuilder()
STRUCTURE, SEQUENCE
.ucar.gcdm.StructureMembersProto members = 12;public GcdmNetcdfProto.StructureMembersProtoOrBuilder getMembersOrBuilder()
STRUCTURE, SEQUENCE
.ucar.gcdm.StructureMembersProto members = 12;getMembersOrBuilder in interface GcdmNetcdfProto.DataOrBuilderpublic List<GcdmNetcdfProto.StructureDataProto> getRowsList()
row oriented: one for each row
repeated .ucar.gcdm.StructureDataProto rows = 13;getRowsList in interface GcdmNetcdfProto.DataOrBuilderpublic int getRowsCount()
row oriented: one for each row
repeated .ucar.gcdm.StructureDataProto rows = 13;getRowsCount in interface GcdmNetcdfProto.DataOrBuilderpublic GcdmNetcdfProto.StructureDataProto getRows(int index)
row oriented: one for each row
repeated .ucar.gcdm.StructureDataProto rows = 13;getRows in interface GcdmNetcdfProto.DataOrBuilderpublic GcdmNetcdfProto.Data.Builder setRows(int index, GcdmNetcdfProto.StructureDataProto value)
row oriented: one for each row
repeated .ucar.gcdm.StructureDataProto rows = 13;public GcdmNetcdfProto.Data.Builder setRows(int index, GcdmNetcdfProto.StructureDataProto.Builder builderForValue)
row oriented: one for each row
repeated .ucar.gcdm.StructureDataProto rows = 13;public GcdmNetcdfProto.Data.Builder addRows(GcdmNetcdfProto.StructureDataProto value)
row oriented: one for each row
repeated .ucar.gcdm.StructureDataProto rows = 13;public GcdmNetcdfProto.Data.Builder addRows(int index, GcdmNetcdfProto.StructureDataProto value)
row oriented: one for each row
repeated .ucar.gcdm.StructureDataProto rows = 13;public GcdmNetcdfProto.Data.Builder addRows(GcdmNetcdfProto.StructureDataProto.Builder builderForValue)
row oriented: one for each row
repeated .ucar.gcdm.StructureDataProto rows = 13;public GcdmNetcdfProto.Data.Builder addRows(int index, GcdmNetcdfProto.StructureDataProto.Builder builderForValue)
row oriented: one for each row
repeated .ucar.gcdm.StructureDataProto rows = 13;public GcdmNetcdfProto.Data.Builder addAllRows(Iterable<? extends GcdmNetcdfProto.StructureDataProto> values)
row oriented: one for each row
repeated .ucar.gcdm.StructureDataProto rows = 13;public GcdmNetcdfProto.Data.Builder clearRows()
row oriented: one for each row
repeated .ucar.gcdm.StructureDataProto rows = 13;public GcdmNetcdfProto.Data.Builder removeRows(int index)
row oriented: one for each row
repeated .ucar.gcdm.StructureDataProto rows = 13;public GcdmNetcdfProto.StructureDataProto.Builder getRowsBuilder(int index)
row oriented: one for each row
repeated .ucar.gcdm.StructureDataProto rows = 13;public GcdmNetcdfProto.StructureDataProtoOrBuilder getRowsOrBuilder(int index)
row oriented: one for each row
repeated .ucar.gcdm.StructureDataProto rows = 13;getRowsOrBuilder in interface GcdmNetcdfProto.DataOrBuilderpublic List<? extends GcdmNetcdfProto.StructureDataProtoOrBuilder> getRowsOrBuilderList()
row oriented: one for each row
repeated .ucar.gcdm.StructureDataProto rows = 13;getRowsOrBuilderList in interface GcdmNetcdfProto.DataOrBuilderpublic GcdmNetcdfProto.StructureDataProto.Builder addRowsBuilder()
row oriented: one for each row
repeated .ucar.gcdm.StructureDataProto rows = 13;public GcdmNetcdfProto.StructureDataProto.Builder addRowsBuilder(int index)
row oriented: one for each row
repeated .ucar.gcdm.StructureDataProto rows = 13;public List<GcdmNetcdfProto.StructureDataProto.Builder> getRowsBuilderList()
row oriented: one for each row
repeated .ucar.gcdm.StructureDataProto rows = 13;public final GcdmNetcdfProto.Data.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<GcdmNetcdfProto.Data.Builder>public final GcdmNetcdfProto.Data.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<GcdmNetcdfProto.Data.Builder>