Class: Google::Cloud::Dataform::V1::WorkflowConfig::ScheduledExecutionRecord

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/dataform/v1/dataform.rb

Overview

A record of an attempt to create a workflow invocation for this workflow config.

Instance Attribute Summary collapse

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.

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.

Returns:

  • (::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.



2000
2001
2002
2003
# File 'proto_docs/google/cloud/dataform/v1/dataform.rb', line 2000

class ScheduledExecutionRecord
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#execution_time::Google::Protobuf::Timestamp (readonly)

Returns Output only. The timestamp of this execution attempt.

Returns:



2000
2001
2002
2003
# File 'proto_docs/google/cloud/dataform/v1/dataform.rb', line 2000

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/*.

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.

Returns:

  • (::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.



2000
2001
2002
2003
# File 'proto_docs/google/cloud/dataform/v1/dataform.rb', line 2000

class ScheduledExecutionRecord
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end