BatchReport.Duplication.Builder |
BatchReport.Duplication.Builder.addAllDuplicate(Iterable<? extends BatchReport.Duplicate> values)
repeated .Duplicate duplicate = 2;
|
BatchReport.Duplication.Builder |
BatchReport.Duplication.Builder.addDuplicate(BatchReport.Duplicate.Builder builderForValue)
repeated .Duplicate duplicate = 2;
|
BatchReport.Duplication.Builder |
BatchReport.Duplication.Builder.addDuplicate(BatchReport.Duplicate value)
repeated .Duplicate duplicate = 2;
|
BatchReport.Duplication.Builder |
BatchReport.Duplication.Builder.addDuplicate(int index,
BatchReport.Duplicate.Builder builderForValue)
repeated .Duplicate duplicate = 2;
|
BatchReport.Duplication.Builder |
BatchReport.Duplication.Builder.addDuplicate(int index,
BatchReport.Duplicate value)
repeated .Duplicate duplicate = 2;
|
BatchReport.Duplication.Builder |
BatchReport.Duplication.Builder.clear() |
BatchReport.Duplication.Builder |
BatchReport.Duplication.Builder.clearDuplicate()
repeated .Duplicate duplicate = 2;
|
BatchReport.Duplication.Builder |
BatchReport.Duplication.Builder.clearOriginPosition()
optional .TextRange origin_position = 1;
|
BatchReport.Duplication.Builder |
BatchReport.Duplication.Builder.mergeFrom(BatchReport.Duplication other) |
BatchReport.Duplication.Builder |
BatchReport.Duplication.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
BatchReport.Duplication.Builder |
BatchReport.Duplication.Builder.mergeFrom(com.google.protobuf.Message other) |
BatchReport.Duplication.Builder |
BatchReport.Duplication.Builder.mergeOriginPosition(BatchReport.TextRange value)
optional .TextRange origin_position = 1;
|
static BatchReport.Duplication.Builder |
BatchReport.Duplication.newBuilder() |
static BatchReport.Duplication.Builder |
BatchReport.Duplication.newBuilder(BatchReport.Duplication prototype) |
BatchReport.Duplication.Builder |
BatchReport.Duplication.newBuilderForType() |
protected BatchReport.Duplication.Builder |
BatchReport.Duplication.newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
BatchReport.Duplication.Builder |
BatchReport.Duplication.Builder.removeDuplicate(int index)
repeated .Duplicate duplicate = 2;
|
BatchReport.Duplication.Builder |
BatchReport.Duplication.Builder.setDuplicate(int index,
BatchReport.Duplicate.Builder builderForValue)
repeated .Duplicate duplicate = 2;
|
BatchReport.Duplication.Builder |
BatchReport.Duplication.Builder.setDuplicate(int index,
BatchReport.Duplicate value)
repeated .Duplicate duplicate = 2;
|
BatchReport.Duplication.Builder |
BatchReport.Duplication.Builder.setOriginPosition(BatchReport.TextRange.Builder builderForValue)
optional .TextRange origin_position = 1;
|
BatchReport.Duplication.Builder |
BatchReport.Duplication.Builder.setOriginPosition(BatchReport.TextRange value)
optional .TextRange origin_position = 1;
|
BatchReport.Duplication.Builder |
BatchReport.Duplication.toBuilder() |