Package | Description |
---|---|
com.google.api.services.servicemanagement.model |
Modifier and Type | Method and Description |
---|---|
Diagnostic |
Diagnostic.clone() |
Diagnostic |
Diagnostic.set(String fieldName,
Object value) |
Diagnostic |
Diagnostic.setKind(String kind)
The kind of diagnostic information provided.
|
Diagnostic |
Diagnostic.setLocation(String location)
File name and line number of the error or warning.
|
Diagnostic |
Diagnostic.setMessage(String message)
Message describing the error or warning.
|
Modifier and Type | Method and Description |
---|---|
List<Diagnostic> |
GenerateConfigReportResponse.getDiagnostics()
Errors / Linter warnings associated with the service definition this report belongs to.
|
Modifier and Type | Method and Description |
---|---|
GenerateConfigReportResponse |
GenerateConfigReportResponse.setDiagnostics(List<Diagnostic> diagnostics)
Errors / Linter warnings associated with the service definition this report belongs to.
|
Copyright © 2011–2024 Google. All rights reserved.