Package | Description |
---|---|
com.google.api.services.deploymentmanager.model |
Modifier and Type | Method and Description |
---|---|
Operation.Warnings |
Operation.Warnings.clone() |
Operation.Warnings |
Operation.Warnings.set(String fieldName,
Object value) |
Operation.Warnings |
Operation.Warnings.setCode(String code)
[Output Only] A warning code, if applicable.
|
Operation.Warnings |
Operation.Warnings.setData(List<Operation.Warnings.Data> data)
[Output Only] Metadata about this warning in key: value format.
|
Operation.Warnings |
Operation.Warnings.setMessage(String message)
[Output Only] A human-readable description of the warning code.
|
Modifier and Type | Method and Description |
---|---|
List<Operation.Warnings> |
Operation.getWarnings()
[Output Only] If warning messages are generated during processing of the operation, this field
will be populated.
|
Modifier and Type | Method and Description |
---|---|
Operation |
Operation.setWarnings(List<Operation.Warnings> warnings)
[Output Only] If warning messages are generated during processing of the operation, this field
will be populated.
|
Copyright © 2011–2024 Google. All rights reserved.