public static final class GcdmNetcdfProto.Data extends com.google.protobuf.GeneratedMessageV3 implements GcdmNetcdfProto.DataOrBuilder
ucar.gcdm.Data| Modifier and Type | Class and Description |
|---|---|
static class |
GcdmNetcdfProto.Data.Builder
Protobuf type
ucar.gcdm.Data |
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter| Modifier and Type | Field and Description |
|---|---|
static int |
BDATA_FIELD_NUMBER |
static int |
DATA_TYPE_FIELD_NUMBER |
static int |
DDATA_FIELD_NUMBER |
static int |
FDATA_FIELD_NUMBER |
static int |
IDATA_FIELD_NUMBER |
static int |
LDATA_FIELD_NUMBER |
static int |
MEMBERS_FIELD_NUMBER |
static int |
ROWS_FIELD_NUMBER |
static int |
SDATA_FIELD_NUMBER |
static int |
SHAPES_FIELD_NUMBER |
static int |
UIDATA_FIELD_NUMBER |
static int |
ULDATA_FIELD_NUMBER |
static int |
VLEN_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
com.google.protobuf.ByteString |
getBdata(int index)
oneof, depends on data_type
|
int |
getBdataCount()
oneof, depends on data_type
|
List<com.google.protobuf.ByteString> |
getBdataList()
oneof, depends on data_type
|
GcdmNetcdfProto.DataType |
getDataType()
.ucar.gcdm.DataType data_type = 1; |
int |
getDataTypeValue()
.ucar.gcdm.DataType data_type = 1; |
double |
getDdata(int index)
DOUBLE
|
int |
getDdataCount()
DOUBLE
|
List<Double> |
getDdataList()
DOUBLE
|
static GcdmNetcdfProto.Data |
getDefaultInstance() |
GcdmNetcdfProto.Data |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
float |
getFdata(int index)
FLOAT
|
int |
getFdataCount()
FLOAT
|
List<Float> |
getFdataList()
FLOAT
|
int |
getIdata(int index)
SHORT, INT
|
int |
getIdataCount()
SHORT, INT
|
List<Integer> |
getIdataList()
SHORT, INT
|
long |
getLdata(int index)
LONG
|
int |
getLdataCount()
LONG
|
List<Long> |
getLdataList()
LONG
|
GcdmNetcdfProto.StructureMembersProto |
getMembers()
STRUCTURE, SEQUENCE
|
GcdmNetcdfProto.StructureMembersProtoOrBuilder |
getMembersOrBuilder()
STRUCTURE, SEQUENCE
|
com.google.protobuf.Parser<GcdmNetcdfProto.Data> |
getParserForType() |
GcdmNetcdfProto.StructureDataProto |
getRows(int index)
row oriented: one for each row
|
int |
getRowsCount()
row oriented: one for each row
|
List<GcdmNetcdfProto.StructureDataProto> |
getRowsList()
row oriented: one for each row
|
GcdmNetcdfProto.StructureDataProtoOrBuilder |
getRowsOrBuilder(int index)
row oriented: one for each row
|
List<? extends GcdmNetcdfProto.StructureDataProtoOrBuilder> |
getRowsOrBuilderList()
row oriented: one for each row
|
String |
getSdata(int index)
STRING
|
com.google.protobuf.ByteString |
getSdataBytes(int index)
STRING
|
int |
getSdataCount()
STRING
|
com.google.protobuf.ProtocolStringList |
getSdataList()
STRING
|
int |
getSerializedSize() |
int |
getShapes(int index)
repeated uint32 shapes = 2; |
int |
getShapesCount()
repeated uint32 shapes = 2; |
List<Integer> |
getShapesList()
repeated uint32 shapes = 2; |
int |
getUidata(int index)
ENUM2, USHORT, ENUM4, UINT
|
int |
getUidataCount()
ENUM2, USHORT, ENUM4, UINT
|
List<Integer> |
getUidataList()
ENUM2, USHORT, ENUM4, UINT
|
long |
getUldata(int index)
ULONG
|
int |
getUldataCount()
ULONG
|
List<Long> |
getUldataList()
ULONG
|
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
GcdmNetcdfProto.Data |
getVlen(int index)
VLEN
|
int |
getVlenCount()
VLEN
|
List<GcdmNetcdfProto.Data> |
getVlenList()
VLEN
|
GcdmNetcdfProto.DataOrBuilder |
getVlenOrBuilder(int index)
VLEN
|
List<? extends GcdmNetcdfProto.DataOrBuilder> |
getVlenOrBuilderList()
VLEN
|
int |
hashCode() |
boolean |
hasMembers()
STRUCTURE, SEQUENCE
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static GcdmNetcdfProto.Data.Builder |
newBuilder() |
static GcdmNetcdfProto.Data.Builder |
newBuilder(GcdmNetcdfProto.Data prototype) |
GcdmNetcdfProto.Data.Builder |
newBuilderForType() |
protected GcdmNetcdfProto.Data.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static GcdmNetcdfProto.Data |
parseDelimitedFrom(InputStream input) |
static GcdmNetcdfProto.Data |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GcdmNetcdfProto.Data |
parseFrom(byte[] data) |
static GcdmNetcdfProto.Data |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GcdmNetcdfProto.Data |
parseFrom(ByteBuffer data) |
static GcdmNetcdfProto.Data |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GcdmNetcdfProto.Data |
parseFrom(com.google.protobuf.ByteString data) |
static GcdmNetcdfProto.Data |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GcdmNetcdfProto.Data |
parseFrom(com.google.protobuf.CodedInputStream input) |
static GcdmNetcdfProto.Data |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GcdmNetcdfProto.Data |
parseFrom(InputStream input) |
static GcdmNetcdfProto.Data |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<GcdmNetcdfProto.Data> |
parser() |
GcdmNetcdfProto.Data.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, 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, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int DATA_TYPE_FIELD_NUMBER
public static final int SHAPES_FIELD_NUMBER
public static final int BDATA_FIELD_NUMBER
public static final int IDATA_FIELD_NUMBER
public static final int UIDATA_FIELD_NUMBER
public static final int LDATA_FIELD_NUMBER
public static final int ULDATA_FIELD_NUMBER
public static final int FDATA_FIELD_NUMBER
public static final int DDATA_FIELD_NUMBER
public static final int SDATA_FIELD_NUMBER
public static final int VLEN_FIELD_NUMBER
public static final int MEMBERS_FIELD_NUMBER
public static final int ROWS_FIELD_NUMBER
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance in class com.google.protobuf.GeneratedMessageV3public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public int getDataTypeValue()
.ucar.gcdm.DataType data_type = 1;getDataTypeValue in interface GcdmNetcdfProto.DataOrBuilderpublic GcdmNetcdfProto.DataType getDataType()
.ucar.gcdm.DataType data_type = 1;getDataType in interface GcdmNetcdfProto.DataOrBuilderpublic 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 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 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 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 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 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 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 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 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 List<GcdmNetcdfProto.Data> getVlenList()
VLEN
repeated .ucar.gcdm.Data vlen = 11;getVlenList in interface GcdmNetcdfProto.DataOrBuilderpublic List<? extends GcdmNetcdfProto.DataOrBuilder> getVlenOrBuilderList()
VLEN
repeated .ucar.gcdm.Data vlen = 11;getVlenOrBuilderList 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.DataOrBuilder getVlenOrBuilder(int index)
VLEN
repeated .ucar.gcdm.Data vlen = 11;getVlenOrBuilder in interface GcdmNetcdfProto.DataOrBuilderpublic 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.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 List<? extends GcdmNetcdfProto.StructureDataProtoOrBuilder> getRowsOrBuilderList()
row oriented: one for each row
repeated .ucar.gcdm.StructureDataProto rows = 13;getRowsOrBuilderList 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.StructureDataProtoOrBuilder getRowsOrBuilder(int index)
row oriented: one for each row
repeated .ucar.gcdm.StructureDataProto rows = 13;getRowsOrBuilder in interface GcdmNetcdfProto.DataOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static GcdmNetcdfProto.Data parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static GcdmNetcdfProto.Data parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static GcdmNetcdfProto.Data parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static GcdmNetcdfProto.Data parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static GcdmNetcdfProto.Data parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static GcdmNetcdfProto.Data parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static GcdmNetcdfProto.Data parseFrom(InputStream input) throws IOException
IOExceptionpublic static GcdmNetcdfProto.Data parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static GcdmNetcdfProto.Data parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static GcdmNetcdfProto.Data parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static GcdmNetcdfProto.Data parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static GcdmNetcdfProto.Data parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic GcdmNetcdfProto.Data.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static GcdmNetcdfProto.Data.Builder newBuilder()
public static GcdmNetcdfProto.Data.Builder newBuilder(GcdmNetcdfProto.Data prototype)
public GcdmNetcdfProto.Data.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected GcdmNetcdfProto.Data.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static GcdmNetcdfProto.Data getDefaultInstance()
public static com.google.protobuf.Parser<GcdmNetcdfProto.Data> parser()
public com.google.protobuf.Parser<GcdmNetcdfProto.Data> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public GcdmNetcdfProto.Data getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder