Package | Description |
---|---|
com.google.api.services.alertcenter.v1beta1.model |
Modifier and Type | Method and Description |
---|---|
Status |
Status.clone() |
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 |
---|---|
Map<String,Status> |
BatchDeleteAlertsResponse.getFailedAlertStatus()
The status details for each failed `alert_id`.
|
Map<String,Status> |
BatchUndeleteAlertsResponse.getFailedAlertStatus()
The status details for each failed `alert_id`.
|
Modifier and Type | Method and Description |
---|---|
BatchDeleteAlertsResponse |
BatchDeleteAlertsResponse.setFailedAlertStatus(Map<String,Status> failedAlertStatus)
The status details for each failed `alert_id`.
|
BatchUndeleteAlertsResponse |
BatchUndeleteAlertsResponse.setFailedAlertStatus(Map<String,Status> failedAlertStatus)
The status details for each failed `alert_id`.
|
Copyright © 2011–2024 Google. All rights reserved.