public static interface GcdmNetcdfProto.DataOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.ByteString |
getByteData(int index)
oneof, depends on data_type
|
int |
getByteDataCount()
oneof, depends on data_type
|
java.util.List<com.google.protobuf.ByteString> |
getByteDataList()
oneof, depends on data_type
|
GcdmNetcdfProto.DataType |
getDataType()
.ucar.gcdm.DataType data_type = 1; |
int |
getDataTypeValue()
.ucar.gcdm.DataType data_type = 1; |
double |
getDoubleData(int index)
DOUBLE
|
int |
getDoubleDataCount()
DOUBLE
|
java.util.List<java.lang.Double> |
getDoubleDataList()
DOUBLE
|
float |
getFloatData(int index)
FLOAT
|
int |
getFloatDataCount()
FLOAT
|
java.util.List<java.lang.Float> |
getFloatDataList()
FLOAT
|
int |
getIntData(int index)
SHORT, INT, ENUM2, USHORT
|
int |
getIntDataCount()
SHORT, INT, ENUM2, USHORT
|
java.util.List<java.lang.Integer> |
getIntDataList()
SHORT, INT, ENUM2, USHORT
|
long |
getLongData(int index)
LONG
|
int |
getLongDataCount()
LONG
|
java.util.List<java.lang.Long> |
getLongDataList()
LONG
|
GcdmNetcdfProto.StructureMembersProto |
getMembers()
STRUCTURE, SEQUENCE
|
GcdmNetcdfProto.StructureMembersProtoOrBuilder |
getMembersOrBuilder()
STRUCTURE, SEQUENCE
|
GcdmNetcdfProto.StructureDataProto |
getRows(int index)
row oriented: one for each row
|
int |
getRowsCount()
row oriented: one for each row
|
java.util.List<GcdmNetcdfProto.StructureDataProto> |
getRowsList()
row oriented: one for each row
|
GcdmNetcdfProto.StructureDataProtoOrBuilder |
getRowsOrBuilder(int index)
row oriented: one for each row
|
java.util.List<? extends GcdmNetcdfProto.StructureDataProtoOrBuilder> |
getRowsOrBuilderList()
row oriented: one for each row
|
int |
getShapes(int index)
repeated uint32 shapes = 2; |
int |
getShapesCount()
repeated uint32 shapes = 2; |
java.util.List<java.lang.Integer> |
getShapesList()
repeated uint32 shapes = 2; |
java.lang.String |
getStringData(int index)
STRING
|
com.google.protobuf.ByteString |
getStringDataBytes(int index)
STRING
|
int |
getStringDataCount()
STRING
|
java.util.List<java.lang.String> |
getStringDataList()
STRING
|
int |
getUintData(int index)
ENUM4, UINT
|
int |
getUintDataCount()
ENUM4, UINT
|
java.util.List<java.lang.Integer> |
getUintDataList()
ENUM4, UINT
|
long |
getUlongData(int index)
ULONG
|
int |
getUlongDataCount()
ULONG
|
java.util.List<java.lang.Long> |
getUlongDataList()
ULONG
|
GcdmNetcdfProto.Data |
getVlenData(int index)
VLEN
|
int |
getVlenDataCount()
VLEN
|
java.util.List<GcdmNetcdfProto.Data> |
getVlenDataList()
VLEN
|
GcdmNetcdfProto.DataOrBuilder |
getVlenDataOrBuilder(int index)
VLEN
|
java.util.List<? extends GcdmNetcdfProto.DataOrBuilder> |
getVlenDataOrBuilderList()
VLEN
|
boolean |
hasMembers()
STRUCTURE, SEQUENCE
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getDataTypeValue()
.ucar.gcdm.DataType data_type = 1;GcdmNetcdfProto.DataType getDataType()
.ucar.gcdm.DataType data_type = 1;java.util.List<java.lang.Integer> getShapesList()
repeated uint32 shapes = 2;int getShapesCount()
repeated uint32 shapes = 2;int getShapes(int index)
repeated uint32 shapes = 2;index - The index of the element to return.java.util.List<com.google.protobuf.ByteString> getByteDataList()
oneof, depends on data_type
repeated bytes byte_data = 3;int getByteDataCount()
oneof, depends on data_type
repeated bytes byte_data = 3;com.google.protobuf.ByteString getByteData(int index)
oneof, depends on data_type
repeated bytes byte_data = 3;index - The index of the element to return.java.util.List<java.lang.Integer> getIntDataList()
SHORT, INT, ENUM2, USHORT
repeated sint32 int_data = 4;int getIntDataCount()
SHORT, INT, ENUM2, USHORT
repeated sint32 int_data = 4;int getIntData(int index)
SHORT, INT, ENUM2, USHORT
repeated sint32 int_data = 4;index - The index of the element to return.java.util.List<java.lang.Integer> getUintDataList()
ENUM4, UINT
repeated uint32 uint_data = 5;int getUintDataCount()
ENUM4, UINT
repeated uint32 uint_data = 5;int getUintData(int index)
ENUM4, UINT
repeated uint32 uint_data = 5;index - The index of the element to return.java.util.List<java.lang.Long> getLongDataList()
LONG
repeated sint64 long_data = 6;int getLongDataCount()
LONG
repeated sint64 long_data = 6;long getLongData(int index)
LONG
repeated sint64 long_data = 6;index - The index of the element to return.java.util.List<java.lang.Long> getUlongDataList()
ULONG
repeated uint64 ulong_data = 7;int getUlongDataCount()
ULONG
repeated uint64 ulong_data = 7;long getUlongData(int index)
ULONG
repeated uint64 ulong_data = 7;index - The index of the element to return.java.util.List<java.lang.Float> getFloatDataList()
FLOAT
repeated float float_data = 8;int getFloatDataCount()
FLOAT
repeated float float_data = 8;float getFloatData(int index)
FLOAT
repeated float float_data = 8;index - The index of the element to return.java.util.List<java.lang.Double> getDoubleDataList()
DOUBLE
repeated double double_data = 9;int getDoubleDataCount()
DOUBLE
repeated double double_data = 9;double getDoubleData(int index)
DOUBLE
repeated double double_data = 9;index - The index of the element to return.java.util.List<java.lang.String> getStringDataList()
STRING
repeated string string_data = 10;int getStringDataCount()
STRING
repeated string string_data = 10;java.lang.String getStringData(int index)
STRING
repeated string string_data = 10;index - The index of the element to return.com.google.protobuf.ByteString getStringDataBytes(int index)
STRING
repeated string string_data = 10;index - The index of the value to return.java.util.List<GcdmNetcdfProto.Data> getVlenDataList()
VLEN
repeated .ucar.gcdm.Data vlen_data = 11;GcdmNetcdfProto.Data getVlenData(int index)
VLEN
repeated .ucar.gcdm.Data vlen_data = 11;int getVlenDataCount()
VLEN
repeated .ucar.gcdm.Data vlen_data = 11;java.util.List<? extends GcdmNetcdfProto.DataOrBuilder> getVlenDataOrBuilderList()
VLEN
repeated .ucar.gcdm.Data vlen_data = 11;GcdmNetcdfProto.DataOrBuilder getVlenDataOrBuilder(int index)
VLEN
repeated .ucar.gcdm.Data vlen_data = 11;boolean hasMembers()
STRUCTURE, SEQUENCE
.ucar.gcdm.StructureMembersProto members = 12;GcdmNetcdfProto.StructureMembersProto getMembers()
STRUCTURE, SEQUENCE
.ucar.gcdm.StructureMembersProto members = 12;GcdmNetcdfProto.StructureMembersProtoOrBuilder getMembersOrBuilder()
STRUCTURE, SEQUENCE
.ucar.gcdm.StructureMembersProto members = 12;java.util.List<GcdmNetcdfProto.StructureDataProto> getRowsList()
row oriented: one for each row
repeated .ucar.gcdm.StructureDataProto rows = 13;GcdmNetcdfProto.StructureDataProto getRows(int index)
row oriented: one for each row
repeated .ucar.gcdm.StructureDataProto rows = 13;int getRowsCount()
row oriented: one for each row
repeated .ucar.gcdm.StructureDataProto rows = 13;java.util.List<? extends GcdmNetcdfProto.StructureDataProtoOrBuilder> getRowsOrBuilderList()
row oriented: one for each row
repeated .ucar.gcdm.StructureDataProto rows = 13;GcdmNetcdfProto.StructureDataProtoOrBuilder getRowsOrBuilder(int index)
row oriented: one for each row
repeated .ucar.gcdm.StructureDataProto rows = 13;