Grib1IndexProto.Grib1Index.Builder |
Grib1IndexProto.Grib1Index.Builder.addAllGdsList(Iterable<? extends Grib1IndexProto.Grib1GdsSection> values)
repeated .Grib1GdsSection gdsList = 2;
|
Grib1IndexProto.Grib1Index.Builder |
Grib1IndexProto.Grib1Index.Builder.addAllRecords(Iterable<? extends Grib1IndexProto.Grib1Record> values)
repeated .Grib1Record records = 3;
|
Grib1IndexProto.Grib1Index.Builder |
Grib1IndexProto.Grib1Index.Builder.addGdsList(Grib1IndexProto.Grib1GdsSection.Builder builderForValue)
repeated .Grib1GdsSection gdsList = 2;
|
Grib1IndexProto.Grib1Index.Builder |
Grib1IndexProto.Grib1Index.Builder.addGdsList(Grib1IndexProto.Grib1GdsSection value)
repeated .Grib1GdsSection gdsList = 2;
|
Grib1IndexProto.Grib1Index.Builder |
Grib1IndexProto.Grib1Index.Builder.addGdsList(int index,
Grib1IndexProto.Grib1GdsSection.Builder builderForValue)
repeated .Grib1GdsSection gdsList = 2;
|
Grib1IndexProto.Grib1Index.Builder |
Grib1IndexProto.Grib1Index.Builder.addGdsList(int index,
Grib1IndexProto.Grib1GdsSection value)
repeated .Grib1GdsSection gdsList = 2;
|
Grib1IndexProto.Grib1Index.Builder |
Grib1IndexProto.Grib1Index.Builder.addRecords(Grib1IndexProto.Grib1Record.Builder builderForValue)
repeated .Grib1Record records = 3;
|
Grib1IndexProto.Grib1Index.Builder |
Grib1IndexProto.Grib1Index.Builder.addRecords(Grib1IndexProto.Grib1Record value)
repeated .Grib1Record records = 3;
|
Grib1IndexProto.Grib1Index.Builder |
Grib1IndexProto.Grib1Index.Builder.addRecords(int index,
Grib1IndexProto.Grib1Record.Builder builderForValue)
repeated .Grib1Record records = 3;
|
Grib1IndexProto.Grib1Index.Builder |
Grib1IndexProto.Grib1Index.Builder.addRecords(int index,
Grib1IndexProto.Grib1Record value)
repeated .Grib1Record records = 3;
|
Grib1IndexProto.Grib1Index.Builder |
Grib1IndexProto.Grib1Index.Builder.clear() |
Grib1IndexProto.Grib1Index.Builder |
Grib1IndexProto.Grib1Index.Builder.clearFilename()
required string filename = 1;
|
Grib1IndexProto.Grib1Index.Builder |
Grib1IndexProto.Grib1Index.Builder.clearGdsList()
repeated .Grib1GdsSection gdsList = 2;
|
Grib1IndexProto.Grib1Index.Builder |
Grib1IndexProto.Grib1Index.Builder.clearRecords()
repeated .Grib1Record records = 3;
|
Grib1IndexProto.Grib1Index.Builder |
Grib1IndexProto.Grib1Index.Builder.clone() |
Grib1IndexProto.Grib1Index.Builder |
Grib1IndexProto.Grib1Index.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Grib1IndexProto.Grib1Index.Builder |
Grib1IndexProto.Grib1Index.Builder.mergeFrom(Grib1IndexProto.Grib1Index other) |
Grib1IndexProto.Grib1Index.Builder |
Grib1IndexProto.Grib1Index.Builder.mergeFrom(com.google.protobuf.Message other) |
static Grib1IndexProto.Grib1Index.Builder |
Grib1IndexProto.Grib1Index.newBuilder() |
static Grib1IndexProto.Grib1Index.Builder |
Grib1IndexProto.Grib1Index.newBuilder(Grib1IndexProto.Grib1Index prototype) |
Grib1IndexProto.Grib1Index.Builder |
Grib1IndexProto.Grib1Index.newBuilderForType() |
protected Grib1IndexProto.Grib1Index.Builder |
Grib1IndexProto.Grib1Index.newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
Grib1IndexProto.Grib1Index.Builder |
Grib1IndexProto.Grib1Index.Builder.removeGdsList(int index)
repeated .Grib1GdsSection gdsList = 2;
|
Grib1IndexProto.Grib1Index.Builder |
Grib1IndexProto.Grib1Index.Builder.removeRecords(int index)
repeated .Grib1Record records = 3;
|
Grib1IndexProto.Grib1Index.Builder |
Grib1IndexProto.Grib1Index.Builder.setFilename(String value)
required string filename = 1;
|
Grib1IndexProto.Grib1Index.Builder |
Grib1IndexProto.Grib1Index.Builder.setFilenameBytes(com.google.protobuf.ByteString value)
required string filename = 1;
|
Grib1IndexProto.Grib1Index.Builder |
Grib1IndexProto.Grib1Index.Builder.setGdsList(int index,
Grib1IndexProto.Grib1GdsSection.Builder builderForValue)
repeated .Grib1GdsSection gdsList = 2;
|
Grib1IndexProto.Grib1Index.Builder |
Grib1IndexProto.Grib1Index.Builder.setGdsList(int index,
Grib1IndexProto.Grib1GdsSection value)
repeated .Grib1GdsSection gdsList = 2;
|
Grib1IndexProto.Grib1Index.Builder |
Grib1IndexProto.Grib1Index.Builder.setRecords(int index,
Grib1IndexProto.Grib1Record.Builder builderForValue)
repeated .Grib1Record records = 3;
|
Grib1IndexProto.Grib1Index.Builder |
Grib1IndexProto.Grib1Index.Builder.setRecords(int index,
Grib1IndexProto.Grib1Record value)
repeated .Grib1Record records = 3;
|
Grib1IndexProto.Grib1Index.Builder |
Grib1IndexProto.Grib1Index.toBuilder() |