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<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
Modifier and Type | Field and Description |
---|---|
static int |
BYTE_DATA_FIELD_NUMBER |
static int |
DATA_TYPE_FIELD_NUMBER |
static int |
DOUBLE_DATA_FIELD_NUMBER |
static int |
FLOAT_DATA_FIELD_NUMBER |
static int |
INT_DATA_FIELD_NUMBER |
static int |
LONG_DATA_FIELD_NUMBER |
static int |
MEMBERS_FIELD_NUMBER |
static int |
ROWS_FIELD_NUMBER |
static int |
SHAPES_FIELD_NUMBER |
static int |
STRING_DATA_FIELD_NUMBER |
static int |
UINT_DATA_FIELD_NUMBER |
static int |
ULONG_DATA_FIELD_NUMBER |
static int |
VLEN_DATA_FIELD_NUMBER |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
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; |
static GcdmNetcdfProto.Data |
getDefaultInstance() |
GcdmNetcdfProto.Data |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
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
|
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
|
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 |
getSerializedSize() |
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
|
com.google.protobuf.ProtocolStringList |
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
|
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 java.lang.Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static GcdmNetcdfProto.Data |
parseDelimitedFrom(java.io.InputStream input) |
static GcdmNetcdfProto.Data |
parseDelimitedFrom(java.io.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(java.nio.ByteBuffer data) |
static GcdmNetcdfProto.Data |
parseFrom(java.nio.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(java.io.InputStream input) |
static GcdmNetcdfProto.Data |
parseFrom(java.io.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, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, 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
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public static final int DATA_TYPE_FIELD_NUMBER
public static final int SHAPES_FIELD_NUMBER
public static final int BYTE_DATA_FIELD_NUMBER
public static final int INT_DATA_FIELD_NUMBER
public static final int UINT_DATA_FIELD_NUMBER
public static final int LONG_DATA_FIELD_NUMBER
public static final int ULONG_DATA_FIELD_NUMBER
public static final int FLOAT_DATA_FIELD_NUMBER
public static final int DOUBLE_DATA_FIELD_NUMBER
public static final int STRING_DATA_FIELD_NUMBER
public static final int VLEN_DATA_FIELD_NUMBER
public static final int MEMBERS_FIELD_NUMBER
public static final int ROWS_FIELD_NUMBER
protected java.lang.Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance
in class com.google.protobuf.GeneratedMessageV3
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class com.google.protobuf.GeneratedMessageV3
public int getDataTypeValue()
.ucar.gcdm.DataType data_type = 1;
getDataTypeValue
in interface GcdmNetcdfProto.DataOrBuilder
public GcdmNetcdfProto.DataType getDataType()
.ucar.gcdm.DataType data_type = 1;
getDataType
in interface GcdmNetcdfProto.DataOrBuilder
public java.util.List<java.lang.Integer> getShapesList()
repeated uint32 shapes = 2;
getShapesList
in interface GcdmNetcdfProto.DataOrBuilder
public int getShapesCount()
repeated uint32 shapes = 2;
getShapesCount
in interface GcdmNetcdfProto.DataOrBuilder
public int getShapes(int index)
repeated uint32 shapes = 2;
getShapes
in interface GcdmNetcdfProto.DataOrBuilder
index
- The index of the element to return.public java.util.List<com.google.protobuf.ByteString> getByteDataList()
oneof, depends on data_type
repeated bytes byte_data = 3;
getByteDataList
in interface GcdmNetcdfProto.DataOrBuilder
public int getByteDataCount()
oneof, depends on data_type
repeated bytes byte_data = 3;
getByteDataCount
in interface GcdmNetcdfProto.DataOrBuilder
public com.google.protobuf.ByteString getByteData(int index)
oneof, depends on data_type
repeated bytes byte_data = 3;
getByteData
in interface GcdmNetcdfProto.DataOrBuilder
index
- The index of the element to return.public java.util.List<java.lang.Integer> getIntDataList()
SHORT, INT, ENUM2, USHORT
repeated sint32 int_data = 4;
getIntDataList
in interface GcdmNetcdfProto.DataOrBuilder
public int getIntDataCount()
SHORT, INT, ENUM2, USHORT
repeated sint32 int_data = 4;
getIntDataCount
in interface GcdmNetcdfProto.DataOrBuilder
public int getIntData(int index)
SHORT, INT, ENUM2, USHORT
repeated sint32 int_data = 4;
getIntData
in interface GcdmNetcdfProto.DataOrBuilder
index
- The index of the element to return.public java.util.List<java.lang.Integer> getUintDataList()
ENUM4, UINT
repeated uint32 uint_data = 5;
getUintDataList
in interface GcdmNetcdfProto.DataOrBuilder
public int getUintDataCount()
ENUM4, UINT
repeated uint32 uint_data = 5;
getUintDataCount
in interface GcdmNetcdfProto.DataOrBuilder
public int getUintData(int index)
ENUM4, UINT
repeated uint32 uint_data = 5;
getUintData
in interface GcdmNetcdfProto.DataOrBuilder
index
- The index of the element to return.public java.util.List<java.lang.Long> getLongDataList()
LONG
repeated sint64 long_data = 6;
getLongDataList
in interface GcdmNetcdfProto.DataOrBuilder
public int getLongDataCount()
LONG
repeated sint64 long_data = 6;
getLongDataCount
in interface GcdmNetcdfProto.DataOrBuilder
public long getLongData(int index)
LONG
repeated sint64 long_data = 6;
getLongData
in interface GcdmNetcdfProto.DataOrBuilder
index
- The index of the element to return.public java.util.List<java.lang.Long> getUlongDataList()
ULONG
repeated uint64 ulong_data = 7;
getUlongDataList
in interface GcdmNetcdfProto.DataOrBuilder
public int getUlongDataCount()
ULONG
repeated uint64 ulong_data = 7;
getUlongDataCount
in interface GcdmNetcdfProto.DataOrBuilder
public long getUlongData(int index)
ULONG
repeated uint64 ulong_data = 7;
getUlongData
in interface GcdmNetcdfProto.DataOrBuilder
index
- The index of the element to return.public java.util.List<java.lang.Float> getFloatDataList()
FLOAT
repeated float float_data = 8;
getFloatDataList
in interface GcdmNetcdfProto.DataOrBuilder
public int getFloatDataCount()
FLOAT
repeated float float_data = 8;
getFloatDataCount
in interface GcdmNetcdfProto.DataOrBuilder
public float getFloatData(int index)
FLOAT
repeated float float_data = 8;
getFloatData
in interface GcdmNetcdfProto.DataOrBuilder
index
- The index of the element to return.public java.util.List<java.lang.Double> getDoubleDataList()
DOUBLE
repeated double double_data = 9;
getDoubleDataList
in interface GcdmNetcdfProto.DataOrBuilder
public int getDoubleDataCount()
DOUBLE
repeated double double_data = 9;
getDoubleDataCount
in interface GcdmNetcdfProto.DataOrBuilder
public double getDoubleData(int index)
DOUBLE
repeated double double_data = 9;
getDoubleData
in interface GcdmNetcdfProto.DataOrBuilder
index
- The index of the element to return.public com.google.protobuf.ProtocolStringList getStringDataList()
STRING
repeated string string_data = 10;
getStringDataList
in interface GcdmNetcdfProto.DataOrBuilder
public int getStringDataCount()
STRING
repeated string string_data = 10;
getStringDataCount
in interface GcdmNetcdfProto.DataOrBuilder
public java.lang.String getStringData(int index)
STRING
repeated string string_data = 10;
getStringData
in interface GcdmNetcdfProto.DataOrBuilder
index
- The index of the element to return.public com.google.protobuf.ByteString getStringDataBytes(int index)
STRING
repeated string string_data = 10;
getStringDataBytes
in interface GcdmNetcdfProto.DataOrBuilder
index
- The index of the value to return.public java.util.List<GcdmNetcdfProto.Data> getVlenDataList()
VLEN
repeated .ucar.gcdm.Data vlen_data = 11;
getVlenDataList
in interface GcdmNetcdfProto.DataOrBuilder
public java.util.List<? extends GcdmNetcdfProto.DataOrBuilder> getVlenDataOrBuilderList()
VLEN
repeated .ucar.gcdm.Data vlen_data = 11;
getVlenDataOrBuilderList
in interface GcdmNetcdfProto.DataOrBuilder
public int getVlenDataCount()
VLEN
repeated .ucar.gcdm.Data vlen_data = 11;
getVlenDataCount
in interface GcdmNetcdfProto.DataOrBuilder
public GcdmNetcdfProto.Data getVlenData(int index)
VLEN
repeated .ucar.gcdm.Data vlen_data = 11;
getVlenData
in interface GcdmNetcdfProto.DataOrBuilder
public GcdmNetcdfProto.DataOrBuilder getVlenDataOrBuilder(int index)
VLEN
repeated .ucar.gcdm.Data vlen_data = 11;
getVlenDataOrBuilder
in interface GcdmNetcdfProto.DataOrBuilder
public boolean hasMembers()
STRUCTURE, SEQUENCE
.ucar.gcdm.StructureMembersProto members = 12;
hasMembers
in interface GcdmNetcdfProto.DataOrBuilder
public GcdmNetcdfProto.StructureMembersProto getMembers()
STRUCTURE, SEQUENCE
.ucar.gcdm.StructureMembersProto members = 12;
getMembers
in interface GcdmNetcdfProto.DataOrBuilder
public GcdmNetcdfProto.StructureMembersProtoOrBuilder getMembersOrBuilder()
STRUCTURE, SEQUENCE
.ucar.gcdm.StructureMembersProto members = 12;
getMembersOrBuilder
in interface GcdmNetcdfProto.DataOrBuilder
public java.util.List<GcdmNetcdfProto.StructureDataProto> getRowsList()
row oriented: one for each row
repeated .ucar.gcdm.StructureDataProto rows = 13;
getRowsList
in interface GcdmNetcdfProto.DataOrBuilder
public java.util.List<? extends GcdmNetcdfProto.StructureDataProtoOrBuilder> getRowsOrBuilderList()
row oriented: one for each row
repeated .ucar.gcdm.StructureDataProto rows = 13;
getRowsOrBuilderList
in interface GcdmNetcdfProto.DataOrBuilder
public int getRowsCount()
row oriented: one for each row
repeated .ucar.gcdm.StructureDataProto rows = 13;
getRowsCount
in interface GcdmNetcdfProto.DataOrBuilder
public GcdmNetcdfProto.StructureDataProto getRows(int index)
row oriented: one for each row
repeated .ucar.gcdm.StructureDataProto rows = 13;
getRows
in interface GcdmNetcdfProto.DataOrBuilder
public GcdmNetcdfProto.StructureDataProtoOrBuilder getRowsOrBuilder(int index)
row oriented: one for each row
repeated .ucar.gcdm.StructureDataProto rows = 13;
getRowsOrBuilder
in interface GcdmNetcdfProto.DataOrBuilder
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessageV3
public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException
writeTo
in interface com.google.protobuf.MessageLite
writeTo
in class com.google.protobuf.GeneratedMessageV3
java.io.IOException
public int getSerializedSize()
getSerializedSize
in interface com.google.protobuf.MessageLite
getSerializedSize
in class com.google.protobuf.GeneratedMessageV3
public boolean equals(java.lang.Object obj)
equals
in interface com.google.protobuf.Message
equals
in class com.google.protobuf.AbstractMessage
public int hashCode()
hashCode
in interface com.google.protobuf.Message
hashCode
in class com.google.protobuf.AbstractMessage
public static GcdmNetcdfProto.Data parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static GcdmNetcdfProto.Data parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static GcdmNetcdfProto.Data parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static GcdmNetcdfProto.Data parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static GcdmNetcdfProto.Data parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static GcdmNetcdfProto.Data parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static GcdmNetcdfProto.Data parseFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOException
public static GcdmNetcdfProto.Data parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static GcdmNetcdfProto.Data parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOException
public static GcdmNetcdfProto.Data parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static GcdmNetcdfProto.Data parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOException
public static GcdmNetcdfProto.Data parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public GcdmNetcdfProto.Data.Builder newBuilderForType()
newBuilderForType
in interface com.google.protobuf.Message
newBuilderForType
in interface com.google.protobuf.MessageLite
public 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.Message
toBuilder
in interface com.google.protobuf.MessageLite
protected GcdmNetcdfProto.Data.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType
in class com.google.protobuf.GeneratedMessageV3
public 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.Message
getParserForType
in interface com.google.protobuf.MessageLite
getParserForType
in class com.google.protobuf.GeneratedMessageV3
public GcdmNetcdfProto.Data getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder