google_api_android_device_provisioning v0.0.1 GoogleApi.AndroidDeviceProvisioning.V1.Model.Operation View Source
This resource represents a long-running operation that is the result of a network API call.
Attributes
- done (Boolean): If the value is `false`, it means the operation is still in progress. If true, the operation is completed, and either `error` or `response` is available. Defaults to:
null
. - error (Status): This field will always be not set if the operation is created by `claimAsync`, `unclaimAsync`, or `updateMetadataAsync`. In this case, error information for each device is set in `response.perDeviceStatus.result.status`. Defaults to:
null
. - metadata (Object): This field will contain a `DevicesLongRunningOperationMetadata` object if the operation is created by `claimAsync`, `unclaimAsync`, or `updateMetadataAsync`. Defaults to:
null
. - name (String): The server-assigned name, which is only unique within the same service that originally returns it. If you use the default HTTP mapping, the `name` should have the format of `operations/some/unique/name`. Defaults to:
null
. - response (Object): This field will contain a `DevicesLongRunningOperationResponse` object if the operation is created by `claimAsync`, `unclaimAsync`, or `updateMetadataAsync`. Defaults to:
null
.