public static final class GcdmNetcdfProto.Data extends com.google.protobuf.GeneratedMessage 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.GeneratedMessage.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessage.FieldAccessorTable, com.google.protobuf.GeneratedMessage.GeneratedExtension<ContainingT extends com.google.protobuf.Message,T>, com.google.protobuf.GeneratedMessage.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.GeneratedMessage.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.AbstractMessage.BuilderParent parent) |
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, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, newFileScopedGeneratedExtension, newInstance, newMessageScopedGeneratedExtension, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashFields, toStringaddAll, 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 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
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessagepublic 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 java.util.List<java.lang.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 java.util.List<com.google.protobuf.ByteString> getByteDataList()
oneof, depends on data_type
repeated bytes byte_data = 3;getByteDataList in interface GcdmNetcdfProto.DataOrBuilderpublic int getByteDataCount()
oneof, depends on data_type
repeated bytes byte_data = 3;getByteDataCount in interface GcdmNetcdfProto.DataOrBuilderpublic com.google.protobuf.ByteString getByteData(int index)
oneof, depends on data_type
repeated bytes byte_data = 3;getByteData in interface GcdmNetcdfProto.DataOrBuilderindex - 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.DataOrBuilderpublic int getIntDataCount()
SHORT, INT, ENUM2, USHORT
repeated sint32 int_data = 4;getIntDataCount in interface GcdmNetcdfProto.DataOrBuilderpublic int getIntData(int index)
SHORT, INT, ENUM2, USHORT
repeated sint32 int_data = 4;getIntData in interface GcdmNetcdfProto.DataOrBuilderindex - 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.DataOrBuilderpublic int getUintDataCount()
ENUM4, UINT
repeated uint32 uint_data = 5;getUintDataCount in interface GcdmNetcdfProto.DataOrBuilderpublic int getUintData(int index)
ENUM4, UINT
repeated uint32 uint_data = 5;getUintData in interface GcdmNetcdfProto.DataOrBuilderindex - 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.DataOrBuilderpublic int getLongDataCount()
LONG
repeated sint64 long_data = 6;getLongDataCount in interface GcdmNetcdfProto.DataOrBuilderpublic long getLongData(int index)
LONG
repeated sint64 long_data = 6;getLongData in interface GcdmNetcdfProto.DataOrBuilderindex - 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.DataOrBuilderpublic int getUlongDataCount()
ULONG
repeated uint64 ulong_data = 7;getUlongDataCount in interface GcdmNetcdfProto.DataOrBuilderpublic long getUlongData(int index)
ULONG
repeated uint64 ulong_data = 7;getUlongData in interface GcdmNetcdfProto.DataOrBuilderindex - 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.DataOrBuilderpublic int getFloatDataCount()
FLOAT
repeated float float_data = 8;getFloatDataCount in interface GcdmNetcdfProto.DataOrBuilderpublic float getFloatData(int index)
FLOAT
repeated float float_data = 8;getFloatData in interface GcdmNetcdfProto.DataOrBuilderindex - 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.DataOrBuilderpublic int getDoubleDataCount()
DOUBLE
repeated double double_data = 9;getDoubleDataCount in interface GcdmNetcdfProto.DataOrBuilderpublic double getDoubleData(int index)
DOUBLE
repeated double double_data = 9;getDoubleData in interface GcdmNetcdfProto.DataOrBuilderindex - The index of the element to return.public com.google.protobuf.ProtocolStringList getStringDataList()
STRING
repeated string string_data = 10;getStringDataList in interface GcdmNetcdfProto.DataOrBuilderpublic int getStringDataCount()
STRING
repeated string string_data = 10;getStringDataCount in interface GcdmNetcdfProto.DataOrBuilderpublic java.lang.String getStringData(int index)
STRING
repeated string string_data = 10;getStringData in interface GcdmNetcdfProto.DataOrBuilderindex - 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.DataOrBuilderindex - 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.DataOrBuilderpublic java.util.List<? extends GcdmNetcdfProto.DataOrBuilder> getVlenDataOrBuilderList()
VLEN
repeated .ucar.gcdm.Data vlen_data = 11;getVlenDataOrBuilderList in interface GcdmNetcdfProto.DataOrBuilderpublic int getVlenDataCount()
VLEN
repeated .ucar.gcdm.Data vlen_data = 11;getVlenDataCount in interface GcdmNetcdfProto.DataOrBuilderpublic GcdmNetcdfProto.Data getVlenData(int index)
VLEN
repeated .ucar.gcdm.Data vlen_data = 11;getVlenData in interface GcdmNetcdfProto.DataOrBuilderpublic GcdmNetcdfProto.DataOrBuilder getVlenDataOrBuilder(int index)
VLEN
repeated .ucar.gcdm.Data vlen_data = 11;getVlenDataOrBuilder 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 java.util.List<GcdmNetcdfProto.StructureDataProto> getRowsList()
row oriented: one for each row
repeated .ucar.gcdm.StructureDataProto rows = 13;getRowsList in interface GcdmNetcdfProto.DataOrBuilderpublic java.util.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.GeneratedMessagepublic void writeTo(com.google.protobuf.CodedOutputStream output)
throws java.io.IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessagejava.io.IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessagepublic boolean equals(java.lang.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(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static GcdmNetcdfProto.Data parseFrom(java.nio.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(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static GcdmNetcdfProto.Data parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static GcdmNetcdfProto.Data parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static GcdmNetcdfProto.Data parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static GcdmNetcdfProto.Data parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOExceptionpublic static GcdmNetcdfProto.Data parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.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.AbstractMessage.BuilderParent parent)
newBuilderForType in class com.google.protobuf.AbstractMessagepublic 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.GeneratedMessagepublic GcdmNetcdfProto.Data getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder