public static final class BufrCdmIndexProto.BufrIndex extends com.google.protobuf.GeneratedMessage implements BufrCdmIndexProto.BufrIndexOrBuilder
bufrCdmIndex.BufrIndex| Modifier and Type | Class and Description |
|---|---|
static class |
BufrCdmIndexProto.BufrIndex.Builder
Protobuf type
bufrCdmIndex.BufrIndex |
com.google.protobuf.GeneratedMessage.BuilderParent, com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.FieldAccessorTable, com.google.protobuf.GeneratedMessage.GeneratedExtension<ContainingType extends com.google.protobuf.Message,Type>| Modifier and Type | Field and Description |
|---|---|
static int |
END_FIELD_NUMBER |
static int |
FILENAME_FIELD_NUMBER |
static int |
NOBS_FIELD_NUMBER |
static com.google.protobuf.Parser<BufrCdmIndexProto.BufrIndex> |
PARSER |
static int |
ROOT_FIELD_NUMBER |
static int |
START_FIELD_NUMBER |
static int |
STATIONS_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
static BufrCdmIndexProto.BufrIndex |
getDefaultInstance() |
BufrCdmIndexProto.BufrIndex |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
long |
getEnd()
required uint64 end = 5; |
java.lang.String |
getFilename()
required string filename = 1; |
com.google.protobuf.ByteString |
getFilenameBytes()
required string filename = 1; |
long |
getNobs()
required uint64 nobs = 6; |
com.google.protobuf.Parser<BufrCdmIndexProto.BufrIndex> |
getParserForType() |
BufrCdmIndexProto.Field |
getRoot()
required .bufrCdmIndex.Field root = 3; |
BufrCdmIndexProto.FieldOrBuilder |
getRootOrBuilder()
required .bufrCdmIndex.Field root = 3; |
int |
getSerializedSize() |
long |
getStart()
required uint64 start = 4; |
BufrCdmIndexProto.Station |
getStations(int index)
repeated .bufrCdmIndex.Station stations = 2; |
int |
getStationsCount()
repeated .bufrCdmIndex.Station stations = 2; |
java.util.List<BufrCdmIndexProto.Station> |
getStationsList()
repeated .bufrCdmIndex.Station stations = 2; |
BufrCdmIndexProto.StationOrBuilder |
getStationsOrBuilder(int index)
repeated .bufrCdmIndex.Station stations = 2; |
java.util.List<? extends BufrCdmIndexProto.StationOrBuilder> |
getStationsOrBuilderList()
repeated .bufrCdmIndex.Station stations = 2; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasEnd()
required uint64 end = 5; |
boolean |
hasFilename()
required string filename = 1; |
boolean |
hasNobs()
required uint64 nobs = 6; |
boolean |
hasRoot()
required .bufrCdmIndex.Field root = 3; |
boolean |
hasStart()
required uint64 start = 4; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static BufrCdmIndexProto.BufrIndex.Builder |
newBuilder() |
static BufrCdmIndexProto.BufrIndex.Builder |
newBuilder(BufrCdmIndexProto.BufrIndex prototype) |
BufrCdmIndexProto.BufrIndex.Builder |
newBuilderForType() |
protected BufrCdmIndexProto.BufrIndex.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
static BufrCdmIndexProto.BufrIndex |
parseDelimitedFrom(java.io.InputStream input) |
static BufrCdmIndexProto.BufrIndex |
parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BufrCdmIndexProto.BufrIndex |
parseFrom(byte[] data) |
static BufrCdmIndexProto.BufrIndex |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BufrCdmIndexProto.BufrIndex |
parseFrom(com.google.protobuf.ByteString data) |
static BufrCdmIndexProto.BufrIndex |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BufrCdmIndexProto.BufrIndex |
parseFrom(com.google.protobuf.CodedInputStream input) |
static BufrCdmIndexProto.BufrIndex |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BufrCdmIndexProto.BufrIndex |
parseFrom(java.io.InputStream input) |
static BufrCdmIndexProto.BufrIndex |
parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
BufrCdmIndexProto.BufrIndex.Builder |
toBuilder() |
protected java.lang.Object |
writeReplace() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
computeStringSize, computeStringSizeNoTag, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, newBuilderForType, newFileScopedGeneratedExtension, newFileScopedGeneratedExtension, newMessageScopedGeneratedExtension, newMessageScopedGeneratedExtension, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, writeString, writeStringNoTagequals, findInitializationErrors, getInitializationErrorString, hashBoolean, hashCode, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static com.google.protobuf.Parser<BufrCdmIndexProto.BufrIndex> PARSER
public static final int FILENAME_FIELD_NUMBER
public static final int STATIONS_FIELD_NUMBER
public static final int ROOT_FIELD_NUMBER
public static final int START_FIELD_NUMBER
public static final int END_FIELD_NUMBER
public static final int NOBS_FIELD_NUMBER
public static BufrCdmIndexProto.BufrIndex getDefaultInstance()
public BufrCdmIndexProto.BufrIndex getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessagepublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessagepublic com.google.protobuf.Parser<BufrCdmIndexProto.BufrIndex> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessagepublic boolean hasFilename()
required string filename = 1;hasFilename in interface BufrCdmIndexProto.BufrIndexOrBuilderpublic java.lang.String getFilename()
required string filename = 1;getFilename in interface BufrCdmIndexProto.BufrIndexOrBuilderpublic com.google.protobuf.ByteString getFilenameBytes()
required string filename = 1;getFilenameBytes in interface BufrCdmIndexProto.BufrIndexOrBuilderpublic java.util.List<BufrCdmIndexProto.Station> getStationsList()
repeated .bufrCdmIndex.Station stations = 2;getStationsList in interface BufrCdmIndexProto.BufrIndexOrBuilderpublic java.util.List<? extends BufrCdmIndexProto.StationOrBuilder> getStationsOrBuilderList()
repeated .bufrCdmIndex.Station stations = 2;getStationsOrBuilderList in interface BufrCdmIndexProto.BufrIndexOrBuilderpublic int getStationsCount()
repeated .bufrCdmIndex.Station stations = 2;getStationsCount in interface BufrCdmIndexProto.BufrIndexOrBuilderpublic BufrCdmIndexProto.Station getStations(int index)
repeated .bufrCdmIndex.Station stations = 2;getStations in interface BufrCdmIndexProto.BufrIndexOrBuilderpublic BufrCdmIndexProto.StationOrBuilder getStationsOrBuilder(int index)
repeated .bufrCdmIndex.Station stations = 2;getStationsOrBuilder in interface BufrCdmIndexProto.BufrIndexOrBuilderpublic boolean hasRoot()
required .bufrCdmIndex.Field root = 3;hasRoot in interface BufrCdmIndexProto.BufrIndexOrBuilderpublic BufrCdmIndexProto.Field getRoot()
required .bufrCdmIndex.Field root = 3;getRoot in interface BufrCdmIndexProto.BufrIndexOrBuilderpublic BufrCdmIndexProto.FieldOrBuilder getRootOrBuilder()
required .bufrCdmIndex.Field root = 3;getRootOrBuilder in interface BufrCdmIndexProto.BufrIndexOrBuilderpublic boolean hasStart()
required uint64 start = 4;
msecs since epoch
hasStart in interface BufrCdmIndexProto.BufrIndexOrBuilderpublic long getStart()
required uint64 start = 4;
msecs since epoch
getStart in interface BufrCdmIndexProto.BufrIndexOrBuilderpublic boolean hasEnd()
required uint64 end = 5;hasEnd in interface BufrCdmIndexProto.BufrIndexOrBuilderpublic long getEnd()
required uint64 end = 5;getEnd in interface BufrCdmIndexProto.BufrIndexOrBuilderpublic boolean hasNobs()
required uint64 nobs = 6;hasNobs in interface BufrCdmIndexProto.BufrIndexOrBuilderpublic long getNobs()
required uint64 nobs = 6;getNobs in interface BufrCdmIndexProto.BufrIndexOrBuilderpublic 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.GeneratedMessageprotected java.lang.Object writeReplace()
throws java.io.ObjectStreamException
writeReplace in class com.google.protobuf.GeneratedMessagejava.io.ObjectStreamExceptionpublic static BufrCdmIndexProto.BufrIndex parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static BufrCdmIndexProto.BufrIndex parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static BufrCdmIndexProto.BufrIndex parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static BufrCdmIndexProto.BufrIndex parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static BufrCdmIndexProto.BufrIndex parseFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static BufrCdmIndexProto.BufrIndex parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static BufrCdmIndexProto.BufrIndex parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static BufrCdmIndexProto.BufrIndex parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static BufrCdmIndexProto.BufrIndex parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOExceptionpublic static BufrCdmIndexProto.BufrIndex parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static BufrCdmIndexProto.BufrIndex.Builder newBuilder()
public BufrCdmIndexProto.BufrIndex.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static BufrCdmIndexProto.BufrIndex.Builder newBuilder(BufrCdmIndexProto.BufrIndex prototype)
public BufrCdmIndexProto.BufrIndex.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected BufrCdmIndexProto.BufrIndex.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessage