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.
Implements
IMessageWorkflowConfigTypesScheduledExecutionRecord, IEquatableWorkflowConfigTypesScheduledExecutionRecord, IDeepCloneableWorkflowConfigTypesScheduledExecutionRecord, IBufferMessage, IMessageNamespace
Google.Cloud.Dataform.V1Beta1Assembly
Google.Cloud.Dataform.V1Beta1.dll
Constructors
ScheduledExecutionRecord()
public ScheduledExecutionRecord()
ScheduledExecutionRecord(ScheduledExecutionRecord)
public ScheduledExecutionRecord(WorkflowConfig.Types.ScheduledExecutionRecord other)
Parameter | |
---|---|
Name | Description |
other |
WorkflowConfigTypesScheduledExecutionRecord |
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 | |
---|---|
Type | Description |
Status |
ExecutionTime
public Timestamp ExecutionTime { get; set; }
The timestamp of this execution attempt.
Property Value | |
---|---|
Type | Description |
Timestamp |
HasWorkflowInvocation
public bool HasWorkflowInvocation { get; }
Gets whether the "workflow_invocation" field is set
Property Value | |
---|---|
Type | Description |
bool |
ResultCase
public WorkflowConfig.Types.ScheduledExecutionRecord.ResultOneofCase ResultCase { get; }
Property Value | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
string |
WorkflowInvocationAsWorkflowInvocationName
public WorkflowInvocationName WorkflowInvocationAsWorkflowInvocationName { get; set; }
WorkflowInvocationName-typed view over the WorkflowInvocation resource name property.
Property Value | |
---|---|
Type | Description |
WorkflowInvocationName |