Dataform V1beta1 API - Class Google::Cloud::Dataform::V1beta1::WorkflowConfig::ScheduledExecutionRecord (v0.7.0)

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
Returns
  • (::Google::Rpc::Status) — The error status encountered upon this attempt to create the workflow invocation, if the attempt was unsuccessful.

#error_status=

def error_status=(value) -> ::Google::Rpc::Status
Parameter
  • value (::Google::Rpc::Status) — The error status encountered upon this attempt to create the workflow invocation, if the attempt was unsuccessful.
Returns
  • (::Google::Rpc::Status) — The error status encountered upon this attempt to create the workflow invocation, if the attempt was unsuccessful.

#execution_time

def execution_time() -> ::Google::Protobuf::Timestamp
Returns

#execution_time=

def execution_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
Returns

#workflow_invocation

def workflow_invocation() -> ::String
Returns
  • (::String) — The name of the created workflow invocation, if one was successfully created. Must be in the format projects/*/locations/*/repositories/*/workflowInvocations/*.

#workflow_invocation=

def workflow_invocation=(value) -> ::String
Parameter
  • value (::String) — The name of the created workflow invocation, if one was successfully created. Must be in the format projects/*/locations/*/repositories/*/workflowInvocations/*.
Returns
  • (::String) — The name of the created workflow invocation, if one was successfully created. Must be in the format projects/*/locations/*/repositories/*/workflowInvocations/*.