public static interface WorkflowInvocationAction.DataPreparationAction.ActionErrorTableOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getRetentionDays()
public abstract int getRetentionDays()
Error table partition expiration in days. Only positive values are allowed.
int32 retention_days = 2;
Returns | |
---|---|
Type | Description |
int |
The retentionDays. |
getTarget()
public abstract Target getTarget()
Error Table target.
.google.cloud.dataform.v1beta1.Target target = 1;
Returns | |
---|---|
Type | Description |
Target |
The target. |
getTargetOrBuilder()
public abstract TargetOrBuilder getTargetOrBuilder()
Error Table target.
.google.cloud.dataform.v1beta1.Target target = 1;
Returns | |
---|---|
Type | Description |
TargetOrBuilder |
hasTarget()
public abstract boolean hasTarget()
Error Table target.
.google.cloud.dataform.v1beta1.Target target = 1;
Returns | |
---|---|
Type | Description |
boolean |
Whether the target field is set. |