Package | Description |
---|---|
com.google.api.services.servicemanagement.model |
Modifier and Type | Method and Description |
---|---|
GenerateConfigReportResponse |
GenerateConfigReportResponse.clone() |
GenerateConfigReportResponse |
GenerateConfigReportResponse.set(String fieldName,
Object value) |
GenerateConfigReportResponse |
GenerateConfigReportResponse.setChangeReports(List<ChangeReport> changeReports)
list of ChangeReport, each corresponding to comparison between two service configurations.
|
GenerateConfigReportResponse |
GenerateConfigReportResponse.setDiagnostics(List<Diagnostic> diagnostics)
Errors / Linter warnings associated with the service definition this report belongs to.
|
GenerateConfigReportResponse |
GenerateConfigReportResponse.setId(String id)
ID of the service configuration this report belongs to.
|
GenerateConfigReportResponse |
GenerateConfigReportResponse.setServiceName(String serviceName)
Name of the service this report belongs to.
|
Copyright © 2011–2024 Google. All rights reserved.