Class: Google::Cloud::Dataform::V1beta1::WorkflowConfig::ScheduledExecutionRecord
- Inherits:
-
Object
- Object
- Google::Cloud::Dataform::V1beta1::WorkflowConfig::ScheduledExecutionRecord
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dataform/v1beta1/dataform.rb
Overview
A record of an attempt to create a workflow invocation for this workflow config.
Instance Attribute Summary collapse
-
#error_status ⇒ ::Google::Rpc::Status
The error status encountered upon this attempt to create the workflow invocation, if the attempt was unsuccessful.
-
#execution_time ⇒ ::Google::Protobuf::Timestamp
The timestamp of this execution attempt.
-
#workflow_invocation ⇒ ::String
The name of the created workflow invocation, if one was successfully created.
Instance Attribute Details
#error_status ⇒ ::Google::Rpc::Status
Returns The error status encountered upon this attempt to create the workflow invocation, if the attempt was unsuccessful.
1617 1618 1619 1620 |
# File 'proto_docs/google/cloud/dataform/v1beta1/dataform.rb', line 1617 class ScheduledExecutionRecord include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#execution_time ⇒ ::Google::Protobuf::Timestamp
Returns The timestamp of this execution attempt.
1617 1618 1619 1620 |
# File 'proto_docs/google/cloud/dataform/v1beta1/dataform.rb', line 1617 class ScheduledExecutionRecord include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#workflow_invocation ⇒ ::String
Returns The name of the created workflow invocation, if one was successfully
created. Must be in the format
projects/*/locations/*/repositories/*/workflowInvocations/*
.
1617 1618 1619 1620 |
# File 'proto_docs/google/cloud/dataform/v1beta1/dataform.rb', line 1617 class ScheduledExecutionRecord include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |