Package | Description |
---|---|
com.google.api.services.compute.model |
Modifier and Type | Method and Description |
---|---|
Operation.Error.Errors |
Operation.Error.Errors.clone() |
Operation.Error.Errors |
Operation.Error.Errors.set(java.lang.String fieldName,
java.lang.Object value) |
Operation.Error.Errors |
Operation.Error.Errors.setCode(java.lang.String code)
[Output Only] The error type identifier for this error.
|
Operation.Error.Errors |
Operation.Error.Errors.setLocation(java.lang.String location)
[Output Only] Indicates the field in the request which caused the error.
|
Operation.Error.Errors |
Operation.Error.Errors.setMessage(java.lang.String message)
[Output Only] An optional, human-readable error message.
|
Modifier and Type | Method and Description |
---|---|
java.util.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(java.util.List<Operation.Error.Errors> errors)
[Output Only] The array of errors encountered while processing this operation.
|