Package | Description |
---|---|
com.google.api.services.deploymentmanager.model |
Modifier and Type | Method and Description |
---|---|
Diagnostic |
Diagnostic.clone() |
Diagnostic |
Diagnostic.set(String fieldName,
Object value) |
Diagnostic |
Diagnostic.setField(String field)
JsonPath expression on the resource that if non empty, indicates that this field needs to be
extracted as a diagnostic.
|
Diagnostic |
Diagnostic.setLevel(String level)
Level to record this diagnostic.
|
Modifier and Type | Method and Description |
---|---|
List<Diagnostic> |
PollingOptions.getDiagnostics()
An array of diagnostics to be collected by Deployment Manager, these diagnostics will be
displayed to the user.
|
Modifier and Type | Method and Description |
---|---|
PollingOptions |
PollingOptions.setDiagnostics(List<Diagnostic> diagnostics)
An array of diagnostics to be collected by Deployment Manager, these diagnostics will be
displayed to the user.
|
Copyright © 2011–2024 Google. All rights reserved.