View Source GoogleApi.DataFusion.V1beta1.Model.OperationMetadata (google_api_data_fusion v0.26.0)
Represents the metadata of a long-running operation.
Attributes
-
additionalStatus(type:map(), default:nil) - Map to hold any additional status info for the operation If there is an accelerator being enabled/disabled/deleted, this will be populated with accelerator name as key and status as ENABLING, DISABLING or DELETING -
apiVersion(type:String.t, default:nil) - API version used to start the operation. -
createTime(type:DateTime.t, default:nil) - The time the operation was created. -
endTime(type:DateTime.t, default:nil) - The time the operation finished running. -
requestedCancellation(type:boolean(), default:nil) - Identifies whether the user has requested cancellation of the operation. Operations that have successfully been cancelled have Operation.error value with a google.rpc.Status.code of 1, corresponding toCode.CANCELLED. -
statusDetail(type:String.t, default:nil) - Human-readable status of the operation if any. -
target(type:String.t, default:nil) - Server-defined resource path for the target of the operation. -
verb(type:String.t, default:nil) - Name of the verb executed by the operation.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.DataFusion.V1beta1.Model.OperationMetadata{ additionalStatus: map() | nil, apiVersion: String.t() | nil, createTime: DateTime.t() | nil, endTime: DateTime.t() | nil, requestedCancellation: boolean() | nil, statusDetail: String.t() | nil, target: String.t() | nil, verb: String.t() | nil }