BatchReport.Duplicate.Builder |
BatchReport.Duplication.Builder.addDuplicateBuilder()
repeated .Duplicate duplicate = 2;
|
BatchReport.Duplicate.Builder |
BatchReport.Duplication.Builder.addDuplicateBuilder(int index)
repeated .Duplicate duplicate = 2;
|
BatchReport.Duplicate.Builder |
BatchReport.Duplicate.Builder.clear() |
BatchReport.Duplicate.Builder |
BatchReport.Duplicate.Builder.clearOtherFileRef()
optional int32 other_file_ref = 1;
|
BatchReport.Duplicate.Builder |
BatchReport.Duplicate.Builder.clearRange()
optional .TextRange range = 2;
|
BatchReport.Duplicate.Builder |
BatchReport.Duplication.Builder.getDuplicateBuilder(int index)
repeated .Duplicate duplicate = 2;
|
BatchReport.Duplicate.Builder |
BatchReport.Duplicate.Builder.mergeFrom(BatchReport.Duplicate other) |
BatchReport.Duplicate.Builder |
BatchReport.Duplicate.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
BatchReport.Duplicate.Builder |
BatchReport.Duplicate.Builder.mergeFrom(com.google.protobuf.Message other) |
BatchReport.Duplicate.Builder |
BatchReport.Duplicate.Builder.mergeRange(BatchReport.TextRange value)
optional .TextRange range = 2;
|
static BatchReport.Duplicate.Builder |
BatchReport.Duplicate.newBuilder() |
static BatchReport.Duplicate.Builder |
BatchReport.Duplicate.newBuilder(BatchReport.Duplicate prototype) |
BatchReport.Duplicate.Builder |
BatchReport.Duplicate.newBuilderForType() |
protected BatchReport.Duplicate.Builder |
BatchReport.Duplicate.newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
BatchReport.Duplicate.Builder |
BatchReport.Duplicate.Builder.setOtherFileRef(int value)
optional int32 other_file_ref = 1;
|
BatchReport.Duplicate.Builder |
BatchReport.Duplicate.Builder.setRange(BatchReport.TextRange.Builder builderForValue)
optional .TextRange range = 2;
|
BatchReport.Duplicate.Builder |
BatchReport.Duplicate.Builder.setRange(BatchReport.TextRange value)
optional .TextRange range = 2;
|
BatchReport.Duplicate.Builder |
BatchReport.Duplicate.toBuilder() |