public final class WorkflowInvocationAction extends GeneratedMessageV3 implements WorkflowInvocationActionOrBuilder
Represents a single action in a workflow invocation.
Protobuf type google.cloud.dataform.v1beta1.WorkflowInvocationAction
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
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 prototype)
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 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)
Returns |
Type |
Description |
Object |
|
Overrides
public WorkflowInvocationAction.Builder toBuilder()
public void writeTo(CodedOutputStream output)
Overrides