Package | Description |
---|---|
com.google.api.services.servicemanagement.model |
Modifier and Type | Method and Description |
---|---|
Operation |
Operation.clone() |
Operation |
Operation.set(String fieldName,
Object value) |
Operation |
Operation.setDone(Boolean done)
If the value is `false`, it means the operation is still in progress.
|
Operation |
Operation.setError(Status error)
The error result of the operation in case of failure or cancellation.
|
Operation |
Operation.setMetadata(Map<String,Object> metadata)
Service-specific metadata associated with the operation.
|
Operation |
Operation.setName(String name)
The server-assigned name, which is only unique within the same service that originally returns
it.
|
Operation |
Operation.setResponse(Map<String,Object> response)
The normal, successful response of the operation.
|
Modifier and Type | Method and Description |
---|---|
List<Operation> |
ListOperationsResponse.getOperations()
A list of operations that matches the specified filter in the request.
|
Modifier and Type | Method and Description |
---|---|
ListOperationsResponse |
ListOperationsResponse.setOperations(List<Operation> operations)
A list of operations that matches the specified filter in the request.
|
Copyright © 2011–2024 Google. All rights reserved.