public sealed class WorkflowInvocationAction : IMessage<WorkflowInvocationAction>, IEquatable<WorkflowInvocationAction>, IDeepCloneable<WorkflowInvocationAction>, IBufferMessage, IMessageReference documentation and code samples for the Dataform v1beta1 API class WorkflowInvocationAction.
Represents a single action in a workflow invocation.
Implements
IMessageWorkflowInvocationAction, IEquatableWorkflowInvocationAction, IDeepCloneableWorkflowInvocationAction, IBufferMessage, IMessageNamespace
Google.Cloud.Dataform.V1Beta1Assembly
Google.Cloud.Dataform.V1Beta1.dll
Constructors
WorkflowInvocationAction()
public WorkflowInvocationAction()WorkflowInvocationAction(WorkflowInvocationAction)
public WorkflowInvocationAction(WorkflowInvocationAction other)| Parameter | |
|---|---|
| Name | Description |
other |
WorkflowInvocationAction |
Properties
ActionCase
public WorkflowInvocationAction.ActionOneofCase ActionCase { get; }| Property Value | |
|---|---|
| Type | Description |
WorkflowInvocationActionActionOneofCase |
|
BigqueryAction
public WorkflowInvocationAction.Types.BigQueryAction BigqueryAction { get; set; }Output only. The workflow action's bigquery action details.
| Property Value | |
|---|---|
| Type | Description |
WorkflowInvocationActionTypesBigQueryAction |
|
CanonicalTarget
public Target CanonicalTarget { get; set; }Output only. The action's identifier if the project had been compiled without any overrides configured. Unique within the compilation result.
| Property Value | |
|---|---|
| Type | Description |
Target |
|
FailureReason
public string FailureReason { get; set; }Output only. If and only if action's state is FAILED a failure reason is set.
| Property Value | |
|---|---|
| Type | Description |
string |
|
HasInternalMetadata
public bool HasInternalMetadata { get; }Gets whether the "internal_metadata" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
InternalMetadata
public string InternalMetadata { get; set; }Output only. All the metadata information that is used internally to serve the resource. For example: timestamps, flags, status fields, etc. The format of this field is a JSON string.
| Property Value | |
|---|---|
| Type | Description |
string |
|
InvocationTiming
public Interval InvocationTiming { get; set; }Output only. This action's timing details.
start_time will be set if the action is in [RUNNING, SUCCEEDED,
CANCELLED, FAILED] state.
end_time will be set if the action is in [SUCCEEDED, CANCELLED, FAILED]
state.
| Property Value | |
|---|---|
| Type | Description |
Interval |
|
NotebookAction
public WorkflowInvocationAction.Types.NotebookAction NotebookAction { get; set; }Output only. The workflow action's notebook action details.
| Property Value | |
|---|---|
| Type | Description |
WorkflowInvocationActionTypesNotebookAction |
|
State
public WorkflowInvocationAction.Types.State State { get; set; }Output only. This action's current state.
| Property Value | |
|---|---|
| Type | Description |
WorkflowInvocationActionTypesState |
|
Target
public Target Target { get; set; }Output only. This action's identifier. Unique within the workflow invocation.
| Property Value | |
|---|---|
| Type | Description |
Target |
|