Package | Description |
---|---|
com.google.api.services.servicecontrol.v2.model |
Modifier and Type | Method and Description |
---|---|
Status |
Status.clone() |
Status |
AuditLog.getStatus()
The status of the overall operation.
|
Status |
CheckResponse.getStatus()
Operation is allowed when this field is not set.
|
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 |
---|---|
AuditLog |
AuditLog.setStatus(Status status)
The status of the overall operation.
|
CheckResponse |
CheckResponse.setStatus(Status status)
Operation is allowed when this field is not set.
|
Copyright © 2011–2024 Google. All rights reserved.