| Package | Description |
|---|---|
| com.google.api.services.storage.model |
| Modifier and Type | Method and Description |
|---|---|
GoogleLongrunningOperation |
GoogleLongrunningOperation.clone() |
GoogleLongrunningOperation |
GoogleLongrunningOperation.set(String fieldName,
Object value) |
GoogleLongrunningOperation |
GoogleLongrunningOperation.setDone(Boolean done)
If the value is "false", it means the operation is still in progress.
|
GoogleLongrunningOperation |
GoogleLongrunningOperation.setError(GoogleRpcStatus error)
The error result of the operation in case of failure or cancellation.
|
GoogleLongrunningOperation |
GoogleLongrunningOperation.setKind(String kind)
The kind of item this is.
|
GoogleLongrunningOperation |
GoogleLongrunningOperation.setMetadata(Map<String,Object> metadata)
Service-specific metadata associated with the operation.
|
GoogleLongrunningOperation |
GoogleLongrunningOperation.setName(String name)
The server-assigned name, which is only unique within the same service that originally returns
it.
|
GoogleLongrunningOperation |
GoogleLongrunningOperation.setResponse(Map<String,Object> response)
The normal response of the operation in case of success.
|
GoogleLongrunningOperation |
GoogleLongrunningOperation.setSelfLink(String selfLink)
The link to this long running operation.
|
| Modifier and Type | Method and Description |
|---|---|
List<GoogleLongrunningOperation> |
GoogleLongrunningListOperationsResponse.getOperations()
A list of operations that matches the specified filter in the request.
|
| Modifier and Type | Method and Description |
|---|---|
GoogleLongrunningListOperationsResponse |
GoogleLongrunningListOperationsResponse.setOperations(List<GoogleLongrunningOperation> operations)
A list of operations that matches the specified filter in the request.
|
Copyright © 2011–2025 Google. All rights reserved.