Reference documentation and code samples for the Dataform V1beta1 API class Google::Cloud::Dataform::V1beta1::WorkflowConfig::ScheduledExecutionRecord.
A record of an attempt to create a workflow invocation for this workflow config.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#error_status
def error_status() -> ::Google::Rpc::Status
-
(::Google::Rpc::Status) — The error status encountered upon this attempt to create the
workflow invocation, if the attempt was unsuccessful.
Note: The following fields are mutually exclusive:
error_status
,workflow_invocation
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#error_status=
def error_status=(value) -> ::Google::Rpc::Status
-
value (::Google::Rpc::Status) — The error status encountered upon this attempt to create the
workflow invocation, if the attempt was unsuccessful.
Note: The following fields are mutually exclusive:
error_status
,workflow_invocation
. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::Google::Rpc::Status) — The error status encountered upon this attempt to create the
workflow invocation, if the attempt was unsuccessful.
Note: The following fields are mutually exclusive:
error_status
,workflow_invocation
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#execution_time
def execution_time() -> ::Google::Protobuf::Timestamp
- (::Google::Protobuf::Timestamp) — The timestamp of this execution attempt.
#execution_time=
def execution_time=(value) -> ::Google::Protobuf::Timestamp
- value (::Google::Protobuf::Timestamp) — The timestamp of this execution attempt.
- (::Google::Protobuf::Timestamp) — The timestamp of this execution attempt.
#workflow_invocation
def workflow_invocation() -> ::String
-
(::String) — The name of the created workflow invocation, if one was successfully
created. Must be in the format
projects/*/locations/*/repositories/*/workflowInvocations/*
.Note: The following fields are mutually exclusive:
workflow_invocation
,error_status
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#workflow_invocation=
def workflow_invocation=(value) -> ::String
-
value (::String) — The name of the created workflow invocation, if one was successfully
created. Must be in the format
projects/*/locations/*/repositories/*/workflowInvocations/*
.Note: The following fields are mutually exclusive:
workflow_invocation
,error_status
. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::String) — The name of the created workflow invocation, if one was successfully
created. Must be in the format
projects/*/locations/*/repositories/*/workflowInvocations/*
.Note: The following fields are mutually exclusive:
workflow_invocation
,error_status
. If a field in that set is populated, all other fields in the set will automatically be cleared.