| 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.setBindingOrdinal(Integer bindingOrdinal)
0-based index ordinality of the binding in the input object associated with this result.
|
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 a composite key, descending order of severity and ascending
order of binding_ordinal.
|
| Modifier and Type | Method and Description |
|---|---|
LintPolicyResponse |
LintPolicyResponse.setLintResults(List<LintResult> lintResults)
List of lint results sorted by a composite key, descending order of severity and ascending
order of binding_ordinal.
|
Copyright © 2011–2019 Google. All rights reserved.