Grib2IndexProto.GribIdSection.Builder |
Grib2IndexProto.GribIdSection.Builder.addAllRefDate(Iterable<? extends Integer> values)
repeated uint32 refDate = 6 [packed = true];
|
Grib2IndexProto.GribIdSection.Builder |
Grib2IndexProto.GribIdSection.Builder.addRefDate(int value)
repeated uint32 refDate = 6 [packed = true];
|
Grib2IndexProto.GribIdSection.Builder |
Grib2IndexProto.GribIdSection.Builder.clear() |
Grib2IndexProto.GribIdSection.Builder |
Grib2IndexProto.GribIdSection.Builder.clearCenterId()
required uint32 center_id = 1;
|
Grib2IndexProto.GribIdSection.Builder |
Grib2IndexProto.GribIdSection.Builder.clearLocalTableVersion()
required uint32 local_table_version = 4;
|
Grib2IndexProto.GribIdSection.Builder |
Grib2IndexProto.GribIdSection.Builder.clearMasterTableVersion()
required uint32 master_table_version = 3;
|
Grib2IndexProto.GribIdSection.Builder |
Grib2IndexProto.GribIdSection.Builder.clearProcessedDataType()
required uint32 processedDataType = 8;
|
Grib2IndexProto.GribIdSection.Builder |
Grib2IndexProto.GribIdSection.Builder.clearProductionStatus()
required uint32 productionStatus = 7;
|
Grib2IndexProto.GribIdSection.Builder |
Grib2IndexProto.GribIdSection.Builder.clearRefDate()
repeated uint32 refDate = 6 [packed = true];
|
Grib2IndexProto.GribIdSection.Builder |
Grib2IndexProto.GribIdSection.Builder.clearSignificanceOfRT()
required uint32 significanceOfRT = 5;
|
Grib2IndexProto.GribIdSection.Builder |
Grib2IndexProto.GribIdSection.Builder.clearSubcenterId()
required uint32 subcenter_id = 2;
|
Grib2IndexProto.GribIdSection.Builder |
Grib2IndexProto.GribIdSection.Builder.clone() |
Grib2IndexProto.GribIdSection.Builder |
Grib2IndexProto.Grib2Record.Builder.getIdsBuilder()
required .GribIdSection ids = 4;
|
Grib2IndexProto.GribIdSection.Builder |
Grib2IndexProto.GribIdSection.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Grib2IndexProto.GribIdSection.Builder |
Grib2IndexProto.GribIdSection.Builder.mergeFrom(Grib2IndexProto.GribIdSection other) |
Grib2IndexProto.GribIdSection.Builder |
Grib2IndexProto.GribIdSection.Builder.mergeFrom(com.google.protobuf.Message other) |
static Grib2IndexProto.GribIdSection.Builder |
Grib2IndexProto.GribIdSection.newBuilder() |
static Grib2IndexProto.GribIdSection.Builder |
Grib2IndexProto.GribIdSection.newBuilder(Grib2IndexProto.GribIdSection prototype) |
Grib2IndexProto.GribIdSection.Builder |
Grib2IndexProto.GribIdSection.newBuilderForType() |
protected Grib2IndexProto.GribIdSection.Builder |
Grib2IndexProto.GribIdSection.newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
Grib2IndexProto.GribIdSection.Builder |
Grib2IndexProto.GribIdSection.Builder.setCenterId(int value)
required uint32 center_id = 1;
|
Grib2IndexProto.GribIdSection.Builder |
Grib2IndexProto.GribIdSection.Builder.setLocalTableVersion(int value)
required uint32 local_table_version = 4;
|
Grib2IndexProto.GribIdSection.Builder |
Grib2IndexProto.GribIdSection.Builder.setMasterTableVersion(int value)
required uint32 master_table_version = 3;
|
Grib2IndexProto.GribIdSection.Builder |
Grib2IndexProto.GribIdSection.Builder.setProcessedDataType(int value)
required uint32 processedDataType = 8;
|
Grib2IndexProto.GribIdSection.Builder |
Grib2IndexProto.GribIdSection.Builder.setProductionStatus(int value)
required uint32 productionStatus = 7;
|
Grib2IndexProto.GribIdSection.Builder |
Grib2IndexProto.GribIdSection.Builder.setRefDate(int index,
int value)
repeated uint32 refDate = 6 [packed = true];
|
Grib2IndexProto.GribIdSection.Builder |
Grib2IndexProto.GribIdSection.Builder.setSignificanceOfRT(int value)
required uint32 significanceOfRT = 5;
|
Grib2IndexProto.GribIdSection.Builder |
Grib2IndexProto.GribIdSection.Builder.setSubcenterId(int value)
required uint32 subcenter_id = 2;
|
Grib2IndexProto.GribIdSection.Builder |
Grib2IndexProto.GribIdSection.toBuilder() |