| Package | Description |
|---|---|
| com.google.api.services.monitoring.v3.model |
| Modifier and Type | Method and Description |
|---|---|
CollectdValueError |
CollectdValueError.clone() |
CollectdValueError |
CollectdValueError.set(java.lang.String fieldName,
java.lang.Object value) |
CollectdValueError |
CollectdValueError.setError(Status error)
Records the error status for the value.
|
CollectdValueError |
CollectdValueError.setIndex(java.lang.Integer index)
The zero-based index in CollectdPayload.values within the parent
CreateCollectdTimeSeriesRequest.collectd_payloads.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CollectdValueError> |
CollectdPayloadError.getValueErrors()
Records the error status for values that were not written due to an error.Failed payloads for
which nothing is written will not include partial value errors.
|
| Modifier and Type | Method and Description |
|---|---|
CollectdPayloadError |
CollectdPayloadError.setValueErrors(java.util.List<CollectdValueError> valueErrors)
Records the error status for values that were not written due to an error.Failed payloads for
which nothing is written will not include partial value errors.
|