| Package | Description |
|---|---|
| com.google.api.services.monitoring.v3.model |
| Modifier and Type | Method and Description |
|---|---|
Status |
Status.clone() |
Status |
CollectdPayloadError.getError()
Records the error status for the payload.
|
Status |
CollectdValueError.getError()
Records the error status for the value.
|
Status |
Status.set(java.lang.String fieldName,
java.lang.Object value) |
Status |
Status.setCode(java.lang.Integer code)
The status code, which should be an enum value of google.rpc.Code.
|
Status |
Status.setDetails(java.util.List<java.util.Map<java.lang.String,java.lang.Object>> details)
A list of messages that carry the error details.
|
Status |
Status.setMessage(java.lang.String message)
A developer-facing error message, which should be in English.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Status> |
ListTimeSeriesResponse.getExecutionErrors()
Query execution errors that may have caused the time series data returned to be incomplete.
|
| Modifier and Type | Method and Description |
|---|---|
CollectdPayloadError |
CollectdPayloadError.setError(Status error)
Records the error status for the payload.
|
CollectdValueError |
CollectdValueError.setError(Status error)
Records the error status for the value.
|
| Modifier and Type | Method and Description |
|---|---|
ListTimeSeriesResponse |
ListTimeSeriesResponse.setExecutionErrors(java.util.List<Status> executionErrors)
Query execution errors that may have caused the time series data returned to be incomplete.
|