public static final class WorkflowInvocationAction.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<WorkflowInvocationAction.Builder> implements WorkflowInvocationActionOrBuilder
Represents a single action in a workflow invocation.Protobuf type
google.cloud.dataform.v1alpha2.WorkflowInvocationActiongetAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<WorkflowInvocationAction.Builder>public WorkflowInvocationAction.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<WorkflowInvocationAction.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<WorkflowInvocationAction.Builder>public WorkflowInvocationAction getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic WorkflowInvocationAction build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic WorkflowInvocationAction buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic WorkflowInvocationAction.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<WorkflowInvocationAction.Builder>public WorkflowInvocationAction.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<WorkflowInvocationAction.Builder>public WorkflowInvocationAction.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<WorkflowInvocationAction.Builder>public WorkflowInvocationAction.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<WorkflowInvocationAction.Builder>public WorkflowInvocationAction.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<WorkflowInvocationAction.Builder>public WorkflowInvocationAction.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<WorkflowInvocationAction.Builder>public WorkflowInvocationAction.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<WorkflowInvocationAction.Builder>public WorkflowInvocationAction.Builder mergeFrom(WorkflowInvocationAction other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<WorkflowInvocationAction.Builder>public WorkflowInvocationAction.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<WorkflowInvocationAction.Builder>IOExceptionpublic boolean hasTarget()
Output only. This action's identifier. Unique within the workflow invocation.
.google.cloud.dataform.v1alpha2.Target target = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
hasTarget in interface WorkflowInvocationActionOrBuilderpublic Target getTarget()
Output only. This action's identifier. Unique within the workflow invocation.
.google.cloud.dataform.v1alpha2.Target target = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
getTarget in interface WorkflowInvocationActionOrBuilderpublic WorkflowInvocationAction.Builder setTarget(Target value)
Output only. This action's identifier. Unique within the workflow invocation.
.google.cloud.dataform.v1alpha2.Target target = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
public WorkflowInvocationAction.Builder setTarget(Target.Builder builderForValue)
Output only. This action's identifier. Unique within the workflow invocation.
.google.cloud.dataform.v1alpha2.Target target = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
public WorkflowInvocationAction.Builder mergeTarget(Target value)
Output only. This action's identifier. Unique within the workflow invocation.
.google.cloud.dataform.v1alpha2.Target target = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
public WorkflowInvocationAction.Builder clearTarget()
Output only. This action's identifier. Unique within the workflow invocation.
.google.cloud.dataform.v1alpha2.Target target = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
public Target.Builder getTargetBuilder()
Output only. This action's identifier. Unique within the workflow invocation.
.google.cloud.dataform.v1alpha2.Target target = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
public TargetOrBuilder getTargetOrBuilder()
Output only. This action's identifier. Unique within the workflow invocation.
.google.cloud.dataform.v1alpha2.Target target = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
getTargetOrBuilder in interface WorkflowInvocationActionOrBuilderpublic 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.v1alpha2.Target canonical_target = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
hasCanonicalTarget in interface WorkflowInvocationActionOrBuilderpublic 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.v1alpha2.Target canonical_target = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
getCanonicalTarget in interface WorkflowInvocationActionOrBuilderpublic WorkflowInvocationAction.Builder setCanonicalTarget(Target value)
Output only. The action's identifier if the project had been compiled without any overrides configured. Unique within the compilation result.
.google.cloud.dataform.v1alpha2.Target canonical_target = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
public WorkflowInvocationAction.Builder setCanonicalTarget(Target.Builder builderForValue)
Output only. The action's identifier if the project had been compiled without any overrides configured. Unique within the compilation result.
.google.cloud.dataform.v1alpha2.Target canonical_target = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
public WorkflowInvocationAction.Builder mergeCanonicalTarget(Target value)
Output only. The action's identifier if the project had been compiled without any overrides configured. Unique within the compilation result.
.google.cloud.dataform.v1alpha2.Target canonical_target = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
public WorkflowInvocationAction.Builder clearCanonicalTarget()
Output only. The action's identifier if the project had been compiled without any overrides configured. Unique within the compilation result.
.google.cloud.dataform.v1alpha2.Target canonical_target = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
public Target.Builder getCanonicalTargetBuilder()
Output only. The action's identifier if the project had been compiled without any overrides configured. Unique within the compilation result.
.google.cloud.dataform.v1alpha2.Target canonical_target = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
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.v1alpha2.Target canonical_target = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
getCanonicalTargetOrBuilder in interface WorkflowInvocationActionOrBuilderpublic int getStateValue()
Output only. This action's current state.
.google.cloud.dataform.v1alpha2.WorkflowInvocationAction.State state = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
getStateValue in interface WorkflowInvocationActionOrBuilderpublic WorkflowInvocationAction.Builder setStateValue(int value)
Output only. This action's current state.
.google.cloud.dataform.v1alpha2.WorkflowInvocationAction.State state = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
value - The enum numeric value on the wire for state to set.public WorkflowInvocationAction.State getState()
Output only. This action's current state.
.google.cloud.dataform.v1alpha2.WorkflowInvocationAction.State state = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
getState in interface WorkflowInvocationActionOrBuilderpublic WorkflowInvocationAction.Builder setState(WorkflowInvocationAction.State value)
Output only. This action's current state.
.google.cloud.dataform.v1alpha2.WorkflowInvocationAction.State state = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
value - The state to set.public WorkflowInvocationAction.Builder clearState()
Output only. This action's current state.
.google.cloud.dataform.v1alpha2.WorkflowInvocationAction.State state = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
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];getFailureReason in interface WorkflowInvocationActionOrBuilderpublic com.google.protobuf.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];getFailureReasonBytes in interface WorkflowInvocationActionOrBuilderpublic WorkflowInvocationAction.Builder setFailureReason(String value)
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];value - The failureReason to set.public WorkflowInvocationAction.Builder clearFailureReason()
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];public WorkflowInvocationAction.Builder setFailureReasonBytes(com.google.protobuf.ByteString value)
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];value - The bytes for failureReason to 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];
hasInvocationTiming in interface WorkflowInvocationActionOrBuilderpublic com.google.type.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];
getInvocationTiming in interface WorkflowInvocationActionOrBuilderpublic WorkflowInvocationAction.Builder setInvocationTiming(com.google.type.Interval value)
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];
public WorkflowInvocationAction.Builder setInvocationTiming(com.google.type.Interval.Builder builderForValue)
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];
public WorkflowInvocationAction.Builder mergeInvocationTiming(com.google.type.Interval value)
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];
public WorkflowInvocationAction.Builder clearInvocationTiming()
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];
public com.google.type.Interval.Builder getInvocationTimingBuilder()
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];
public com.google.type.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];
getInvocationTimingOrBuilder in interface WorkflowInvocationActionOrBuilderpublic boolean hasBigqueryAction()
Output only. The workflow action's bigquery action details.
.google.cloud.dataform.v1alpha2.WorkflowInvocationAction.BigQueryAction bigquery_action = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
hasBigqueryAction in interface WorkflowInvocationActionOrBuilderpublic WorkflowInvocationAction.BigQueryAction getBigqueryAction()
Output only. The workflow action's bigquery action details.
.google.cloud.dataform.v1alpha2.WorkflowInvocationAction.BigQueryAction bigquery_action = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
getBigqueryAction in interface WorkflowInvocationActionOrBuilderpublic WorkflowInvocationAction.Builder setBigqueryAction(WorkflowInvocationAction.BigQueryAction value)
Output only. The workflow action's bigquery action details.
.google.cloud.dataform.v1alpha2.WorkflowInvocationAction.BigQueryAction bigquery_action = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
public WorkflowInvocationAction.Builder setBigqueryAction(WorkflowInvocationAction.BigQueryAction.Builder builderForValue)
Output only. The workflow action's bigquery action details.
.google.cloud.dataform.v1alpha2.WorkflowInvocationAction.BigQueryAction bigquery_action = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
public WorkflowInvocationAction.Builder mergeBigqueryAction(WorkflowInvocationAction.BigQueryAction value)
Output only. The workflow action's bigquery action details.
.google.cloud.dataform.v1alpha2.WorkflowInvocationAction.BigQueryAction bigquery_action = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
public WorkflowInvocationAction.Builder clearBigqueryAction()
Output only. The workflow action's bigquery action details.
.google.cloud.dataform.v1alpha2.WorkflowInvocationAction.BigQueryAction bigquery_action = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
public WorkflowInvocationAction.BigQueryAction.Builder getBigqueryActionBuilder()
Output only. The workflow action's bigquery action details.
.google.cloud.dataform.v1alpha2.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.v1alpha2.WorkflowInvocationAction.BigQueryAction bigquery_action = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
getBigqueryActionOrBuilder in interface WorkflowInvocationActionOrBuilderpublic final WorkflowInvocationAction.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<WorkflowInvocationAction.Builder>public final WorkflowInvocationAction.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<WorkflowInvocationAction.Builder>Copyright © 2024 Google LLC. All rights reserved.