| Package | Description |
|---|---|
| com.google.api.services.iam.v1.model |
| Modifier and Type | Method and Description |
|---|---|
LintResult |
LintResult.clone() |
LintResult |
LintResult.set(String fieldName,
Object value) |
LintResult |
LintResult.setDebugMessage(String debugMessage)
Human readable debug message associated with the issue.
|
LintResult |
LintResult.setFieldName(String fieldName)
The name of the field for which this lint result is about.
|
LintResult |
LintResult.setLevel(String level)
The validation unit level.
|
LintResult |
LintResult.setLocationOffset(Integer locationOffset)
0-based character position of problematic construct within the object identified by
`field_name`.
|
LintResult |
LintResult.setSeverity(String severity)
The validation unit severity.
|
LintResult |
LintResult.setValidationUnitName(String validationUnitName)
The validation unit name, for instance "lintValidationUnits/ConditionComplexityCheck".
|
| Modifier and Type | Method and Description |
|---|---|
List<LintResult> |
LintPolicyResponse.getLintResults()
List of lint results sorted by `severity` in descending order.
|
| Modifier and Type | Method and Description |
|---|---|
LintPolicyResponse |
LintPolicyResponse.setLintResults(List<LintResult> lintResults)
List of lint results sorted by `severity` in descending order.
|
Copyright © 2011–2021 Google. All rights reserved.