Dataform v1beta1 API - Class WorkflowConfig.Types.ScheduledExecutionRecord (1.0.0-beta05)

public sealed class WorkflowConfig.Types.ScheduledExecutionRecord : IMessage<WorkflowConfig.Types.ScheduledExecutionRecord>, IEquatable<WorkflowConfig.Types.ScheduledExecutionRecord>, IDeepCloneable<WorkflowConfig.Types.ScheduledExecutionRecord>, IBufferMessage, IMessage

Reference documentation and code samples for the Dataform v1beta1 API class WorkflowConfig.Types.ScheduledExecutionRecord.

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

Inheritance

object > WorkflowConfig.Types.ScheduledExecutionRecord

Namespace

Google.Cloud.Dataform.V1Beta1

Assembly

Google.Cloud.Dataform.V1Beta1.dll

Constructors

ScheduledExecutionRecord()

public ScheduledExecutionRecord()

ScheduledExecutionRecord(ScheduledExecutionRecord)

public ScheduledExecutionRecord(WorkflowConfig.Types.ScheduledExecutionRecord other)
Parameter
NameDescription
otherWorkflowConfigTypesScheduledExecutionRecord

Properties

ErrorStatus

public Status ErrorStatus { get; set; }

The error status encountered upon this attempt to create the workflow invocation, if the attempt was unsuccessful.

Property Value
TypeDescription
Status

ExecutionTime

public Timestamp ExecutionTime { get; set; }

The timestamp of this execution attempt.

Property Value
TypeDescription
Timestamp

HasWorkflowInvocation

public bool HasWorkflowInvocation { get; }

Gets whether the "workflow_invocation" field is set

Property Value
TypeDescription
bool

ResultCase

public WorkflowConfig.Types.ScheduledExecutionRecord.ResultOneofCase ResultCase { get; }
Property Value
TypeDescription
WorkflowConfigTypesScheduledExecutionRecordResultOneofCase

WorkflowInvocation

public string WorkflowInvocation { get; set; }

The name of the created workflow invocation, if one was successfully created. Must be in the format projects/*/locations/*/repositories/*/workflowInvocations/*.

Property Value
TypeDescription
string