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