public static interface CompilationResultAction.LoadConfigOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getAppend()
public abstract CompilationResultAction.SimpleLoadMode getAppend()Append into destination table
.google.cloud.dataform.v1.CompilationResultAction.SimpleLoadMode append = 2;
| Returns | |
|---|---|
| Type | Description |
CompilationResultAction.SimpleLoadMode |
The append. |
getAppendOrBuilder()
public abstract CompilationResultAction.SimpleLoadModeOrBuilder getAppendOrBuilder()Append into destination table
.google.cloud.dataform.v1.CompilationResultAction.SimpleLoadMode append = 2;
| Returns | |
|---|---|
| Type | Description |
CompilationResultAction.SimpleLoadModeOrBuilder |
|
getMaximum()
public abstract CompilationResultAction.IncrementalLoadMode getMaximum()Insert records where the value exceeds the previous maximum value for a column in the destination table
.google.cloud.dataform.v1.CompilationResultAction.IncrementalLoadMode maximum = 3;
| Returns | |
|---|---|
| Type | Description |
CompilationResultAction.IncrementalLoadMode |
The maximum. |
getMaximumOrBuilder()
public abstract CompilationResultAction.IncrementalLoadModeOrBuilder getMaximumOrBuilder()Insert records where the value exceeds the previous maximum value for a column in the destination table
.google.cloud.dataform.v1.CompilationResultAction.IncrementalLoadMode maximum = 3;
| Returns | |
|---|---|
| Type | Description |
CompilationResultAction.IncrementalLoadModeOrBuilder |
|
getModeCase()
public abstract CompilationResultAction.LoadConfig.ModeCase getModeCase()| Returns | |
|---|---|
| Type | Description |
CompilationResultAction.LoadConfig.ModeCase |
|
getReplace()
public abstract CompilationResultAction.SimpleLoadMode getReplace()Replace destination table
.google.cloud.dataform.v1.CompilationResultAction.SimpleLoadMode replace = 1;
| Returns | |
|---|---|
| Type | Description |
CompilationResultAction.SimpleLoadMode |
The replace. |
getReplaceOrBuilder()
public abstract CompilationResultAction.SimpleLoadModeOrBuilder getReplaceOrBuilder()Replace destination table
.google.cloud.dataform.v1.CompilationResultAction.SimpleLoadMode replace = 1;
| Returns | |
|---|---|
| Type | Description |
CompilationResultAction.SimpleLoadModeOrBuilder |
|
getUnique()
public abstract CompilationResultAction.IncrementalLoadMode getUnique()Insert records where the value of a column is not already present in the destination table
.google.cloud.dataform.v1.CompilationResultAction.IncrementalLoadMode unique = 4;
| Returns | |
|---|---|
| Type | Description |
CompilationResultAction.IncrementalLoadMode |
The unique. |
getUniqueOrBuilder()
public abstract CompilationResultAction.IncrementalLoadModeOrBuilder getUniqueOrBuilder()Insert records where the value of a column is not already present in the destination table
.google.cloud.dataform.v1.CompilationResultAction.IncrementalLoadMode unique = 4;
| Returns | |
|---|---|
| Type | Description |
CompilationResultAction.IncrementalLoadModeOrBuilder |
|
hasAppend()
public abstract boolean hasAppend()Append into destination table
.google.cloud.dataform.v1.CompilationResultAction.SimpleLoadMode append = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the append field is set. |
hasMaximum()
public abstract boolean hasMaximum()Insert records where the value exceeds the previous maximum value for a column in the destination table
.google.cloud.dataform.v1.CompilationResultAction.IncrementalLoadMode maximum = 3;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the maximum field is set. |
hasReplace()
public abstract boolean hasReplace()Replace destination table
.google.cloud.dataform.v1.CompilationResultAction.SimpleLoadMode replace = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the replace field is set. |
hasUnique()
public abstract boolean hasUnique()Insert records where the value of a column is not already present in the destination table
.google.cloud.dataform.v1.CompilationResultAction.IncrementalLoadMode unique = 4;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the unique field is set. |