| 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 |
Error.getStatus()
The status of the requested write operation.
|
Status |
AlertPolicy.getValidity()
Read-only description of how the alerting policy is invalid.
|
Status |
Status.set(String fieldName,
Object value) |
Status |
Status.setCode(Integer code)
The status code, which should be an enum value of google.rpc.Code.
|
Status |
Status.setDetails(List<Map<String,Object>> details)
A list of messages that carry the error details.
|
Status |
Status.setMessage(String message)
A developer-facing error message, which should be in English.
|
| Modifier and Type | Method and Description |
|---|---|
List<Status> |
ListTimeSeriesResponse.getExecutionErrors()
Query execution errors that may have caused the time series data returned to be incomplete.
|
List<Status> |
QueryTimeSeriesResponse.getPartialErrors()
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.
|
Error |
Error.setStatus(Status status)
The status of the requested write operation.
|
AlertPolicy |
AlertPolicy.setValidity(Status validity)
Read-only description of how the alerting policy is invalid.
|
| Modifier and Type | Method and Description |
|---|---|
ListTimeSeriesResponse |
ListTimeSeriesResponse.setExecutionErrors(List<Status> executionErrors)
Query execution errors that may have caused the time series data returned to be incomplete.
|
QueryTimeSeriesResponse |
QueryTimeSeriesResponse.setPartialErrors(List<Status> partialErrors)
Query execution errors that may have caused the time series data returned to be incomplete.
|
Copyright © 2011–2025 Google. All rights reserved.