Grib1IndexProto.Grib1Record.Builder |
Grib1IndexProto.Grib1Index.Builder.addRecordsBuilder()
repeated .Grib1Record records = 3;
|
Grib1IndexProto.Grib1Record.Builder |
Grib1IndexProto.Grib1Index.Builder.addRecordsBuilder(int index)
repeated .Grib1Record records = 3;
|
Grib1IndexProto.Grib1Record.Builder |
Grib1IndexProto.Grib1Record.Builder.clear() |
Grib1IndexProto.Grib1Record.Builder |
Grib1IndexProto.Grib1Record.Builder.clearBmsPos()
optional uint64 bmsPos = 11;
|
Grib1IndexProto.Grib1Record.Builder |
Grib1IndexProto.Grib1Record.Builder.clearDataLen()
required uint32 dataLen = 14;
|
Grib1IndexProto.Grib1Record.Builder |
Grib1IndexProto.Grib1Record.Builder.clearDataPos()
required uint64 dataPos = 13;
|
Grib1IndexProto.Grib1Record.Builder |
Grib1IndexProto.Grib1Record.Builder.clearGdsIdx()
required uint32 gdsIdx = 6;
|
Grib1IndexProto.Grib1Record.Builder |
Grib1IndexProto.Grib1Record.Builder.clearGribMessageLength()
required uint64 gribMessageLength = 2;
|
Grib1IndexProto.Grib1Record.Builder |
Grib1IndexProto.Grib1Record.Builder.clearGribMessageStart()
optional uint64 gribMessageStart = 15;
|
Grib1IndexProto.Grib1Record.Builder |
Grib1IndexProto.Grib1Record.Builder.clearHeader()
required bytes header = 1;
|
Grib1IndexProto.Grib1Record.Builder |
Grib1IndexProto.Grib1Record.Builder.clearPds()
required bytes pds = 7;
|
Grib1IndexProto.Grib1Record.Builder |
Grib1IndexProto.Grib1Record.Builder.clone() |
Grib1IndexProto.Grib1Record.Builder |
Grib1IndexProto.Grib1Index.Builder.getRecordsBuilder(int index)
repeated .Grib1Record records = 3;
|
Grib1IndexProto.Grib1Record.Builder |
Grib1IndexProto.Grib1Record.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Grib1IndexProto.Grib1Record.Builder |
Grib1IndexProto.Grib1Record.Builder.mergeFrom(Grib1IndexProto.Grib1Record other) |
Grib1IndexProto.Grib1Record.Builder |
Grib1IndexProto.Grib1Record.Builder.mergeFrom(com.google.protobuf.Message other) |
static Grib1IndexProto.Grib1Record.Builder |
Grib1IndexProto.Grib1Record.newBuilder() |
static Grib1IndexProto.Grib1Record.Builder |
Grib1IndexProto.Grib1Record.newBuilder(Grib1IndexProto.Grib1Record prototype) |
Grib1IndexProto.Grib1Record.Builder |
Grib1IndexProto.Grib1Record.newBuilderForType() |
protected Grib1IndexProto.Grib1Record.Builder |
Grib1IndexProto.Grib1Record.newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
Grib1IndexProto.Grib1Record.Builder |
Grib1IndexProto.Grib1Record.Builder.setBmsPos(long value)
optional uint64 bmsPos = 11;
|
Grib1IndexProto.Grib1Record.Builder |
Grib1IndexProto.Grib1Record.Builder.setDataLen(int value)
required uint32 dataLen = 14;
|
Grib1IndexProto.Grib1Record.Builder |
Grib1IndexProto.Grib1Record.Builder.setDataPos(long value)
required uint64 dataPos = 13;
|
Grib1IndexProto.Grib1Record.Builder |
Grib1IndexProto.Grib1Record.Builder.setGdsIdx(int value)
required uint32 gdsIdx = 6;
|
Grib1IndexProto.Grib1Record.Builder |
Grib1IndexProto.Grib1Record.Builder.setGribMessageLength(long value)
required uint64 gribMessageLength = 2;
|
Grib1IndexProto.Grib1Record.Builder |
Grib1IndexProto.Grib1Record.Builder.setGribMessageStart(long value)
optional uint64 gribMessageStart = 15;
|
Grib1IndexProto.Grib1Record.Builder |
Grib1IndexProto.Grib1Record.Builder.setHeader(com.google.protobuf.ByteString value)
required bytes header = 1;
|
Grib1IndexProto.Grib1Record.Builder |
Grib1IndexProto.Grib1Record.Builder.setPds(com.google.protobuf.ByteString value)
required bytes pds = 7;
|
Grib1IndexProto.Grib1Record.Builder |
Grib1IndexProto.Grib1Record.toBuilder() |