Class WorkflowInvocationAction (0.12.0)

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

BIGQUERY_ACTION_FIELD_NUMBER

public static final int BIGQUERY_ACTION_FIELD_NUMBER
Field Value
TypeDescription
int

CANONICAL_TARGET_FIELD_NUMBER

public static final int CANONICAL_TARGET_FIELD_NUMBER
Field Value
TypeDescription
int

FAILURE_REASON_FIELD_NUMBER

public static final int FAILURE_REASON_FIELD_NUMBER
Field Value
TypeDescription
int

INVOCATION_TIMING_FIELD_NUMBER

public static final int INVOCATION_TIMING_FIELD_NUMBER
Field Value
TypeDescription
int

STATE_FIELD_NUMBER

public static final int STATE_FIELD_NUMBER
Field Value
TypeDescription
int

TARGET_FIELD_NUMBER

public static final int TARGET_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static WorkflowInvocationAction getDefaultInstance()
Returns
TypeDescription
WorkflowInvocationAction

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

public static WorkflowInvocationAction.Builder newBuilder()
Returns
TypeDescription
WorkflowInvocationAction.Builder

newBuilder(WorkflowInvocationAction prototype)

public static WorkflowInvocationAction.Builder newBuilder(WorkflowInvocationAction prototype)
Parameter
NameDescription
prototypeWorkflowInvocationAction
Returns
TypeDescription
WorkflowInvocationAction.Builder

parseDelimitedFrom(InputStream input)

public static WorkflowInvocationAction parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
WorkflowInvocationAction
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static WorkflowInvocationAction parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
WorkflowInvocationAction
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static WorkflowInvocationAction parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
WorkflowInvocationAction
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static WorkflowInvocationAction parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
WorkflowInvocationAction
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static WorkflowInvocationAction parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
WorkflowInvocationAction
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static WorkflowInvocationAction parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
WorkflowInvocationAction
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static WorkflowInvocationAction parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
WorkflowInvocationAction
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static WorkflowInvocationAction parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
WorkflowInvocationAction
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static WorkflowInvocationAction parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
WorkflowInvocationAction
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static WorkflowInvocationAction parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
WorkflowInvocationAction
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static WorkflowInvocationAction parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
WorkflowInvocationAction
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static WorkflowInvocationAction parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
WorkflowInvocationAction
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<WorkflowInvocationAction> parser()
Returns
TypeDescription
Parser<WorkflowInvocationAction>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getBigqueryAction()

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];

Returns
TypeDescription
WorkflowInvocationAction.BigQueryAction

The bigqueryAction.

getBigqueryActionOrBuilder()

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];

Returns
TypeDescription
WorkflowInvocationAction.BigQueryActionOrBuilder

getCanonicalTarget()

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
TypeDescription
Target

The canonicalTarget.

getCanonicalTargetOrBuilder()

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];

Returns
TypeDescription
TargetOrBuilder

getDefaultInstanceForType()

public WorkflowInvocationAction getDefaultInstanceForType()
Returns
TypeDescription
WorkflowInvocationAction

getFailureReason()

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
TypeDescription
String

The failureReason.

getFailureReasonBytes()

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
TypeDescription
ByteString

The bytes for failureReason.

getInvocationTiming()

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
TypeDescription
com.google.type.Interval

The invocationTiming.

getInvocationTimingOrBuilder()

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
TypeDescription
com.google.type.IntervalOrBuilder

getParserForType()

public Parser<WorkflowInvocationAction> getParserForType()
Returns
TypeDescription
Parser<WorkflowInvocationAction>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

getState()

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];

Returns
TypeDescription
WorkflowInvocationAction.State

The state.

getStateValue()

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
TypeDescription
int

The enum numeric value on the wire for state.

getTarget()

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
TypeDescription
Target

The target.

getTargetOrBuilder()

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];

Returns
TypeDescription
TargetOrBuilder

getUnknownFields()

public final UnknownFieldSet getUnknownFields()
Returns
TypeDescription
UnknownFieldSet
Overrides

hasBigqueryAction()

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
TypeDescription
boolean

Whether the bigqueryAction field is set.

hasCanonicalTarget()

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
TypeDescription
boolean

Whether the canonicalTarget field is set.

hasInvocationTiming()

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
TypeDescription
boolean

Whether the invocationTiming field is set.

hasTarget()

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
TypeDescription
boolean

Whether the target field is set.

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

public WorkflowInvocationAction.Builder newBuilderForType()
Returns
TypeDescription
WorkflowInvocationAction.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected WorkflowInvocationAction.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
WorkflowInvocationAction.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

public WorkflowInvocationAction.Builder toBuilder()
Returns
TypeDescription
WorkflowInvocationAction.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides
Exceptions
TypeDescription
IOException