BatchReport.Issue.Builder |
BatchReport.Issue.Builder.addAllFlow(Iterable<? extends BatchReport.Flow> values)
repeated .Flow flow = 8;
|
BatchReport.Issue.Builder |
BatchReport.Issue.Builder.addFlow(BatchReport.Flow.Builder builderForValue)
repeated .Flow flow = 8;
|
BatchReport.Issue.Builder |
BatchReport.Issue.Builder.addFlow(BatchReport.Flow value)
repeated .Flow flow = 8;
|
BatchReport.Issue.Builder |
BatchReport.Issue.Builder.addFlow(int index,
BatchReport.Flow.Builder builderForValue)
repeated .Flow flow = 8;
|
BatchReport.Issue.Builder |
BatchReport.Issue.Builder.addFlow(int index,
BatchReport.Flow value)
repeated .Flow flow = 8;
|
BatchReport.Issue.Builder |
BatchReport.Issue.Builder.clear() |
BatchReport.Issue.Builder |
BatchReport.Issue.Builder.clearEffortToFix()
optional double effort_to_fix = 6;
|
BatchReport.Issue.Builder |
BatchReport.Issue.Builder.clearFlow()
repeated .Flow flow = 8;
|
BatchReport.Issue.Builder |
BatchReport.Issue.Builder.clearLine()
optional int32 line = 3;
|
BatchReport.Issue.Builder |
BatchReport.Issue.Builder.clearMsg()
optional string msg = 4;
|
BatchReport.Issue.Builder |
BatchReport.Issue.Builder.clearRuleKey()
optional string rule_key = 2;
|
BatchReport.Issue.Builder |
BatchReport.Issue.Builder.clearRuleRepository()
optional string rule_repository = 1;
|
BatchReport.Issue.Builder |
BatchReport.Issue.Builder.clearSeverity()
optional .Severity severity = 5;
|
BatchReport.Issue.Builder |
BatchReport.Issue.Builder.clearTextRange()
optional .TextRange text_range = 7;
|
BatchReport.Issue.Builder |
BatchReport.Issue.Builder.mergeFrom(BatchReport.Issue other) |
BatchReport.Issue.Builder |
BatchReport.Issue.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
BatchReport.Issue.Builder |
BatchReport.Issue.Builder.mergeFrom(com.google.protobuf.Message other) |
BatchReport.Issue.Builder |
BatchReport.Issue.Builder.mergeTextRange(BatchReport.TextRange value)
optional .TextRange text_range = 7;
|
static BatchReport.Issue.Builder |
BatchReport.Issue.newBuilder() |
static BatchReport.Issue.Builder |
BatchReport.Issue.newBuilder(BatchReport.Issue prototype) |
BatchReport.Issue.Builder |
BatchReport.Issue.newBuilderForType() |
protected BatchReport.Issue.Builder |
BatchReport.Issue.newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
BatchReport.Issue.Builder |
BatchReport.Issue.Builder.removeFlow(int index)
repeated .Flow flow = 8;
|
BatchReport.Issue.Builder |
BatchReport.Issue.Builder.setEffortToFix(double value)
optional double effort_to_fix = 6;
|
BatchReport.Issue.Builder |
BatchReport.Issue.Builder.setFlow(int index,
BatchReport.Flow.Builder builderForValue)
repeated .Flow flow = 8;
|
BatchReport.Issue.Builder |
BatchReport.Issue.Builder.setFlow(int index,
BatchReport.Flow value)
repeated .Flow flow = 8;
|
BatchReport.Issue.Builder |
BatchReport.Issue.Builder.setLine(int value)
optional int32 line = 3;
|
BatchReport.Issue.Builder |
BatchReport.Issue.Builder.setMsg(String value)
optional string msg = 4;
|
BatchReport.Issue.Builder |
BatchReport.Issue.Builder.setMsgBytes(com.google.protobuf.ByteString value)
optional string msg = 4;
|
BatchReport.Issue.Builder |
BatchReport.Issue.Builder.setRuleKey(String value)
optional string rule_key = 2;
|
BatchReport.Issue.Builder |
BatchReport.Issue.Builder.setRuleKeyBytes(com.google.protobuf.ByteString value)
optional string rule_key = 2;
|
BatchReport.Issue.Builder |
BatchReport.Issue.Builder.setRuleRepository(String value)
optional string rule_repository = 1;
|
BatchReport.Issue.Builder |
BatchReport.Issue.Builder.setRuleRepositoryBytes(com.google.protobuf.ByteString value)
optional string rule_repository = 1;
|
BatchReport.Issue.Builder |
BatchReport.Issue.Builder.setSeverity(Constants.Severity value)
optional .Severity severity = 5;
|
BatchReport.Issue.Builder |
BatchReport.Issue.Builder.setTextRange(BatchReport.TextRange.Builder builderForValue)
optional .TextRange text_range = 7;
|
BatchReport.Issue.Builder |
BatchReport.Issue.Builder.setTextRange(BatchReport.TextRange value)
optional .TextRange text_range = 7;
|
BatchReport.Issue.Builder |
BatchReport.Issue.toBuilder() |