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, writeStringNoTag
equals, findInitializationErrors, getInitializationErrorString, hashBoolean, hashCode, hashEnum, hashEnumList, hashFields, hashLong, toString
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public 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.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields
in interface com.google.protobuf.MessageOrBuilder
getUnknownFields
in class com.google.protobuf.GeneratedMessage
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class com.google.protobuf.GeneratedMessage
public com.google.protobuf.Parser<BufrCdmIndexProto.BufrIndex> getParserForType()
getParserForType
in interface com.google.protobuf.Message
getParserForType
in interface com.google.protobuf.MessageLite
getParserForType
in class com.google.protobuf.GeneratedMessage
public boolean hasFilename()
required string filename = 1;
hasFilename
in interface BufrCdmIndexProto.BufrIndexOrBuilder
public java.lang.String getFilename()
required string filename = 1;
getFilename
in interface BufrCdmIndexProto.BufrIndexOrBuilder
public com.google.protobuf.ByteString getFilenameBytes()
required string filename = 1;
getFilenameBytes
in interface BufrCdmIndexProto.BufrIndexOrBuilder
public java.util.List<BufrCdmIndexProto.Station> getStationsList()
repeated .bufrCdmIndex.Station stations = 2;
getStationsList
in interface BufrCdmIndexProto.BufrIndexOrBuilder
public java.util.List<? extends BufrCdmIndexProto.StationOrBuilder> getStationsOrBuilderList()
repeated .bufrCdmIndex.Station stations = 2;
getStationsOrBuilderList
in interface BufrCdmIndexProto.BufrIndexOrBuilder
public int getStationsCount()
repeated .bufrCdmIndex.Station stations = 2;
getStationsCount
in interface BufrCdmIndexProto.BufrIndexOrBuilder
public BufrCdmIndexProto.Station getStations(int index)
repeated .bufrCdmIndex.Station stations = 2;
getStations
in interface BufrCdmIndexProto.BufrIndexOrBuilder
public BufrCdmIndexProto.StationOrBuilder getStationsOrBuilder(int index)
repeated .bufrCdmIndex.Station stations = 2;
getStationsOrBuilder
in interface BufrCdmIndexProto.BufrIndexOrBuilder
public boolean hasRoot()
required .bufrCdmIndex.Field root = 3;
hasRoot
in interface BufrCdmIndexProto.BufrIndexOrBuilder
public BufrCdmIndexProto.Field getRoot()
required .bufrCdmIndex.Field root = 3;
getRoot
in interface BufrCdmIndexProto.BufrIndexOrBuilder
public BufrCdmIndexProto.FieldOrBuilder getRootOrBuilder()
required .bufrCdmIndex.Field root = 3;
getRootOrBuilder
in interface BufrCdmIndexProto.BufrIndexOrBuilder
public boolean hasStart()
required uint64 start = 4;
msecs since epoch
hasStart
in interface BufrCdmIndexProto.BufrIndexOrBuilder
public long getStart()
required uint64 start = 4;
msecs since epoch
getStart
in interface BufrCdmIndexProto.BufrIndexOrBuilder
public boolean hasEnd()
required uint64 end = 5;
hasEnd
in interface BufrCdmIndexProto.BufrIndexOrBuilder
public long getEnd()
required uint64 end = 5;
getEnd
in interface BufrCdmIndexProto.BufrIndexOrBuilder
public boolean hasNobs()
required uint64 nobs = 6;
hasNobs
in interface BufrCdmIndexProto.BufrIndexOrBuilder
public long getNobs()
required uint64 nobs = 6;
getNobs
in interface BufrCdmIndexProto.BufrIndexOrBuilder
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessage
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.GeneratedMessage
java.io.IOException
public int getSerializedSize()
getSerializedSize
in interface com.google.protobuf.MessageLite
getSerializedSize
in class com.google.protobuf.GeneratedMessage
protected java.lang.Object writeReplace() throws java.io.ObjectStreamException
writeReplace
in class com.google.protobuf.GeneratedMessage
java.io.ObjectStreamException
public static BufrCdmIndexProto.BufrIndex parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static BufrCdmIndexProto.BufrIndex parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static BufrCdmIndexProto.BufrIndex parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static BufrCdmIndexProto.BufrIndex parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static BufrCdmIndexProto.BufrIndex parseFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOException
public static BufrCdmIndexProto.BufrIndex parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static BufrCdmIndexProto.BufrIndex parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOException
public static BufrCdmIndexProto.BufrIndex parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static BufrCdmIndexProto.BufrIndex parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOException
public static BufrCdmIndexProto.BufrIndex parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static BufrCdmIndexProto.BufrIndex.Builder newBuilder()
public BufrCdmIndexProto.BufrIndex.Builder newBuilderForType()
newBuilderForType
in interface com.google.protobuf.Message
newBuilderForType
in interface com.google.protobuf.MessageLite
public static BufrCdmIndexProto.BufrIndex.Builder newBuilder(BufrCdmIndexProto.BufrIndex prototype)
public BufrCdmIndexProto.BufrIndex.Builder toBuilder()
toBuilder
in interface com.google.protobuf.Message
toBuilder
in interface com.google.protobuf.MessageLite
protected BufrCdmIndexProto.BufrIndex.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
newBuilderForType
in class com.google.protobuf.GeneratedMessage