public static final class BufrCdmIndexProto.BufrIndex.Builder extends com.google.protobuf.GeneratedMessage.Builder<BufrCdmIndexProto.BufrIndex.Builder> implements BufrCdmIndexProto.BufrIndexOrBuilder
bufrCdmIndex.BufrIndex| Modifier and Type | Method and Description |
|---|---|
BufrCdmIndexProto.BufrIndex.Builder |
addAllStations(java.lang.Iterable<? extends BufrCdmIndexProto.Station> values)
repeated .bufrCdmIndex.Station stations = 2; |
BufrCdmIndexProto.BufrIndex.Builder |
addStations(BufrCdmIndexProto.Station.Builder builderForValue)
repeated .bufrCdmIndex.Station stations = 2; |
BufrCdmIndexProto.BufrIndex.Builder |
addStations(BufrCdmIndexProto.Station value)
repeated .bufrCdmIndex.Station stations = 2; |
BufrCdmIndexProto.BufrIndex.Builder |
addStations(int index,
BufrCdmIndexProto.Station.Builder builderForValue)
repeated .bufrCdmIndex.Station stations = 2; |
BufrCdmIndexProto.BufrIndex.Builder |
addStations(int index,
BufrCdmIndexProto.Station value)
repeated .bufrCdmIndex.Station stations = 2; |
BufrCdmIndexProto.Station.Builder |
addStationsBuilder()
repeated .bufrCdmIndex.Station stations = 2; |
BufrCdmIndexProto.Station.Builder |
addStationsBuilder(int index)
repeated .bufrCdmIndex.Station stations = 2; |
BufrCdmIndexProto.BufrIndex |
build() |
BufrCdmIndexProto.BufrIndex |
buildPartial() |
BufrCdmIndexProto.BufrIndex.Builder |
clear() |
BufrCdmIndexProto.BufrIndex.Builder |
clearEnd()
required uint64 end = 5; |
BufrCdmIndexProto.BufrIndex.Builder |
clearFilename()
required string filename = 1; |
BufrCdmIndexProto.BufrIndex.Builder |
clearNobs()
required uint64 nobs = 6; |
BufrCdmIndexProto.BufrIndex.Builder |
clearRoot()
required .bufrCdmIndex.Field root = 3; |
BufrCdmIndexProto.BufrIndex.Builder |
clearStart()
required uint64 start = 4; |
BufrCdmIndexProto.BufrIndex.Builder |
clearStations()
repeated .bufrCdmIndex.Station stations = 2; |
BufrCdmIndexProto.BufrIndex.Builder |
clone() |
BufrCdmIndexProto.BufrIndex |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
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; |
BufrCdmIndexProto.Field |
getRoot()
required .bufrCdmIndex.Field root = 3; |
BufrCdmIndexProto.Field.Builder |
getRootBuilder()
required .bufrCdmIndex.Field root = 3; |
BufrCdmIndexProto.FieldOrBuilder |
getRootOrBuilder()
required .bufrCdmIndex.Field root = 3; |
long |
getStart()
required uint64 start = 4; |
BufrCdmIndexProto.Station |
getStations(int index)
repeated .bufrCdmIndex.Station stations = 2; |
BufrCdmIndexProto.Station.Builder |
getStationsBuilder(int index)
repeated .bufrCdmIndex.Station stations = 2; |
java.util.List<BufrCdmIndexProto.Station.Builder> |
getStationsBuilderList()
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; |
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() |
BufrCdmIndexProto.BufrIndex.Builder |
mergeFrom(BufrCdmIndexProto.BufrIndex other) |
BufrCdmIndexProto.BufrIndex.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
BufrCdmIndexProto.BufrIndex.Builder |
mergeFrom(com.google.protobuf.Message other) |
BufrCdmIndexProto.BufrIndex.Builder |
mergeRoot(BufrCdmIndexProto.Field value)
required .bufrCdmIndex.Field root = 3; |
BufrCdmIndexProto.BufrIndex.Builder |
removeStations(int index)
repeated .bufrCdmIndex.Station stations = 2; |
BufrCdmIndexProto.BufrIndex.Builder |
setEnd(long value)
required uint64 end = 5; |
BufrCdmIndexProto.BufrIndex.Builder |
setFilename(java.lang.String value)
required string filename = 1; |
BufrCdmIndexProto.BufrIndex.Builder |
setFilenameBytes(com.google.protobuf.ByteString value)
required string filename = 1; |
BufrCdmIndexProto.BufrIndex.Builder |
setNobs(long value)
required uint64 nobs = 6; |
BufrCdmIndexProto.BufrIndex.Builder |
setRoot(BufrCdmIndexProto.Field.Builder builderForValue)
required .bufrCdmIndex.Field root = 3; |
BufrCdmIndexProto.BufrIndex.Builder |
setRoot(BufrCdmIndexProto.Field value)
required .bufrCdmIndex.Field root = 3; |
BufrCdmIndexProto.BufrIndex.Builder |
setStart(long value)
required uint64 start = 4; |
BufrCdmIndexProto.BufrIndex.Builder |
setStations(int index,
BufrCdmIndexProto.Station.Builder builderForValue)
repeated .bufrCdmIndex.Station stations = 2; |
BufrCdmIndexProto.BufrIndex.Builder |
setStations(int index,
BufrCdmIndexProto.Station value)
repeated .bufrCdmIndex.Station stations = 2; |
addRepeatedField, clearField, clearOneof, getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownFields, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFieldsfindInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage.Builder<BufrCdmIndexProto.BufrIndex.Builder>public BufrCdmIndexProto.BufrIndex.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessage.Builder<BufrCdmIndexProto.BufrIndex.Builder>public BufrCdmIndexProto.BufrIndex.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessage.Builder<BufrCdmIndexProto.BufrIndex.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessage.Builder<BufrCdmIndexProto.BufrIndex.Builder>public BufrCdmIndexProto.BufrIndex getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic BufrCdmIndexProto.BufrIndex build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic BufrCdmIndexProto.BufrIndex buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic BufrCdmIndexProto.BufrIndex.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<BufrCdmIndexProto.BufrIndex.Builder>public BufrCdmIndexProto.BufrIndex.Builder mergeFrom(BufrCdmIndexProto.BufrIndex other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessage.Builder<BufrCdmIndexProto.BufrIndex.Builder>public BufrCdmIndexProto.BufrIndex.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<BufrCdmIndexProto.BufrIndex.Builder>java.io.IOExceptionpublic 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 BufrCdmIndexProto.BufrIndex.Builder setFilename(java.lang.String value)
required string filename = 1;public BufrCdmIndexProto.BufrIndex.Builder clearFilename()
required string filename = 1;public BufrCdmIndexProto.BufrIndex.Builder setFilenameBytes(com.google.protobuf.ByteString value)
required string filename = 1;public java.util.List<BufrCdmIndexProto.Station> getStationsList()
repeated .bufrCdmIndex.Station stations = 2;getStationsList 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.BufrIndex.Builder setStations(int index, BufrCdmIndexProto.Station value)
repeated .bufrCdmIndex.Station stations = 2;public BufrCdmIndexProto.BufrIndex.Builder setStations(int index, BufrCdmIndexProto.Station.Builder builderForValue)
repeated .bufrCdmIndex.Station stations = 2;public BufrCdmIndexProto.BufrIndex.Builder addStations(BufrCdmIndexProto.Station value)
repeated .bufrCdmIndex.Station stations = 2;public BufrCdmIndexProto.BufrIndex.Builder addStations(int index, BufrCdmIndexProto.Station value)
repeated .bufrCdmIndex.Station stations = 2;public BufrCdmIndexProto.BufrIndex.Builder addStations(BufrCdmIndexProto.Station.Builder builderForValue)
repeated .bufrCdmIndex.Station stations = 2;public BufrCdmIndexProto.BufrIndex.Builder addStations(int index, BufrCdmIndexProto.Station.Builder builderForValue)
repeated .bufrCdmIndex.Station stations = 2;public BufrCdmIndexProto.BufrIndex.Builder addAllStations(java.lang.Iterable<? extends BufrCdmIndexProto.Station> values)
repeated .bufrCdmIndex.Station stations = 2;public BufrCdmIndexProto.BufrIndex.Builder clearStations()
repeated .bufrCdmIndex.Station stations = 2;public BufrCdmIndexProto.BufrIndex.Builder removeStations(int index)
repeated .bufrCdmIndex.Station stations = 2;public BufrCdmIndexProto.Station.Builder getStationsBuilder(int index)
repeated .bufrCdmIndex.Station stations = 2;public BufrCdmIndexProto.StationOrBuilder getStationsOrBuilder(int index)
repeated .bufrCdmIndex.Station stations = 2;getStationsOrBuilder in interface BufrCdmIndexProto.BufrIndexOrBuilderpublic java.util.List<? extends BufrCdmIndexProto.StationOrBuilder> getStationsOrBuilderList()
repeated .bufrCdmIndex.Station stations = 2;getStationsOrBuilderList in interface BufrCdmIndexProto.BufrIndexOrBuilderpublic BufrCdmIndexProto.Station.Builder addStationsBuilder()
repeated .bufrCdmIndex.Station stations = 2;public BufrCdmIndexProto.Station.Builder addStationsBuilder(int index)
repeated .bufrCdmIndex.Station stations = 2;public java.util.List<BufrCdmIndexProto.Station.Builder> getStationsBuilderList()
repeated .bufrCdmIndex.Station stations = 2;public 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.BufrIndex.Builder setRoot(BufrCdmIndexProto.Field value)
required .bufrCdmIndex.Field root = 3;public BufrCdmIndexProto.BufrIndex.Builder setRoot(BufrCdmIndexProto.Field.Builder builderForValue)
required .bufrCdmIndex.Field root = 3;public BufrCdmIndexProto.BufrIndex.Builder mergeRoot(BufrCdmIndexProto.Field value)
required .bufrCdmIndex.Field root = 3;public BufrCdmIndexProto.BufrIndex.Builder clearRoot()
required .bufrCdmIndex.Field root = 3;public BufrCdmIndexProto.Field.Builder getRootBuilder()
required .bufrCdmIndex.Field root = 3;public 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 BufrCdmIndexProto.BufrIndex.Builder setStart(long value)
required uint64 start = 4;
msecs since epoch
public BufrCdmIndexProto.BufrIndex.Builder clearStart()
required uint64 start = 4;
msecs since epoch
public boolean hasEnd()
required uint64 end = 5;hasEnd in interface BufrCdmIndexProto.BufrIndexOrBuilderpublic long getEnd()
required uint64 end = 5;getEnd in interface BufrCdmIndexProto.BufrIndexOrBuilderpublic BufrCdmIndexProto.BufrIndex.Builder setEnd(long value)
required uint64 end = 5;public BufrCdmIndexProto.BufrIndex.Builder clearEnd()
required uint64 end = 5;public boolean hasNobs()
required uint64 nobs = 6;hasNobs in interface BufrCdmIndexProto.BufrIndexOrBuilderpublic long getNobs()
required uint64 nobs = 6;getNobs in interface BufrCdmIndexProto.BufrIndexOrBuilderpublic BufrCdmIndexProto.BufrIndex.Builder setNobs(long value)
required uint64 nobs = 6;public BufrCdmIndexProto.BufrIndex.Builder clearNobs()
required uint64 nobs = 6;