Class ExecutionReference (0.10.7)

ExecutionReference(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Reference to an Execution. Use /Executions.GetExecution with the given name to get full execution including the latest status.

Attributes

Name Description
name str
Name of the execution.
create_time google.protobuf.timestamp_pb2.Timestamp
Creation timestamp of the execution.
completion_time google.protobuf.timestamp_pb2.Timestamp
Creation timestamp of the execution.
delete_time google.protobuf.timestamp_pb2.Timestamp
The deletion time of the execution. It is only populated as a response to a Delete request.
completion_status google.cloud.run_v2.types.ExecutionReference.CompletionStatus
Status for the execution completion.

Classes

CompletionStatus

CompletionStatus(value)

Possible execution completion status.