Send feedback Class WorkflowInvocationAction (0.14.0) Stay organized with collections Save and categorize content based on your preferences.
Version 0.14.0keyboard_arrow_down
public final class WorkflowInvocationAction extends GeneratedMessageV3 implements WorkflowInvocationActionOrBuilder
Represents a single action in a workflow invocation.
Protobuf type google.cloud.dataform.v1beta1.WorkflowInvocationAction
Static Fields
public static final int BIGQUERY_ACTION_FIELD_NUMBER
Field Value Type Description int
public static final int CANONICAL_TARGET_FIELD_NUMBER
Field Value Type Description int
public static final int FAILURE_REASON_FIELD_NUMBER
Field Value Type Description int
public static final int INVOCATION_TIMING_FIELD_NUMBER
Field Value Type Description int
public static final int STATE_FIELD_NUMBER
Field Value Type Description int
public static final int TARGET_FIELD_NUMBER
Field Value Type Description int
Static Methods
public static WorkflowInvocationAction getDefaultInstance ()
public static final Descriptors . Descriptor getDescriptor ()
public static WorkflowInvocationAction . Builder newBuilder ()
public static WorkflowInvocationAction . Builder newBuilder ( WorkflowInvocationAction )
public static WorkflowInvocationAction parseDelimitedFrom ( InputStream input )
public static WorkflowInvocationAction parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
public static WorkflowInvocationAction parseFrom ( byte [] data )
Parameter Name Description data
byte []
public static WorkflowInvocationAction parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
public static WorkflowInvocationAction parseFrom ( ByteString data )
public static WorkflowInvocationAction parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
public static WorkflowInvocationAction parseFrom ( CodedInputStream input )
public static WorkflowInvocationAction parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
public static WorkflowInvocationAction parseFrom ( InputStream input )
public static WorkflowInvocationAction parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
public static WorkflowInvocationAction parseFrom ( ByteBuffer data )
public static WorkflowInvocationAction parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
public static Parser<WorkflowInvocationAction> parser ()
Methods
public boolean equals ( Object obj )
Parameter Name Description obj
Object
Overrides
public WorkflowInvocationAction . BigQueryAction getBigqueryAction ()
Output only. The workflow action's bigquery action details.
.google.cloud.dataform.v1beta1.WorkflowInvocationAction.BigQueryAction bigquery_action = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
public WorkflowInvocationAction . BigQueryActionOrBuilder getBigqueryActionOrBuilder ()
Output only. The workflow action's bigquery action details.
.google.cloud.dataform.v1beta1.WorkflowInvocationAction.BigQueryAction bigquery_action = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
public Target getCanonicalTarget ()
Output only. The action's identifier if the project had been compiled without any overrides configured. Unique within the compilation result.
.google.cloud.dataform.v1beta1.Target canonical_target = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns Type Description Target
The canonicalTarget.
public TargetOrBuilder getCanonicalTargetOrBuilder ()
Output only. The action's identifier if the project had been compiled without any overrides configured. Unique within the compilation result.
.google.cloud.dataform.v1beta1.Target canonical_target = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
public WorkflowInvocationAction getDefaultInstanceForType ()
public String getFailureReason ()
Output only. If and only if action's state is FAILED a failure reason is set.
string failure_reason = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns Type Description String
The failureReason.
public ByteString getFailureReasonBytes ()
Output only. If and only if action's state is FAILED a failure reason is set.
string failure_reason = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns Type Description ByteString
The bytes for failureReason.
public Interval getInvocationTiming ()
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.
.google.type.Interval invocation_timing = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns Type Description com.google.type.Interval
The invocationTiming.
public IntervalOrBuilder getInvocationTimingOrBuilder ()
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.
.google.type.Interval invocation_timing = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns Type Description com.google.type.IntervalOrBuilder
public Parser<WorkflowInvocationAction> getParserForType ()
Overrides
public int getSerializedSize ()
Returns Type Description int
Overrides
public WorkflowInvocationAction . State getState ()
Output only. This action's current state.
.google.cloud.dataform.v1beta1.WorkflowInvocationAction.State state = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
public int getStateValue ()
Output only. This action's current state.
.google.cloud.dataform.v1beta1.WorkflowInvocationAction.State state = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns Type Description int
The enum numeric value on the wire for state.
public Target getTarget ()
Output only. This action's identifier. Unique within the workflow invocation.
.google.cloud.dataform.v1beta1.Target target = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns Type Description Target
The target.
public TargetOrBuilder getTargetOrBuilder ()
Output only. This action's identifier. Unique within the workflow invocation.
.google.cloud.dataform.v1beta1.Target target = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
public final UnknownFieldSet getUnknownFields ()
Overrides
public boolean hasBigqueryAction ()
Output only. The workflow action's bigquery action details.
.google.cloud.dataform.v1beta1.WorkflowInvocationAction.BigQueryAction bigquery_action = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns Type Description boolean
Whether the bigqueryAction field is set.
public boolean hasCanonicalTarget ()
Output only. The action's identifier if the project had been compiled without any overrides configured. Unique within the compilation result.
.google.cloud.dataform.v1beta1.Target canonical_target = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns Type Description boolean
Whether the canonicalTarget field is set.
public boolean hasInvocationTiming ()
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.
.google.type.Interval invocation_timing = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns Type Description boolean
Whether the invocationTiming field is set.
public boolean hasTarget ()
Output only. This action's identifier. Unique within the workflow invocation.
.google.cloud.dataform.v1beta1.Target target = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns Type Description boolean
Whether the target field is set.
Returns Type Description int
Overrides
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
public final boolean isInitialized ()
Overrides
public WorkflowInvocationAction . Builder newBuilderForType ()
protected WorkflowInvocationAction . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Overrides
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Overrides
public WorkflowInvocationAction . Builder toBuilder ()
public void writeTo ( CodedOutputStream output )
Overrides Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-06-05 UTC.
Need to tell us more? [[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-06-05 UTC."],[],[]]