BatchReport.Flow.Builder |
BatchReport.Flow.Builder.addAllLocation(Iterable<? extends BatchReport.IssueLocation> values)
repeated .IssueLocation location = 1;
|
BatchReport.Flow.Builder |
BatchReport.Issue.Builder.addFlowBuilder()
repeated .Flow flow = 8;
|
BatchReport.Flow.Builder |
BatchReport.Issue.Builder.addFlowBuilder(int index)
repeated .Flow flow = 8;
|
BatchReport.Flow.Builder |
BatchReport.Flow.Builder.addLocation(BatchReport.IssueLocation.Builder builderForValue)
repeated .IssueLocation location = 1;
|
BatchReport.Flow.Builder |
BatchReport.Flow.Builder.addLocation(BatchReport.IssueLocation value)
repeated .IssueLocation location = 1;
|
BatchReport.Flow.Builder |
BatchReport.Flow.Builder.addLocation(int index,
BatchReport.IssueLocation.Builder builderForValue)
repeated .IssueLocation location = 1;
|
BatchReport.Flow.Builder |
BatchReport.Flow.Builder.addLocation(int index,
BatchReport.IssueLocation value)
repeated .IssueLocation location = 1;
|
BatchReport.Flow.Builder |
BatchReport.Flow.Builder.clear() |
BatchReport.Flow.Builder |
BatchReport.Flow.Builder.clearLocation()
repeated .IssueLocation location = 1;
|
BatchReport.Flow.Builder |
BatchReport.Issue.Builder.getFlowBuilder(int index)
repeated .Flow flow = 8;
|
BatchReport.Flow.Builder |
BatchReport.Flow.Builder.mergeFrom(BatchReport.Flow other) |
BatchReport.Flow.Builder |
BatchReport.Flow.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
BatchReport.Flow.Builder |
BatchReport.Flow.Builder.mergeFrom(com.google.protobuf.Message other) |
static BatchReport.Flow.Builder |
BatchReport.Flow.newBuilder() |
static BatchReport.Flow.Builder |
BatchReport.Flow.newBuilder(BatchReport.Flow prototype) |
BatchReport.Flow.Builder |
BatchReport.Flow.newBuilderForType() |
protected BatchReport.Flow.Builder |
BatchReport.Flow.newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
BatchReport.Flow.Builder |
BatchReport.Flow.Builder.removeLocation(int index)
repeated .IssueLocation location = 1;
|
BatchReport.Flow.Builder |
BatchReport.Flow.Builder.setLocation(int index,
BatchReport.IssueLocation.Builder builderForValue)
repeated .IssueLocation location = 1;
|
BatchReport.Flow.Builder |
BatchReport.Flow.Builder.setLocation(int index,
BatchReport.IssueLocation value)
repeated .IssueLocation location = 1;
|
BatchReport.Flow.Builder |
BatchReport.Flow.toBuilder() |