GoogleApi.CloudBuild.V2.Model.RunWorkflowCustomOperationMetadata (google_api_cloud_build v0.54.0)
View SourceRepresents the custom metadata of the RunWorkflow long-running operation.
Attributes
-
apiVersion(type:String.t, default:nil) - Output only. API version used to start the operation. -
createTime(type:DateTime.t, default:nil) - Output only. The time the operation was created. -
endTime(type:DateTime.t, default:nil) - Output only. The time the operation finished running. -
pipelineRunId(type:String.t, default:nil) - Output only. ID of the pipeline run created by RunWorkflow. -
requestedCancellation(type:boolean(), default:nil) - Output only. 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. -
target(type:String.t, default:nil) - Output only. Server-defined resource path for the target of the operation. -
verb(type:String.t, default:nil) - Output only. Name of the verb executed by the operation.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.CloudBuild.V2.Model.RunWorkflowCustomOperationMetadata{ apiVersion: String.t() | nil, createTime: DateTime.t() | nil, endTime: DateTime.t() | nil, pipelineRunId: String.t() | nil, requestedCancellation: boolean() | nil, target: String.t() | nil, verb: String.t() | nil }