google_api_composer v0.3.0 GoogleApi.Composer.V1beta1.Model.OperationMetadata View Source
Metadata describing an operation.
Attributes
- createTime (DateTime.t): Output only. The time the operation was submitted to the server. Defaults to:
null
. - endTime (DateTime.t): Output only. The time when the operation terminated, regardless of its success. This field is unset if the operation is still ongoing. Defaults to:
null
. operationType (String.t): Output only. The type of operation being performed. Defaults to:
null
.- Enum - one of [TYPE_UNSPECIFIED, CREATE, DELETE, UPDATE]
- resource (String.t): Output only. The resource being operated on, as a relative resource name. Defaults to:
null
. - resourceUuid (String.t): Output only. The UUID of the resource being operated on. Defaults to:
null
. state (String.t): Output only. The current operation state. Defaults to:
null
.- Enum - one of [STATE_UNSPECIFIED, PENDING, RUNNING, SUCCESSFUL, FAILED]
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields
Link to this section Types
Link to this type
t()
View Source
t()
View Source
t() :: %GoogleApi.Composer.V1beta1.Model.OperationMetadata{
createTime: DateTime.t(),
endTime: DateTime.t(),
operationType: any(),
resource: any(),
resourceUuid: any(),
state: any()
}
t() :: %GoogleApi.Composer.V1beta1.Model.OperationMetadata{ createTime: DateTime.t(), endTime: DateTime.t(), operationType: any(), resource: any(), resourceUuid: any(), state: any() }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.