Package | Description |
---|---|
com.google.api.services.deploymentmanager.model |
Modifier and Type | Method and Description |
---|---|
Operation.Error.Errors |
Operation.Error.Errors.clone() |
Operation.Error.Errors |
Operation.Error.Errors.set(String fieldName,
Object value) |
Operation.Error.Errors |
Operation.Error.Errors.setArguments(List<String> arguments)
[Output Only] Optional error details WARNING: DO NOT MAKE VISIBLE This is for internal use-only
(like componentization) (thus the visibility "none") and in case of public exposure it is
strongly recommended to follow pattern of: https://aip.dev/193 and expose as details field.
|
Operation.Error.Errors |
Operation.Error.Errors.setCode(String code)
[Output Only] The error type identifier for this error.
|
Operation.Error.Errors |
Operation.Error.Errors.setDebugInfo(DebugInfo debugInfo) |
Operation.Error.Errors |
Operation.Error.Errors.setErrorDetails(List<Operation.Error.Errors.ErrorDetails> errorDetails)
[Output Only] An optional list of messages that contain the error details.
|
Operation.Error.Errors |
Operation.Error.Errors.setLocation(String location)
[Output Only] Indicates the field in the request that caused the error.
|
Operation.Error.Errors |
Operation.Error.Errors.setMessage(String message)
[Output Only] An optional, human-readable error message.
|
Modifier and Type | Method and Description |
---|---|
List<Operation.Error.Errors> |
Operation.Error.getErrors()
[Output Only] The array of errors encountered while processing this operation.
|
Modifier and Type | Method and Description |
---|---|
Operation.Error |
Operation.Error.setErrors(List<Operation.Error.Errors> errors)
[Output Only] The array of errors encountered while processing this operation.
|
Copyright © 2011–2024 Google. All rights reserved.