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, setUnknownFields
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
addAll, addAll, mergeFrom, newUninitializedMessageException
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public 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.Builder
clear
in interface com.google.protobuf.MessageLite.Builder
clear
in class com.google.protobuf.GeneratedMessage.Builder<BufrCdmIndexProto.BufrIndex.Builder>
public BufrCdmIndexProto.BufrIndex.Builder clone()
clone
in interface com.google.protobuf.Message.Builder
clone
in interface com.google.protobuf.MessageLite.Builder
clone
in class com.google.protobuf.GeneratedMessage.Builder<BufrCdmIndexProto.BufrIndex.Builder>
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType
in interface com.google.protobuf.Message.Builder
getDescriptorForType
in interface com.google.protobuf.MessageOrBuilder
getDescriptorForType
in class com.google.protobuf.GeneratedMessage.Builder<BufrCdmIndexProto.BufrIndex.Builder>
public BufrCdmIndexProto.BufrIndex getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
public BufrCdmIndexProto.BufrIndex build()
build
in interface com.google.protobuf.Message.Builder
build
in interface com.google.protobuf.MessageLite.Builder
public BufrCdmIndexProto.BufrIndex buildPartial()
buildPartial
in interface com.google.protobuf.Message.Builder
buildPartial
in interface com.google.protobuf.MessageLite.Builder
public BufrCdmIndexProto.BufrIndex.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
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.MessageLiteOrBuilder
isInitialized
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.Builder
mergeFrom
in interface com.google.protobuf.MessageLite.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<BufrCdmIndexProto.BufrIndex.Builder>
java.io.IOException
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 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.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.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.BufrIndexOrBuilder
public java.util.List<? extends BufrCdmIndexProto.StationOrBuilder> getStationsOrBuilderList()
repeated .bufrCdmIndex.Station stations = 2;
getStationsOrBuilderList
in interface BufrCdmIndexProto.BufrIndexOrBuilder
public 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.BufrIndexOrBuilder
public BufrCdmIndexProto.Field getRoot()
required .bufrCdmIndex.Field root = 3;
getRoot
in interface BufrCdmIndexProto.BufrIndexOrBuilder
public 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.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 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.BufrIndexOrBuilder
public long getEnd()
required uint64 end = 5;
getEnd
in interface BufrCdmIndexProto.BufrIndexOrBuilder
public 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.BufrIndexOrBuilder
public long getNobs()
required uint64 nobs = 6;
getNobs
in interface BufrCdmIndexProto.BufrIndexOrBuilder
public BufrCdmIndexProto.BufrIndex.Builder setNobs(long value)
required uint64 nobs = 6;
public BufrCdmIndexProto.BufrIndex.Builder clearNobs()
required uint64 nobs = 6;