Send feedback
Class CompilationResultAction.LoadConfig (0.63.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version latestkeyboard_arrow_down
public static final class CompilationResultAction . LoadConfig extends GeneratedMessageV3 implements CompilationResultAction . LoadConfigOrBuilder
Simplified load configuration for actions
Protobuf type google.cloud.dataform.v1.CompilationResultAction.LoadConfig
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
public static final int APPEND_FIELD_NUMBER
Field Value
Type
Description
int
public static final int MAXIMUM_FIELD_NUMBER
Field Value
Type
Description
int
public static final int REPLACE_FIELD_NUMBER
Field Value
Type
Description
int
public static final int UNIQUE_FIELD_NUMBER
Field Value
Type
Description
int
Static Methods
public static CompilationResultAction . LoadConfig getDefaultInstance ()
public static final Descriptors . Descriptor getDescriptor ()
public static CompilationResultAction . LoadConfig . Builder newBuilder ()
public static CompilationResultAction . LoadConfig . Builder newBuilder ( CompilationResultAction . LoadConfig prototype )
public static CompilationResultAction . LoadConfig parseDelimitedFrom ( InputStream input )
public static CompilationResultAction . LoadConfig parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
public static CompilationResultAction . LoadConfig parseFrom ( byte [] data )
Parameter
Name
Description
data
byte []
public static CompilationResultAction . LoadConfig parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
public static CompilationResultAction . LoadConfig parseFrom ( ByteString data )
public static CompilationResultAction . LoadConfig parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
public static CompilationResultAction . LoadConfig parseFrom ( CodedInputStream input )
public static CompilationResultAction . LoadConfig parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
public static CompilationResultAction . LoadConfig parseFrom ( InputStream input )
public static CompilationResultAction . LoadConfig parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
public static CompilationResultAction . LoadConfig parseFrom ( ByteBuffer data )
public static CompilationResultAction . LoadConfig parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
public static Parser<CompilationResultAction . LoadConfig > parser ()
Methods
public boolean equals ( Object obj )
Parameter
Name
Description
obj
Object
Overrides
public CompilationResultAction . SimpleLoadMode getAppend ()
Append into destination table
.google.cloud.dataform.v1.CompilationResultAction.SimpleLoadMode append = 2;
public CompilationResultAction . SimpleLoadModeOrBuilder getAppendOrBuilder ()
Append into destination table
.google.cloud.dataform.v1.CompilationResultAction.SimpleLoadMode append = 2;
public CompilationResultAction . LoadConfig getDefaultInstanceForType ()
public 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;
public 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;
public CompilationResultAction . LoadConfig . ModeCase getModeCase ()
public Parser<CompilationResultAction . LoadConfig > getParserForType ()
Overrides
public CompilationResultAction . SimpleLoadMode getReplace ()
Replace destination table
.google.cloud.dataform.v1.CompilationResultAction.SimpleLoadMode replace = 1;
public CompilationResultAction . SimpleLoadModeOrBuilder getReplaceOrBuilder ()
Replace destination table
.google.cloud.dataform.v1.CompilationResultAction.SimpleLoadMode replace = 1;
public int getSerializedSize ()
Returns
Type
Description
int
Overrides
public 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;
public 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;
public boolean hasAppend ()
Append into destination table
.google.cloud.dataform.v1.CompilationResultAction.SimpleLoadMode append = 2;
Returns
Type
Description
boolean
Whether the append field is set.
public 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.
public boolean hasReplace ()
Replace destination table
.google.cloud.dataform.v1.CompilationResultAction.SimpleLoadMode replace = 1;
Returns
Type
Description
boolean
Whether the replace field is set.
public 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.
Returns
Type
Description
int
Overrides
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
public final boolean isInitialized ()
Overrides
public CompilationResultAction . LoadConfig . Builder newBuilderForType ()
protected CompilationResultAction . LoadConfig . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Overrides
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Returns
Type
Description
Object
Overrides
public CompilationResultAction . LoadConfig . Builder toBuilder ()
public void writeTo ( CodedOutputStream output )
Overrides
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-06-12 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-06-12 UTC."],[],[]]