public static final class CompilationResultAction.Relation.IncrementalTableConfig.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<CompilationResultAction.Relation.IncrementalTableConfig.Builder> implements CompilationResultAction.Relation.IncrementalTableConfigOrBuilder
Contains settings for relations of type `INCREMENTAL_TABLE`.Protobuf type
google.cloud.dataform.v1alpha2.CompilationResultAction.Relation.IncrementalTableConfig| Modifier and Type | Method and Description |
|---|---|
CompilationResultAction.Relation.IncrementalTableConfig.Builder |
addAllIncrementalPostOperations(Iterable<String> values)
SQL statements to be executed after inserting new rows into the
relation.
|
CompilationResultAction.Relation.IncrementalTableConfig.Builder |
addAllIncrementalPreOperations(Iterable<String> values)
SQL statements to be executed before inserting new rows into the
relation.
|
CompilationResultAction.Relation.IncrementalTableConfig.Builder |
addAllUniqueKeyParts(Iterable<String> values)
A set of columns or SQL expressions used to define row uniqueness.
|
CompilationResultAction.Relation.IncrementalTableConfig.Builder |
addIncrementalPostOperations(String value)
SQL statements to be executed after inserting new rows into the
relation.
|
CompilationResultAction.Relation.IncrementalTableConfig.Builder |
addIncrementalPostOperationsBytes(com.google.protobuf.ByteString value)
SQL statements to be executed after inserting new rows into the
relation.
|
CompilationResultAction.Relation.IncrementalTableConfig.Builder |
addIncrementalPreOperations(String value)
SQL statements to be executed before inserting new rows into the
relation.
|
CompilationResultAction.Relation.IncrementalTableConfig.Builder |
addIncrementalPreOperationsBytes(com.google.protobuf.ByteString value)
SQL statements to be executed before inserting new rows into the
relation.
|
CompilationResultAction.Relation.IncrementalTableConfig.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
CompilationResultAction.Relation.IncrementalTableConfig.Builder |
addUniqueKeyParts(String value)
A set of columns or SQL expressions used to define row uniqueness.
|
CompilationResultAction.Relation.IncrementalTableConfig.Builder |
addUniqueKeyPartsBytes(com.google.protobuf.ByteString value)
A set of columns or SQL expressions used to define row uniqueness.
|
CompilationResultAction.Relation.IncrementalTableConfig |
build() |
CompilationResultAction.Relation.IncrementalTableConfig |
buildPartial() |
CompilationResultAction.Relation.IncrementalTableConfig.Builder |
clear() |
CompilationResultAction.Relation.IncrementalTableConfig.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
CompilationResultAction.Relation.IncrementalTableConfig.Builder |
clearIncrementalPostOperations()
SQL statements to be executed after inserting new rows into the
relation.
|
CompilationResultAction.Relation.IncrementalTableConfig.Builder |
clearIncrementalPreOperations()
SQL statements to be executed before inserting new rows into the
relation.
|
CompilationResultAction.Relation.IncrementalTableConfig.Builder |
clearIncrementalSelectQuery()
The SELECT query which returns rows which should be inserted into the
relation if it already exists and is not being refreshed.
|
CompilationResultAction.Relation.IncrementalTableConfig.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
CompilationResultAction.Relation.IncrementalTableConfig.Builder |
clearRefreshDisabled()
Whether this table should be protected from being refreshed.
|
CompilationResultAction.Relation.IncrementalTableConfig.Builder |
clearUniqueKeyParts()
A set of columns or SQL expressions used to define row uniqueness.
|
CompilationResultAction.Relation.IncrementalTableConfig.Builder |
clearUpdatePartitionFilter()
A SQL expression conditional used to limit the set of existing rows
considered for a merge operation (see `unique_key_parts` for more
information).
|
CompilationResultAction.Relation.IncrementalTableConfig.Builder |
clone() |
CompilationResultAction.Relation.IncrementalTableConfig |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
String |
getIncrementalPostOperations(int index)
SQL statements to be executed after inserting new rows into the
relation.
|
com.google.protobuf.ByteString |
getIncrementalPostOperationsBytes(int index)
SQL statements to be executed after inserting new rows into the
relation.
|
int |
getIncrementalPostOperationsCount()
SQL statements to be executed after inserting new rows into the
relation.
|
com.google.protobuf.ProtocolStringList |
getIncrementalPostOperationsList()
SQL statements to be executed after inserting new rows into the
relation.
|
String |
getIncrementalPreOperations(int index)
SQL statements to be executed before inserting new rows into the
relation.
|
com.google.protobuf.ByteString |
getIncrementalPreOperationsBytes(int index)
SQL statements to be executed before inserting new rows into the
relation.
|
int |
getIncrementalPreOperationsCount()
SQL statements to be executed before inserting new rows into the
relation.
|
com.google.protobuf.ProtocolStringList |
getIncrementalPreOperationsList()
SQL statements to be executed before inserting new rows into the
relation.
|
String |
getIncrementalSelectQuery()
The SELECT query which returns rows which should be inserted into the
relation if it already exists and is not being refreshed.
|
com.google.protobuf.ByteString |
getIncrementalSelectQueryBytes()
The SELECT query which returns rows which should be inserted into the
relation if it already exists and is not being refreshed.
|
boolean |
getRefreshDisabled()
Whether this table should be protected from being refreshed.
|
String |
getUniqueKeyParts(int index)
A set of columns or SQL expressions used to define row uniqueness.
|
com.google.protobuf.ByteString |
getUniqueKeyPartsBytes(int index)
A set of columns or SQL expressions used to define row uniqueness.
|
int |
getUniqueKeyPartsCount()
A set of columns or SQL expressions used to define row uniqueness.
|
com.google.protobuf.ProtocolStringList |
getUniqueKeyPartsList()
A set of columns or SQL expressions used to define row uniqueness.
|
String |
getUpdatePartitionFilter()
A SQL expression conditional used to limit the set of existing rows
considered for a merge operation (see `unique_key_parts` for more
information).
|
com.google.protobuf.ByteString |
getUpdatePartitionFilterBytes()
A SQL expression conditional used to limit the set of existing rows
considered for a merge operation (see `unique_key_parts` for more
information).
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
CompilationResultAction.Relation.IncrementalTableConfig.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
CompilationResultAction.Relation.IncrementalTableConfig.Builder |
mergeFrom(CompilationResultAction.Relation.IncrementalTableConfig other) |
CompilationResultAction.Relation.IncrementalTableConfig.Builder |
mergeFrom(com.google.protobuf.Message other) |
CompilationResultAction.Relation.IncrementalTableConfig.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
CompilationResultAction.Relation.IncrementalTableConfig.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
CompilationResultAction.Relation.IncrementalTableConfig.Builder |
setIncrementalPostOperations(int index,
String value)
SQL statements to be executed after inserting new rows into the
relation.
|
CompilationResultAction.Relation.IncrementalTableConfig.Builder |
setIncrementalPreOperations(int index,
String value)
SQL statements to be executed before inserting new rows into the
relation.
|
CompilationResultAction.Relation.IncrementalTableConfig.Builder |
setIncrementalSelectQuery(String value)
The SELECT query which returns rows which should be inserted into the
relation if it already exists and is not being refreshed.
|
CompilationResultAction.Relation.IncrementalTableConfig.Builder |
setIncrementalSelectQueryBytes(com.google.protobuf.ByteString value)
The SELECT query which returns rows which should be inserted into the
relation if it already exists and is not being refreshed.
|
CompilationResultAction.Relation.IncrementalTableConfig.Builder |
setRefreshDisabled(boolean value)
Whether this table should be protected from being refreshed.
|
CompilationResultAction.Relation.IncrementalTableConfig.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
CompilationResultAction.Relation.IncrementalTableConfig.Builder |
setUniqueKeyParts(int index,
String value)
A set of columns or SQL expressions used to define row uniqueness.
|
CompilationResultAction.Relation.IncrementalTableConfig.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
CompilationResultAction.Relation.IncrementalTableConfig.Builder |
setUpdatePartitionFilter(String value)
A SQL expression conditional used to limit the set of existing rows
considered for a merge operation (see `unique_key_parts` for more
information).
|
CompilationResultAction.Relation.IncrementalTableConfig.Builder |
setUpdatePartitionFilterBytes(com.google.protobuf.ByteString value)
A SQL expression conditional used to limit the set of existing rows
considered for a merge operation (see `unique_key_parts` for more
information).
|
getAllFields, 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<CompilationResultAction.Relation.IncrementalTableConfig.Builder>public CompilationResultAction.Relation.IncrementalTableConfig.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<CompilationResultAction.Relation.IncrementalTableConfig.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<CompilationResultAction.Relation.IncrementalTableConfig.Builder>public CompilationResultAction.Relation.IncrementalTableConfig getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic CompilationResultAction.Relation.IncrementalTableConfig build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic CompilationResultAction.Relation.IncrementalTableConfig buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic CompilationResultAction.Relation.IncrementalTableConfig.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<CompilationResultAction.Relation.IncrementalTableConfig.Builder>public CompilationResultAction.Relation.IncrementalTableConfig.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<CompilationResultAction.Relation.IncrementalTableConfig.Builder>public CompilationResultAction.Relation.IncrementalTableConfig.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<CompilationResultAction.Relation.IncrementalTableConfig.Builder>public CompilationResultAction.Relation.IncrementalTableConfig.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<CompilationResultAction.Relation.IncrementalTableConfig.Builder>public CompilationResultAction.Relation.IncrementalTableConfig.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<CompilationResultAction.Relation.IncrementalTableConfig.Builder>public CompilationResultAction.Relation.IncrementalTableConfig.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<CompilationResultAction.Relation.IncrementalTableConfig.Builder>public CompilationResultAction.Relation.IncrementalTableConfig.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<CompilationResultAction.Relation.IncrementalTableConfig.Builder>public CompilationResultAction.Relation.IncrementalTableConfig.Builder mergeFrom(CompilationResultAction.Relation.IncrementalTableConfig other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<CompilationResultAction.Relation.IncrementalTableConfig.Builder>public CompilationResultAction.Relation.IncrementalTableConfig.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<CompilationResultAction.Relation.IncrementalTableConfig.Builder>IOExceptionpublic String getIncrementalSelectQuery()
The SELECT query which returns rows which should be inserted into the relation if it already exists and is not being refreshed.
string incremental_select_query = 1;getIncrementalSelectQuery in interface CompilationResultAction.Relation.IncrementalTableConfigOrBuilderpublic com.google.protobuf.ByteString getIncrementalSelectQueryBytes()
The SELECT query which returns rows which should be inserted into the relation if it already exists and is not being refreshed.
string incremental_select_query = 1;getIncrementalSelectQueryBytes in interface CompilationResultAction.Relation.IncrementalTableConfigOrBuilderpublic CompilationResultAction.Relation.IncrementalTableConfig.Builder setIncrementalSelectQuery(String value)
The SELECT query which returns rows which should be inserted into the relation if it already exists and is not being refreshed.
string incremental_select_query = 1;value - The incrementalSelectQuery to set.public CompilationResultAction.Relation.IncrementalTableConfig.Builder clearIncrementalSelectQuery()
The SELECT query which returns rows which should be inserted into the relation if it already exists and is not being refreshed.
string incremental_select_query = 1;public CompilationResultAction.Relation.IncrementalTableConfig.Builder setIncrementalSelectQueryBytes(com.google.protobuf.ByteString value)
The SELECT query which returns rows which should be inserted into the relation if it already exists and is not being refreshed.
string incremental_select_query = 1;value - The bytes for incrementalSelectQuery to set.public boolean getRefreshDisabled()
Whether this table should be protected from being refreshed.
bool refresh_disabled = 2;getRefreshDisabled in interface CompilationResultAction.Relation.IncrementalTableConfigOrBuilderpublic CompilationResultAction.Relation.IncrementalTableConfig.Builder setRefreshDisabled(boolean value)
Whether this table should be protected from being refreshed.
bool refresh_disabled = 2;value - The refreshDisabled to set.public CompilationResultAction.Relation.IncrementalTableConfig.Builder clearRefreshDisabled()
Whether this table should be protected from being refreshed.
bool refresh_disabled = 2;public com.google.protobuf.ProtocolStringList getUniqueKeyPartsList()
A set of columns or SQL expressions used to define row uniqueness. If any duplicates are discovered (as defined by `unique_key_parts`), only the newly selected rows (as defined by `incremental_select_query`) will be included in the relation.
repeated string unique_key_parts = 3;getUniqueKeyPartsList in interface CompilationResultAction.Relation.IncrementalTableConfigOrBuilderpublic int getUniqueKeyPartsCount()
A set of columns or SQL expressions used to define row uniqueness. If any duplicates are discovered (as defined by `unique_key_parts`), only the newly selected rows (as defined by `incremental_select_query`) will be included in the relation.
repeated string unique_key_parts = 3;getUniqueKeyPartsCount in interface CompilationResultAction.Relation.IncrementalTableConfigOrBuilderpublic String getUniqueKeyParts(int index)
A set of columns or SQL expressions used to define row uniqueness. If any duplicates are discovered (as defined by `unique_key_parts`), only the newly selected rows (as defined by `incremental_select_query`) will be included in the relation.
repeated string unique_key_parts = 3;getUniqueKeyParts in interface CompilationResultAction.Relation.IncrementalTableConfigOrBuilderindex - The index of the element to return.public com.google.protobuf.ByteString getUniqueKeyPartsBytes(int index)
A set of columns or SQL expressions used to define row uniqueness. If any duplicates are discovered (as defined by `unique_key_parts`), only the newly selected rows (as defined by `incremental_select_query`) will be included in the relation.
repeated string unique_key_parts = 3;getUniqueKeyPartsBytes in interface CompilationResultAction.Relation.IncrementalTableConfigOrBuilderindex - The index of the value to return.public CompilationResultAction.Relation.IncrementalTableConfig.Builder setUniqueKeyParts(int index, String value)
A set of columns or SQL expressions used to define row uniqueness. If any duplicates are discovered (as defined by `unique_key_parts`), only the newly selected rows (as defined by `incremental_select_query`) will be included in the relation.
repeated string unique_key_parts = 3;index - The index to set the value at.value - The uniqueKeyParts to set.public CompilationResultAction.Relation.IncrementalTableConfig.Builder addUniqueKeyParts(String value)
A set of columns or SQL expressions used to define row uniqueness. If any duplicates are discovered (as defined by `unique_key_parts`), only the newly selected rows (as defined by `incremental_select_query`) will be included in the relation.
repeated string unique_key_parts = 3;value - The uniqueKeyParts to add.public CompilationResultAction.Relation.IncrementalTableConfig.Builder addAllUniqueKeyParts(Iterable<String> values)
A set of columns or SQL expressions used to define row uniqueness. If any duplicates are discovered (as defined by `unique_key_parts`), only the newly selected rows (as defined by `incremental_select_query`) will be included in the relation.
repeated string unique_key_parts = 3;values - The uniqueKeyParts to add.public CompilationResultAction.Relation.IncrementalTableConfig.Builder clearUniqueKeyParts()
A set of columns or SQL expressions used to define row uniqueness. If any duplicates are discovered (as defined by `unique_key_parts`), only the newly selected rows (as defined by `incremental_select_query`) will be included in the relation.
repeated string unique_key_parts = 3;public CompilationResultAction.Relation.IncrementalTableConfig.Builder addUniqueKeyPartsBytes(com.google.protobuf.ByteString value)
A set of columns or SQL expressions used to define row uniqueness. If any duplicates are discovered (as defined by `unique_key_parts`), only the newly selected rows (as defined by `incremental_select_query`) will be included in the relation.
repeated string unique_key_parts = 3;value - The bytes of the uniqueKeyParts to add.public String getUpdatePartitionFilter()
A SQL expression conditional used to limit the set of existing rows considered for a merge operation (see `unique_key_parts` for more information).
string update_partition_filter = 4;getUpdatePartitionFilter in interface CompilationResultAction.Relation.IncrementalTableConfigOrBuilderpublic com.google.protobuf.ByteString getUpdatePartitionFilterBytes()
A SQL expression conditional used to limit the set of existing rows considered for a merge operation (see `unique_key_parts` for more information).
string update_partition_filter = 4;getUpdatePartitionFilterBytes in interface CompilationResultAction.Relation.IncrementalTableConfigOrBuilderpublic CompilationResultAction.Relation.IncrementalTableConfig.Builder setUpdatePartitionFilter(String value)
A SQL expression conditional used to limit the set of existing rows considered for a merge operation (see `unique_key_parts` for more information).
string update_partition_filter = 4;value - The updatePartitionFilter to set.public CompilationResultAction.Relation.IncrementalTableConfig.Builder clearUpdatePartitionFilter()
A SQL expression conditional used to limit the set of existing rows considered for a merge operation (see `unique_key_parts` for more information).
string update_partition_filter = 4;public CompilationResultAction.Relation.IncrementalTableConfig.Builder setUpdatePartitionFilterBytes(com.google.protobuf.ByteString value)
A SQL expression conditional used to limit the set of existing rows considered for a merge operation (see `unique_key_parts` for more information).
string update_partition_filter = 4;value - The bytes for updatePartitionFilter to set.public com.google.protobuf.ProtocolStringList getIncrementalPreOperationsList()
SQL statements to be executed before inserting new rows into the relation.
repeated string incremental_pre_operations = 5;getIncrementalPreOperationsList in interface CompilationResultAction.Relation.IncrementalTableConfigOrBuilderpublic int getIncrementalPreOperationsCount()
SQL statements to be executed before inserting new rows into the relation.
repeated string incremental_pre_operations = 5;getIncrementalPreOperationsCount in interface CompilationResultAction.Relation.IncrementalTableConfigOrBuilderpublic String getIncrementalPreOperations(int index)
SQL statements to be executed before inserting new rows into the relation.
repeated string incremental_pre_operations = 5;getIncrementalPreOperations in interface CompilationResultAction.Relation.IncrementalTableConfigOrBuilderindex - The index of the element to return.public com.google.protobuf.ByteString getIncrementalPreOperationsBytes(int index)
SQL statements to be executed before inserting new rows into the relation.
repeated string incremental_pre_operations = 5;getIncrementalPreOperationsBytes in interface CompilationResultAction.Relation.IncrementalTableConfigOrBuilderindex - The index of the value to return.public CompilationResultAction.Relation.IncrementalTableConfig.Builder setIncrementalPreOperations(int index, String value)
SQL statements to be executed before inserting new rows into the relation.
repeated string incremental_pre_operations = 5;index - The index to set the value at.value - The incrementalPreOperations to set.public CompilationResultAction.Relation.IncrementalTableConfig.Builder addIncrementalPreOperations(String value)
SQL statements to be executed before inserting new rows into the relation.
repeated string incremental_pre_operations = 5;value - The incrementalPreOperations to add.public CompilationResultAction.Relation.IncrementalTableConfig.Builder addAllIncrementalPreOperations(Iterable<String> values)
SQL statements to be executed before inserting new rows into the relation.
repeated string incremental_pre_operations = 5;values - The incrementalPreOperations to add.public CompilationResultAction.Relation.IncrementalTableConfig.Builder clearIncrementalPreOperations()
SQL statements to be executed before inserting new rows into the relation.
repeated string incremental_pre_operations = 5;public CompilationResultAction.Relation.IncrementalTableConfig.Builder addIncrementalPreOperationsBytes(com.google.protobuf.ByteString value)
SQL statements to be executed before inserting new rows into the relation.
repeated string incremental_pre_operations = 5;value - The bytes of the incrementalPreOperations to add.public com.google.protobuf.ProtocolStringList getIncrementalPostOperationsList()
SQL statements to be executed after inserting new rows into the relation.
repeated string incremental_post_operations = 6;getIncrementalPostOperationsList in interface CompilationResultAction.Relation.IncrementalTableConfigOrBuilderpublic int getIncrementalPostOperationsCount()
SQL statements to be executed after inserting new rows into the relation.
repeated string incremental_post_operations = 6;getIncrementalPostOperationsCount in interface CompilationResultAction.Relation.IncrementalTableConfigOrBuilderpublic String getIncrementalPostOperations(int index)
SQL statements to be executed after inserting new rows into the relation.
repeated string incremental_post_operations = 6;getIncrementalPostOperations in interface CompilationResultAction.Relation.IncrementalTableConfigOrBuilderindex - The index of the element to return.public com.google.protobuf.ByteString getIncrementalPostOperationsBytes(int index)
SQL statements to be executed after inserting new rows into the relation.
repeated string incremental_post_operations = 6;getIncrementalPostOperationsBytes in interface CompilationResultAction.Relation.IncrementalTableConfigOrBuilderindex - The index of the value to return.public CompilationResultAction.Relation.IncrementalTableConfig.Builder setIncrementalPostOperations(int index, String value)
SQL statements to be executed after inserting new rows into the relation.
repeated string incremental_post_operations = 6;index - The index to set the value at.value - The incrementalPostOperations to set.public CompilationResultAction.Relation.IncrementalTableConfig.Builder addIncrementalPostOperations(String value)
SQL statements to be executed after inserting new rows into the relation.
repeated string incremental_post_operations = 6;value - The incrementalPostOperations to add.public CompilationResultAction.Relation.IncrementalTableConfig.Builder addAllIncrementalPostOperations(Iterable<String> values)
SQL statements to be executed after inserting new rows into the relation.
repeated string incremental_post_operations = 6;values - The incrementalPostOperations to add.public CompilationResultAction.Relation.IncrementalTableConfig.Builder clearIncrementalPostOperations()
SQL statements to be executed after inserting new rows into the relation.
repeated string incremental_post_operations = 6;public CompilationResultAction.Relation.IncrementalTableConfig.Builder addIncrementalPostOperationsBytes(com.google.protobuf.ByteString value)
SQL statements to be executed after inserting new rows into the relation.
repeated string incremental_post_operations = 6;value - The bytes of the incrementalPostOperations to add.public final CompilationResultAction.Relation.IncrementalTableConfig.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<CompilationResultAction.Relation.IncrementalTableConfig.Builder>public final CompilationResultAction.Relation.IncrementalTableConfig.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<CompilationResultAction.Relation.IncrementalTableConfig.Builder>Copyright © 2024 Google LLC. All rights reserved.