- 0.77.0 (latest)
 - 0.75.0
 - 0.74.0
 - 0.73.0
 - 0.72.0
 - 0.71.0
 - 0.69.0
 - 0.67.0
 - 0.66.0
 - 0.63.0
 - 0.62.0
 - 0.61.0
 - 0.59.0
 - 0.58.0
 - 0.57.0
 - 0.56.0
 - 0.55.0
 - 0.54.0
 - 0.53.0
 - 0.52.0
 - 0.51.0
 - 0.50.0
 - 0.48.0
 - 0.47.0
 - 0.46.0
 - 0.45.0
 - 0.44.0
 - 0.43.0
 - 0.42.0
 - 0.41.0
 - 0.40.0
 - 0.39.0
 - 0.38.0
 - 0.36.0
 - 0.35.0
 - 0.34.0
 - 0.33.0
 - 0.32.0
 - 0.31.0
 - 0.30.0
 - 0.29.0
 - 0.28.0
 - 0.27.0
 - 0.26.0
 - 0.23.0
 - 0.22.0
 - 0.21.0
 - 0.20.0
 - 0.19.0
 - 0.18.0
 - 0.17.0
 - 0.16.0
 - 0.15.0
 - 0.14.0
 - 0.13.0
 - 0.12.0
 - 0.11.0
 - 0.10.0
 - 0.8.0
 - 0.7.0
 - 0.6.0
 - 0.5.0
 - 0.4.0
 - 0.3.0
 - 0.2.4
 
public static final class WorkflowInvocationAction.Builder extends GeneratedMessageV3.Builder<WorkflowInvocationAction.Builder> implements WorkflowInvocationActionOrBuilderRepresents a single action in a workflow invocation.
 Protobuf type google.cloud.dataform.v1.WorkflowInvocationAction
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > WorkflowInvocationAction.BuilderImplements
WorkflowInvocationActionOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description | 
Descriptor | 
        |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public WorkflowInvocationAction.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description | 
field | 
        FieldDescriptor | 
      
value | 
        Object | 
      
| Returns | |
|---|---|
| Type | Description | 
WorkflowInvocationAction.Builder | 
        |
build()
public WorkflowInvocationAction build()| Returns | |
|---|---|
| Type | Description | 
WorkflowInvocationAction | 
        |
buildPartial()
public WorkflowInvocationAction buildPartial()| Returns | |
|---|---|
| Type | Description | 
WorkflowInvocationAction | 
        |
clear()
public WorkflowInvocationAction.Builder clear()| Returns | |
|---|---|
| Type | Description | 
WorkflowInvocationAction.Builder | 
        |
clearAction()
public WorkflowInvocationAction.Builder clearAction()| Returns | |
|---|---|
| Type | Description | 
WorkflowInvocationAction.Builder | 
        |
clearBigqueryAction()
public WorkflowInvocationAction.Builder clearBigqueryAction()Output only. The workflow action's bigquery action details.
 
 .google.cloud.dataform.v1.WorkflowInvocationAction.BigQueryAction bigquery_action = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
WorkflowInvocationAction.Builder | 
        |
clearCanonicalTarget()
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.v1.Target canonical_target = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
WorkflowInvocationAction.Builder | 
        |
clearDataPreparationAction()
public WorkflowInvocationAction.Builder clearDataPreparationAction()Output only. The workflow action's data preparation action details.
 
 .google.cloud.dataform.v1.WorkflowInvocationAction.DataPreparationAction data_preparation_action = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
WorkflowInvocationAction.Builder | 
        |
clearFailureReason()
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];
| Returns | |
|---|---|
| Type | Description | 
WorkflowInvocationAction.Builder | 
        This builder for chaining.  | 
      
clearField(Descriptors.FieldDescriptor field)
public WorkflowInvocationAction.Builder clearField(Descriptors.FieldDescriptor field)| Parameter | |
|---|---|
| Name | Description | 
field | 
        FieldDescriptor | 
      
| Returns | |
|---|---|
| Type | Description | 
WorkflowInvocationAction.Builder | 
        |
clearInternalMetadata()
public WorkflowInvocationAction.Builder clearInternalMetadata()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.
 optional string internal_metadata = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
WorkflowInvocationAction.Builder | 
        This builder for chaining.  | 
      
clearInvocationTiming()
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];
 
| Returns | |
|---|---|
| Type | Description | 
WorkflowInvocationAction.Builder | 
        |
clearNotebookAction()
public WorkflowInvocationAction.Builder clearNotebookAction()Output only. The workflow action's notebook action details.
 
 .google.cloud.dataform.v1.WorkflowInvocationAction.NotebookAction notebook_action = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
WorkflowInvocationAction.Builder | 
        |
clearOneof(Descriptors.OneofDescriptor oneof)
public WorkflowInvocationAction.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Parameter | |
|---|---|
| Name | Description | 
oneof | 
        OneofDescriptor | 
      
| Returns | |
|---|---|
| Type | Description | 
WorkflowInvocationAction.Builder | 
        |
clearState()
public WorkflowInvocationAction.Builder clearState()Output only. This action's current state.
 
 .google.cloud.dataform.v1.WorkflowInvocationAction.State state = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
WorkflowInvocationAction.Builder | 
        This builder for chaining.  | 
      
clearTarget()
public WorkflowInvocationAction.Builder clearTarget()Output only. This action's identifier. Unique within the workflow invocation.
 
 .google.cloud.dataform.v1.Target target = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
WorkflowInvocationAction.Builder | 
        |
clone()
public WorkflowInvocationAction.Builder clone()| Returns | |
|---|---|
| Type | Description | 
WorkflowInvocationAction.Builder | 
        |
getActionCase()
public WorkflowInvocationAction.ActionCase getActionCase()| Returns | |
|---|---|
| Type | Description | 
WorkflowInvocationAction.ActionCase | 
        |
getBigqueryAction()
public WorkflowInvocationAction.BigQueryAction getBigqueryAction()Output only. The workflow action's bigquery action details.
 
 .google.cloud.dataform.v1.WorkflowInvocationAction.BigQueryAction bigquery_action = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
WorkflowInvocationAction.BigQueryAction | 
        The bigqueryAction.  | 
      
getBigqueryActionBuilder()
public WorkflowInvocationAction.BigQueryAction.Builder getBigqueryActionBuilder()Output only. The workflow action's bigquery action details.
 
 .google.cloud.dataform.v1.WorkflowInvocationAction.BigQueryAction bigquery_action = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
WorkflowInvocationAction.BigQueryAction.Builder | 
        |
getBigqueryActionOrBuilder()
public WorkflowInvocationAction.BigQueryActionOrBuilder getBigqueryActionOrBuilder()Output only. The workflow action's bigquery action details.
 
 .google.cloud.dataform.v1.WorkflowInvocationAction.BigQueryAction bigquery_action = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
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.v1.Target canonical_target = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
Target | 
        The canonicalTarget.  | 
      
getCanonicalTargetBuilder()
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.v1.Target canonical_target = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
Target.Builder | 
        |
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.v1.Target canonical_target = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
TargetOrBuilder | 
        |
getDataPreparationAction()
public WorkflowInvocationAction.DataPreparationAction getDataPreparationAction()Output only. The workflow action's data preparation action details.
 
 .google.cloud.dataform.v1.WorkflowInvocationAction.DataPreparationAction data_preparation_action = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
WorkflowInvocationAction.DataPreparationAction | 
        The dataPreparationAction.  | 
      
getDataPreparationActionBuilder()
public WorkflowInvocationAction.DataPreparationAction.Builder getDataPreparationActionBuilder()Output only. The workflow action's data preparation action details.
 
 .google.cloud.dataform.v1.WorkflowInvocationAction.DataPreparationAction data_preparation_action = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
WorkflowInvocationAction.DataPreparationAction.Builder | 
        |
getDataPreparationActionOrBuilder()
public WorkflowInvocationAction.DataPreparationActionOrBuilder getDataPreparationActionOrBuilder()Output only. The workflow action's data preparation action details.
 
 .google.cloud.dataform.v1.WorkflowInvocationAction.DataPreparationAction data_preparation_action = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
WorkflowInvocationAction.DataPreparationActionOrBuilder | 
        |
getDefaultInstanceForType()
public WorkflowInvocationAction getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description | 
WorkflowInvocationAction | 
        |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description | 
Descriptor | 
        |
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 | |
|---|---|
| Type | Description | 
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 | |
|---|---|
| Type | Description | 
ByteString | 
        The bytes for failureReason.  | 
      
getInternalMetadata()
public String getInternalMetadata()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.
 optional string internal_metadata = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
String | 
        The internalMetadata.  | 
      
getInternalMetadataBytes()
public ByteString getInternalMetadataBytes()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.
 optional string internal_metadata = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
ByteString | 
        The bytes for internalMetadata.  | 
      
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 | |
|---|---|
| Type | Description | 
com.google.type.Interval | 
        The invocationTiming.  | 
      
getInvocationTimingBuilder()
public 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];
 
| Returns | |
|---|---|
| Type | Description | 
com.google.type.Interval.Builder | 
        |
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 | |
|---|---|
| Type | Description | 
com.google.type.IntervalOrBuilder | 
        |
getNotebookAction()
public WorkflowInvocationAction.NotebookAction getNotebookAction()Output only. The workflow action's notebook action details.
 
 .google.cloud.dataform.v1.WorkflowInvocationAction.NotebookAction notebook_action = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
WorkflowInvocationAction.NotebookAction | 
        The notebookAction.  | 
      
getNotebookActionBuilder()
public WorkflowInvocationAction.NotebookAction.Builder getNotebookActionBuilder()Output only. The workflow action's notebook action details.
 
 .google.cloud.dataform.v1.WorkflowInvocationAction.NotebookAction notebook_action = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
WorkflowInvocationAction.NotebookAction.Builder | 
        |
getNotebookActionOrBuilder()
public WorkflowInvocationAction.NotebookActionOrBuilder getNotebookActionOrBuilder()Output only. The workflow action's notebook action details.
 
 .google.cloud.dataform.v1.WorkflowInvocationAction.NotebookAction notebook_action = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
WorkflowInvocationAction.NotebookActionOrBuilder | 
        |
getState()
public WorkflowInvocationAction.State getState()Output only. This action's current state.
 
 .google.cloud.dataform.v1.WorkflowInvocationAction.State state = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
WorkflowInvocationAction.State | 
        The state.  | 
      
getStateValue()
public int getStateValue()Output only. This action's current state.
 
 .google.cloud.dataform.v1.WorkflowInvocationAction.State state = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
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.v1.Target target = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
Target | 
        The target.  | 
      
getTargetBuilder()
public Target.Builder getTargetBuilder()Output only. This action's identifier. Unique within the workflow invocation.
 
 .google.cloud.dataform.v1.Target target = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
Target.Builder | 
        |
getTargetOrBuilder()
public TargetOrBuilder getTargetOrBuilder()Output only. This action's identifier. Unique within the workflow invocation.
 
 .google.cloud.dataform.v1.Target target = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
TargetOrBuilder | 
        |
hasBigqueryAction()
public boolean hasBigqueryAction()Output only. The workflow action's bigquery action details.
 
 .google.cloud.dataform.v1.WorkflowInvocationAction.BigQueryAction bigquery_action = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
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.v1.Target canonical_target = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
boolean | 
        Whether the canonicalTarget field is set.  | 
      
hasDataPreparationAction()
public boolean hasDataPreparationAction()Output only. The workflow action's data preparation action details.
 
 .google.cloud.dataform.v1.WorkflowInvocationAction.DataPreparationAction data_preparation_action = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
boolean | 
        Whether the dataPreparationAction field is set.  | 
      
hasInternalMetadata()
public boolean hasInternalMetadata()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.
 optional string internal_metadata = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
boolean | 
        Whether the internalMetadata 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 | |
|---|---|
| Type | Description | 
boolean | 
        Whether the invocationTiming field is set.  | 
      
hasNotebookAction()
public boolean hasNotebookAction()Output only. The workflow action's notebook action details.
 
 .google.cloud.dataform.v1.WorkflowInvocationAction.NotebookAction notebook_action = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
boolean | 
        Whether the notebookAction field is set.  | 
      
hasTarget()
public boolean hasTarget()Output only. This action's identifier. Unique within the workflow invocation.
 
 .google.cloud.dataform.v1.Target target = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
boolean | 
        Whether the target field is set.  | 
      
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description | 
FieldAccessorTable | 
        |
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description | 
boolean | 
        |
mergeBigqueryAction(WorkflowInvocationAction.BigQueryAction value)
public WorkflowInvocationAction.Builder mergeBigqueryAction(WorkflowInvocationAction.BigQueryAction value)Output only. The workflow action's bigquery action details.
 
 .google.cloud.dataform.v1.WorkflowInvocationAction.BigQueryAction bigquery_action = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Parameter | |
|---|---|
| Name | Description | 
value | 
        WorkflowInvocationAction.BigQueryAction | 
      
| Returns | |
|---|---|
| Type | Description | 
WorkflowInvocationAction.Builder | 
        |
mergeCanonicalTarget(Target value)
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.v1.Target canonical_target = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Parameter | |
|---|---|
| Name | Description | 
value | 
        Target | 
      
| Returns | |
|---|---|
| Type | Description | 
WorkflowInvocationAction.Builder | 
        |
mergeDataPreparationAction(WorkflowInvocationAction.DataPreparationAction value)
public WorkflowInvocationAction.Builder mergeDataPreparationAction(WorkflowInvocationAction.DataPreparationAction value)Output only. The workflow action's data preparation action details.
 
 .google.cloud.dataform.v1.WorkflowInvocationAction.DataPreparationAction data_preparation_action = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Parameter | |
|---|---|
| Name | Description | 
value | 
        WorkflowInvocationAction.DataPreparationAction | 
      
| Returns | |
|---|---|
| Type | Description | 
WorkflowInvocationAction.Builder | 
        |
mergeFrom(WorkflowInvocationAction other)
public WorkflowInvocationAction.Builder mergeFrom(WorkflowInvocationAction other)| Parameter | |
|---|---|
| Name | Description | 
other | 
        WorkflowInvocationAction | 
      
| Returns | |
|---|---|
| Type | Description | 
WorkflowInvocationAction.Builder | 
        |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public WorkflowInvocationAction.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description | 
input | 
        CodedInputStream | 
      
extensionRegistry | 
        ExtensionRegistryLite | 
      
| Returns | |
|---|---|
| Type | Description | 
WorkflowInvocationAction.Builder | 
        |
| Exceptions | |
|---|---|
| Type | Description | 
IOException | 
        |
mergeFrom(Message other)
public WorkflowInvocationAction.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description | 
other | 
        Message | 
      
| Returns | |
|---|---|
| Type | Description | 
WorkflowInvocationAction.Builder | 
        |
mergeInvocationTiming(Interval value)
public WorkflowInvocationAction.Builder mergeInvocationTiming(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];
 
| Parameter | |
|---|---|
| Name | Description | 
value | 
        com.google.type.Interval | 
      
| Returns | |
|---|---|
| Type | Description | 
WorkflowInvocationAction.Builder | 
        |
mergeNotebookAction(WorkflowInvocationAction.NotebookAction value)
public WorkflowInvocationAction.Builder mergeNotebookAction(WorkflowInvocationAction.NotebookAction value)Output only. The workflow action's notebook action details.
 
 .google.cloud.dataform.v1.WorkflowInvocationAction.NotebookAction notebook_action = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Parameter | |
|---|---|
| Name | Description | 
value | 
        WorkflowInvocationAction.NotebookAction | 
      
| Returns | |
|---|---|
| Type | Description | 
WorkflowInvocationAction.Builder | 
        |
mergeTarget(Target value)
public WorkflowInvocationAction.Builder mergeTarget(Target value)Output only. This action's identifier. Unique within the workflow invocation.
 
 .google.cloud.dataform.v1.Target target = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Parameter | |
|---|---|
| Name | Description | 
value | 
        Target | 
      
| Returns | |
|---|---|
| Type | Description | 
WorkflowInvocationAction.Builder | 
        |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final WorkflowInvocationAction.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description | 
unknownFields | 
        UnknownFieldSet | 
      
| Returns | |
|---|---|
| Type | Description | 
WorkflowInvocationAction.Builder | 
        |
setBigqueryAction(WorkflowInvocationAction.BigQueryAction value)
public WorkflowInvocationAction.Builder setBigqueryAction(WorkflowInvocationAction.BigQueryAction value)Output only. The workflow action's bigquery action details.
 
 .google.cloud.dataform.v1.WorkflowInvocationAction.BigQueryAction bigquery_action = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Parameter | |
|---|---|
| Name | Description | 
value | 
        WorkflowInvocationAction.BigQueryAction | 
      
| Returns | |
|---|---|
| Type | Description | 
WorkflowInvocationAction.Builder | 
        |
setBigqueryAction(WorkflowInvocationAction.BigQueryAction.Builder builderForValue)
public WorkflowInvocationAction.Builder setBigqueryAction(WorkflowInvocationAction.BigQueryAction.Builder builderForValue)Output only. The workflow action's bigquery action details.
 
 .google.cloud.dataform.v1.WorkflowInvocationAction.BigQueryAction bigquery_action = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Parameter | |
|---|---|
| Name | Description | 
builderForValue | 
        WorkflowInvocationAction.BigQueryAction.Builder | 
      
| Returns | |
|---|---|
| Type | Description | 
WorkflowInvocationAction.Builder | 
        |
setCanonicalTarget(Target value)
public 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.v1.Target canonical_target = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Parameter | |
|---|---|
| Name | Description | 
value | 
        Target | 
      
| Returns | |
|---|---|
| Type | Description | 
WorkflowInvocationAction.Builder | 
        |
setCanonicalTarget(Target.Builder builderForValue)
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.v1.Target canonical_target = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Parameter | |
|---|---|
| Name | Description | 
builderForValue | 
        Target.Builder | 
      
| Returns | |
|---|---|
| Type | Description | 
WorkflowInvocationAction.Builder | 
        |
setDataPreparationAction(WorkflowInvocationAction.DataPreparationAction value)
public WorkflowInvocationAction.Builder setDataPreparationAction(WorkflowInvocationAction.DataPreparationAction value)Output only. The workflow action's data preparation action details.
 
 .google.cloud.dataform.v1.WorkflowInvocationAction.DataPreparationAction data_preparation_action = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Parameter | |
|---|---|
| Name | Description | 
value | 
        WorkflowInvocationAction.DataPreparationAction | 
      
| Returns | |
|---|---|
| Type | Description | 
WorkflowInvocationAction.Builder | 
        |
setDataPreparationAction(WorkflowInvocationAction.DataPreparationAction.Builder builderForValue)
public WorkflowInvocationAction.Builder setDataPreparationAction(WorkflowInvocationAction.DataPreparationAction.Builder builderForValue)Output only. The workflow action's data preparation action details.
 
 .google.cloud.dataform.v1.WorkflowInvocationAction.DataPreparationAction data_preparation_action = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Parameter | |
|---|---|
| Name | Description | 
builderForValue | 
        WorkflowInvocationAction.DataPreparationAction.Builder | 
      
| Returns | |
|---|---|
| Type | Description | 
WorkflowInvocationAction.Builder | 
        |
setFailureReason(String value)
public 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];
| Parameter | |
|---|---|
| Name | Description | 
value | 
        StringThe failureReason to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
WorkflowInvocationAction.Builder | 
        This builder for chaining.  | 
      
setFailureReasonBytes(ByteString value)
public WorkflowInvocationAction.Builder setFailureReasonBytes(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];
| Parameter | |
|---|---|
| Name | Description | 
value | 
        ByteStringThe bytes for failureReason to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
WorkflowInvocationAction.Builder | 
        This builder for chaining.  | 
      
setField(Descriptors.FieldDescriptor field, Object value)
public WorkflowInvocationAction.Builder setField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description | 
field | 
        FieldDescriptor | 
      
value | 
        Object | 
      
| Returns | |
|---|---|
| Type | Description | 
WorkflowInvocationAction.Builder | 
        |
setInternalMetadata(String value)
public WorkflowInvocationAction.Builder setInternalMetadata(String value)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.
 optional string internal_metadata = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Parameter | |
|---|---|
| Name | Description | 
value | 
        StringThe internalMetadata to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
WorkflowInvocationAction.Builder | 
        This builder for chaining.  | 
      
setInternalMetadataBytes(ByteString value)
public WorkflowInvocationAction.Builder setInternalMetadataBytes(ByteString value)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.
 optional string internal_metadata = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Parameter | |
|---|---|
| Name | Description | 
value | 
        ByteStringThe bytes for internalMetadata to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
WorkflowInvocationAction.Builder | 
        This builder for chaining.  | 
      
setInvocationTiming(Interval value)
public WorkflowInvocationAction.Builder setInvocationTiming(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];
 
| Parameter | |
|---|---|
| Name | Description | 
value | 
        com.google.type.Interval | 
      
| Returns | |
|---|---|
| Type | Description | 
WorkflowInvocationAction.Builder | 
        |
setInvocationTiming(Interval.Builder builderForValue)
public WorkflowInvocationAction.Builder setInvocationTiming(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];
 
| Parameter | |
|---|---|
| Name | Description | 
builderForValue | 
        com.google.type.Interval.Builder | 
      
| Returns | |
|---|---|
| Type | Description | 
WorkflowInvocationAction.Builder | 
        |
setNotebookAction(WorkflowInvocationAction.NotebookAction value)
public WorkflowInvocationAction.Builder setNotebookAction(WorkflowInvocationAction.NotebookAction value)Output only. The workflow action's notebook action details.
 
 .google.cloud.dataform.v1.WorkflowInvocationAction.NotebookAction notebook_action = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Parameter | |
|---|---|
| Name | Description | 
value | 
        WorkflowInvocationAction.NotebookAction | 
      
| Returns | |
|---|---|
| Type | Description | 
WorkflowInvocationAction.Builder | 
        |
setNotebookAction(WorkflowInvocationAction.NotebookAction.Builder builderForValue)
public WorkflowInvocationAction.Builder setNotebookAction(WorkflowInvocationAction.NotebookAction.Builder builderForValue)Output only. The workflow action's notebook action details.
 
 .google.cloud.dataform.v1.WorkflowInvocationAction.NotebookAction notebook_action = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Parameter | |
|---|---|
| Name | Description | 
builderForValue | 
        WorkflowInvocationAction.NotebookAction.Builder | 
      
| Returns | |
|---|---|
| Type | Description | 
WorkflowInvocationAction.Builder | 
        |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public WorkflowInvocationAction.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Parameters | |
|---|---|
| Name | Description | 
field | 
        FieldDescriptor | 
      
index | 
        int | 
      
value | 
        Object | 
      
| Returns | |
|---|---|
| Type | Description | 
WorkflowInvocationAction.Builder | 
        |
setState(WorkflowInvocationAction.State value)
public WorkflowInvocationAction.Builder setState(WorkflowInvocationAction.State value)Output only. This action's current state.
 
 .google.cloud.dataform.v1.WorkflowInvocationAction.State state = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Parameter | |
|---|---|
| Name | Description | 
value | 
        WorkflowInvocationAction.StateThe state to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
WorkflowInvocationAction.Builder | 
        This builder for chaining.  | 
      
setStateValue(int value)
public WorkflowInvocationAction.Builder setStateValue(int value)Output only. This action's current state.
 
 .google.cloud.dataform.v1.WorkflowInvocationAction.State state = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Parameter | |
|---|---|
| Name | Description | 
value | 
        intThe enum numeric value on the wire for state to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
WorkflowInvocationAction.Builder | 
        This builder for chaining.  | 
      
setTarget(Target value)
public WorkflowInvocationAction.Builder setTarget(Target value)Output only. This action's identifier. Unique within the workflow invocation.
 
 .google.cloud.dataform.v1.Target target = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Parameter | |
|---|---|
| Name | Description | 
value | 
        Target | 
      
| Returns | |
|---|---|
| Type | Description | 
WorkflowInvocationAction.Builder | 
        |
setTarget(Target.Builder builderForValue)
public WorkflowInvocationAction.Builder setTarget(Target.Builder builderForValue)Output only. This action's identifier. Unique within the workflow invocation.
 
 .google.cloud.dataform.v1.Target target = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Parameter | |
|---|---|
| Name | Description | 
builderForValue | 
        Target.Builder | 
      
| Returns | |
|---|---|
| Type | Description | 
WorkflowInvocationAction.Builder | 
        |
setUnknownFields(UnknownFieldSet unknownFields)
public final WorkflowInvocationAction.Builder setUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description | 
unknownFields | 
        UnknownFieldSet | 
      
| Returns | |
|---|---|
| Type | Description | 
WorkflowInvocationAction.Builder | 
        |