public static final class GribCollectionProto.Record.Builder extends com.google.protobuf.GeneratedMessage.Builder<GribCollectionProto.Record.Builder> implements GribCollectionProto.RecordOrBuilder
Record
Modifier and Type | Method and Description |
---|---|
GribCollectionProto.Record |
build() |
GribCollectionProto.Record |
buildPartial() |
GribCollectionProto.Record.Builder |
clear() |
GribCollectionProto.Record.Builder |
clearBmsOffset()
use alternate bms if non-zero (grib2 only).
|
GribCollectionProto.Record.Builder |
clearDrsOffset()
offset of drs from start (grib2 only)
|
GribCollectionProto.Record.Builder |
clearFileno()
which GRIB file ? key into GC.fileMap
|
GribCollectionProto.Record.Builder |
clearStartPos()
offset in GRIB file of the start of entire message
|
int |
getBmsOffset()
use alternate bms if non-zero (grib2 only).
|
GribCollectionProto.Record |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
int |
getDrsOffset()
offset of drs from start (grib2 only)
|
int |
getFileno()
which GRIB file ? key into GC.fileMap
|
long |
getStartPos()
offset in GRIB file of the start of entire message
|
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
GribCollectionProto.Record.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
GribCollectionProto.Record.Builder |
mergeFrom(GribCollectionProto.Record other) |
GribCollectionProto.Record.Builder |
mergeFrom(com.google.protobuf.Message other) |
GribCollectionProto.Record.Builder |
setBmsOffset(int value)
use alternate bms if non-zero (grib2 only).
|
GribCollectionProto.Record.Builder |
setDrsOffset(int value)
offset of drs from start (grib2 only)
|
GribCollectionProto.Record.Builder |
setFileno(int value)
which GRIB file ? key into GC.fileMap
|
GribCollectionProto.Record.Builder |
setStartPos(long value)
offset in GRIB file of the start of entire message
|
addRepeatedField, clearField, clearOneof, clone, getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownFields, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFields, setUnknownFieldSetBuilder, setUnknownFieldsProto3
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
findInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class com.google.protobuf.GeneratedMessage.Builder<GribCollectionProto.Record.Builder>
public GribCollectionProto.Record.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<GribCollectionProto.Record.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<GribCollectionProto.Record.Builder>
public GribCollectionProto.Record getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
public GribCollectionProto.Record build()
build
in interface com.google.protobuf.Message.Builder
build
in interface com.google.protobuf.MessageLite.Builder
public GribCollectionProto.Record buildPartial()
buildPartial
in interface com.google.protobuf.Message.Builder
buildPartial
in interface com.google.protobuf.MessageLite.Builder
public GribCollectionProto.Record.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<GribCollectionProto.Record.Builder>
public GribCollectionProto.Record.Builder mergeFrom(GribCollectionProto.Record other)
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessage.Builder<GribCollectionProto.Record.Builder>
public GribCollectionProto.Record.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<GribCollectionProto.Record.Builder>
java.io.IOException
public int getFileno()
which GRIB file ? key into GC.fileMap
uint32 fileno = 1;
getFileno
in interface GribCollectionProto.RecordOrBuilder
public GribCollectionProto.Record.Builder setFileno(int value)
which GRIB file ? key into GC.fileMap
uint32 fileno = 1;
value
- The fileno to set.public GribCollectionProto.Record.Builder clearFileno()
which GRIB file ? key into GC.fileMap
uint32 fileno = 1;
public long getStartPos()
offset in GRIB file of the start of entire message
uint64 startPos = 2;
getStartPos
in interface GribCollectionProto.RecordOrBuilder
public GribCollectionProto.Record.Builder setStartPos(long value)
offset in GRIB file of the start of entire message
uint64 startPos = 2;
value
- The startPos to set.public GribCollectionProto.Record.Builder clearStartPos()
offset in GRIB file of the start of entire message
uint64 startPos = 2;
public int getBmsOffset()
use alternate bms if non-zero (grib2 only). offset from start
uint32 bmsOffset = 3;
getBmsOffset
in interface GribCollectionProto.RecordOrBuilder
public GribCollectionProto.Record.Builder setBmsOffset(int value)
use alternate bms if non-zero (grib2 only). offset from start
uint32 bmsOffset = 3;
value
- The bmsOffset to set.public GribCollectionProto.Record.Builder clearBmsOffset()
use alternate bms if non-zero (grib2 only). offset from start
uint32 bmsOffset = 3;
public int getDrsOffset()
offset of drs from start (grib2 only)
uint32 drsOffset = 4;
getDrsOffset
in interface GribCollectionProto.RecordOrBuilder
public GribCollectionProto.Record.Builder setDrsOffset(int value)
offset of drs from start (grib2 only)
uint32 drsOffset = 4;
value
- The drsOffset to set.public GribCollectionProto.Record.Builder clearDrsOffset()
offset of drs from start (grib2 only)
uint32 drsOffset = 4;