| Package | Description |
|---|---|
| com.google.api.services.androiddeviceprovisioning.v1.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)
This field will always be not set if the operation is created by `claimAsync`, `unclaimAsync`,
or `updateMetadataAsync`.
|
Operation |
Operation.setMetadata(Map<String,Object> metadata)
This field will contain a `DevicesLongRunningOperationMetadata` object if the operation is
created by `claimAsync`, `unclaimAsync`, or `updateMetadataAsync`.
|
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)
This field will contain a `DevicesLongRunningOperationResponse` object if the operation is
created by `claimAsync`, `unclaimAsync`, or `updateMetadataAsync`.
|
Copyright © 2011–2025 Google. All rights reserved.