public final class ConditionalColumnSetValue extends com.google.protobuf.GeneratedMessageV3 implements ConditionalColumnSetValueOrBuilder
Options to configure rule type ConditionalColumnSetValue. The rule is used to transform the data which is being replicated/migrated. The rule filter field can refer to one or more entities. The rule scope can be one of: Column.Protobuf type
google.cloud.clouddms.v1.ConditionalColumnSetValue| Modifier and Type | Class and Description |
|---|---|
static class |
ConditionalColumnSetValue.Builder
Options to configure rule type ConditionalColumnSetValue.
|
static class |
ConditionalColumnSetValue.SourceFilterCase |
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter| Modifier and Type | Field and Description |
|---|---|
static int |
CUSTOM_FEATURES_FIELD_NUMBER |
static int |
SOURCE_NUMERIC_FILTER_FIELD_NUMBER |
static int |
SOURCE_TEXT_FILTER_FIELD_NUMBER |
static int |
VALUE_TRANSFORMATION_FIELD_NUMBER |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int SOURCE_TEXT_FILTER_FIELD_NUMBER
public static final int SOURCE_NUMERIC_FILTER_FIELD_NUMBER
public static final int VALUE_TRANSFORMATION_FIELD_NUMBER
public static final int CUSTOM_FEATURES_FIELD_NUMBER
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public ConditionalColumnSetValue.SourceFilterCase getSourceFilterCase()
getSourceFilterCase in interface ConditionalColumnSetValueOrBuilderpublic boolean hasSourceTextFilter()
Optional. Optional filter on source column length. Used for text based data types like varchar.
.google.cloud.clouddms.v1.SourceTextFilter source_text_filter = 100 [(.google.api.field_behavior) = OPTIONAL];
hasSourceTextFilter in interface ConditionalColumnSetValueOrBuilderpublic SourceTextFilter getSourceTextFilter()
Optional. Optional filter on source column length. Used for text based data types like varchar.
.google.cloud.clouddms.v1.SourceTextFilter source_text_filter = 100 [(.google.api.field_behavior) = OPTIONAL];
getSourceTextFilter in interface ConditionalColumnSetValueOrBuilderpublic SourceTextFilterOrBuilder getSourceTextFilterOrBuilder()
Optional. Optional filter on source column length. Used for text based data types like varchar.
.google.cloud.clouddms.v1.SourceTextFilter source_text_filter = 100 [(.google.api.field_behavior) = OPTIONAL];
getSourceTextFilterOrBuilder in interface ConditionalColumnSetValueOrBuilderpublic boolean hasSourceNumericFilter()
Optional. Optional filter on source column precision and scale. Used for fixed point numbers such as NUMERIC/NUMBER data types.
.google.cloud.clouddms.v1.SourceNumericFilter source_numeric_filter = 101 [(.google.api.field_behavior) = OPTIONAL];
hasSourceNumericFilter in interface ConditionalColumnSetValueOrBuilderpublic SourceNumericFilter getSourceNumericFilter()
Optional. Optional filter on source column precision and scale. Used for fixed point numbers such as NUMERIC/NUMBER data types.
.google.cloud.clouddms.v1.SourceNumericFilter source_numeric_filter = 101 [(.google.api.field_behavior) = OPTIONAL];
getSourceNumericFilter in interface ConditionalColumnSetValueOrBuilderpublic SourceNumericFilterOrBuilder getSourceNumericFilterOrBuilder()
Optional. Optional filter on source column precision and scale. Used for fixed point numbers such as NUMERIC/NUMBER data types.
.google.cloud.clouddms.v1.SourceNumericFilter source_numeric_filter = 101 [(.google.api.field_behavior) = OPTIONAL];
getSourceNumericFilterOrBuilder in interface ConditionalColumnSetValueOrBuilderpublic boolean hasValueTransformation()
Required. Description of data transformation during migration.
.google.cloud.clouddms.v1.ValueTransformation value_transformation = 1 [(.google.api.field_behavior) = REQUIRED];
hasValueTransformation in interface ConditionalColumnSetValueOrBuilderpublic ValueTransformation getValueTransformation()
Required. Description of data transformation during migration.
.google.cloud.clouddms.v1.ValueTransformation value_transformation = 1 [(.google.api.field_behavior) = REQUIRED];
getValueTransformation in interface ConditionalColumnSetValueOrBuilderpublic ValueTransformationOrBuilder getValueTransformationOrBuilder()
Required. Description of data transformation during migration.
.google.cloud.clouddms.v1.ValueTransformation value_transformation = 1 [(.google.api.field_behavior) = REQUIRED];
getValueTransformationOrBuilder in interface ConditionalColumnSetValueOrBuilderpublic boolean hasCustomFeatures()
Optional. Custom engine specific features.
.google.protobuf.Struct custom_features = 2 [(.google.api.field_behavior) = OPTIONAL];
hasCustomFeatures in interface ConditionalColumnSetValueOrBuilderpublic com.google.protobuf.Struct getCustomFeatures()
Optional. Custom engine specific features.
.google.protobuf.Struct custom_features = 2 [(.google.api.field_behavior) = OPTIONAL];
getCustomFeatures in interface ConditionalColumnSetValueOrBuilderpublic com.google.protobuf.StructOrBuilder getCustomFeaturesOrBuilder()
Optional. Custom engine specific features.
.google.protobuf.Struct custom_features = 2 [(.google.api.field_behavior) = OPTIONAL];
getCustomFeaturesOrBuilder in interface ConditionalColumnSetValueOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static ConditionalColumnSetValue parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ConditionalColumnSetValue parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ConditionalColumnSetValue parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ConditionalColumnSetValue parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ConditionalColumnSetValue parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ConditionalColumnSetValue parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ConditionalColumnSetValue parseFrom(InputStream input) throws IOException
IOExceptionpublic static ConditionalColumnSetValue parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ConditionalColumnSetValue parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static ConditionalColumnSetValue parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ConditionalColumnSetValue parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static ConditionalColumnSetValue parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic ConditionalColumnSetValue.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static ConditionalColumnSetValue.Builder newBuilder()
public static ConditionalColumnSetValue.Builder newBuilder(ConditionalColumnSetValue prototype)
public ConditionalColumnSetValue.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected ConditionalColumnSetValue.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static ConditionalColumnSetValue getDefaultInstance()
public static com.google.protobuf.Parser<ConditionalColumnSetValue> parser()
public com.google.protobuf.Parser<ConditionalColumnSetValue> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public ConditionalColumnSetValue getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2024 Google LLC. All rights reserved.