Class ConditionalColumnSetValue (2.75.0) 
  
  
  
   
  
    
  
  
    
    
    
    
  Version 2.75.0keyboard_arrow_down  
  
 
    
    
    
    
      
  
  
  
    
public   final   class  ConditionalColumnSetValue   extends   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
    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
   
  CUSTOM_FEATURES_FIELD_NUMBER 
  
    
public   static   final   int   CUSTOM_FEATURES_FIELD_NUMBER  
  
    
      
        Field Value  
      
        Type Description  
      
        int  
     
  
  SOURCE_NUMERIC_FILTER_FIELD_NUMBER 
  
    
public   static   final   int   SOURCE_NUMERIC_FILTER_FIELD_NUMBER  
  
    
      
        Field Value  
      
        Type Description  
      
        int  
     
  
  SOURCE_TEXT_FILTER_FIELD_NUMBER 
  
    
public   static   final   int   SOURCE_TEXT_FILTER_FIELD_NUMBER  
  
    
      
        Field Value  
      
        Type Description  
      
        int  
     
  
  
  
    
public   static   final   int   VALUE_TRANSFORMATION_FIELD_NUMBER  
  
    
      
        Field Value  
      
        Type Description  
      
        int  
     
  
  Static Methods
   
  getDefaultInstance() 
  
    
public   static   ConditionalColumnSetValue   getDefaultInstance ()  
  
  getDescriptor() 
  
    
public   static   final   Descriptors . Descriptor   getDescriptor ()  
  
  newBuilder() 
  
    
public   static   ConditionalColumnSetValue . Builder   newBuilder ()  
  
  newBuilder(ConditionalColumnSetValue prototype) 
  
    
public   static   ConditionalColumnSetValue . Builder   newBuilder ( ConditionalColumnSetValue   prototype )  
  
  
  
    
public   static   ConditionalColumnSetValue   parseDelimitedFrom ( InputStream   input )  
  
  
  
  
    
public   static   ConditionalColumnSetValue   parseDelimitedFrom ( InputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  parseFrom(byte[] data) 
  
    
public   static   ConditionalColumnSetValue   parseFrom ( byte []   data )  
  
    
      
        Parameter  
      
        Name Description  
      
        databyte [] 
     
  
  
  
  parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry) 
  
    
public   static   ConditionalColumnSetValue   parseFrom ( byte []   data ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  parseFrom(ByteString data) 
  
    
public   static   ConditionalColumnSetValue   parseFrom ( ByteString   data )  
  
  
  
  parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry) 
  
    
public   static   ConditionalColumnSetValue   parseFrom ( ByteString   data ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  
    
public   static   ConditionalColumnSetValue   parseFrom ( CodedInputStream   input )  
  
  
  
  
    
public   static   ConditionalColumnSetValue   parseFrom ( CodedInputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  
    
public   static   ConditionalColumnSetValue   parseFrom ( InputStream   input )  
  
  
  
  
    
public   static   ConditionalColumnSetValue   parseFrom ( InputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  parseFrom(ByteBuffer data) 
  
    
public   static   ConditionalColumnSetValue   parseFrom ( ByteBuffer   data )  
  
  
  
  parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry) 
  
    
public   static   ConditionalColumnSetValue   parseFrom ( ByteBuffer   data ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  parser() 
  
    
public   static   Parser<ConditionalColumnSetValue>   parser ()  
  
  Methods
   
  equals(Object obj) 
  
    
public   boolean   equals ( Object   obj )  
  
    
      
        Parameter  
      
        Name Description  
      
        objObject  
     
  
  
  Overrides 
  
  getCustomFeatures() 
  
    
public   Struct   getCustomFeatures ()  
   Optional. Custom engine specific features.
 .google.protobuf.Struct custom_features = 2 [(.google.api.field_behavior) = OPTIONAL];
 
    
      
        Returns  
      
        Type Description  
      
        Struct The customFeatures.
 
     
  
  getCustomFeaturesOrBuilder() 
  
    
public   StructOrBuilder   getCustomFeaturesOrBuilder ()  
   Optional. Custom engine specific features.
 .google.protobuf.Struct custom_features = 2 [(.google.api.field_behavior) = OPTIONAL];
 
getDefaultInstanceForType() 
  
    
public   ConditionalColumnSetValue   getDefaultInstanceForType ()  
  
  getParserForType() 
  
    
public   Parser<ConditionalColumnSetValue>   getParserForType ()  
  
  Overrides 
  
  getSerializedSize() 
  
    
public   int   getSerializedSize ()  
  
    
      
        Returns  
      
        Type Description  
      
        int  
     
  
  Overrides 
  
  getSourceFilterCase() 
  
    
public   ConditionalColumnSetValue . SourceFilterCase   getSourceFilterCase ()  
  
  getSourceNumericFilter() 
  
    
public   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];
 
getSourceNumericFilterOrBuilder() 
  
    
public   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];
 
getSourceTextFilter() 
  
    
public   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];
 
getSourceTextFilterOrBuilder() 
  
    
public   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];
 
    
public   ValueTransformation   getValueTransformation ()  
   Required. Description of data transformation during migration.
 
 .google.cloud.clouddms.v1.ValueTransformation value_transformation = 1 [(.google.api.field_behavior) = REQUIRED];
 
    
public   ValueTransformationOrBuilder   getValueTransformationOrBuilder ()  
   Required. Description of data transformation during migration.
 
 .google.cloud.clouddms.v1.ValueTransformation value_transformation = 1 [(.google.api.field_behavior) = REQUIRED];
 
hasCustomFeatures() 
  
    
public   boolean   hasCustomFeatures ()  
   Optional. Custom engine specific features.
 .google.protobuf.Struct custom_features = 2 [(.google.api.field_behavior) = OPTIONAL];
 
    
      
        Returns  
      
        Type Description  
      
        boolean Whether the customFeatures field is set.
 
     
  
  hasSourceNumericFilter() 
  
    
public   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];
 
    
      
        Returns  
      
        Type Description  
      
        boolean Whether the sourceNumericFilter field is set.
 
     
  
  hasSourceTextFilter() 
  
    
public   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];
 
    
      
        Returns  
      
        Type Description  
      
        boolean Whether the sourceTextFilter field is set.
 
     
  
  
    
public   boolean   hasValueTransformation ()  
   Required. Description of data transformation during migration.
 
 .google.cloud.clouddms.v1.ValueTransformation value_transformation = 1 [(.google.api.field_behavior) = REQUIRED];
 
    
      
        Returns  
      
        Type Description  
      
        boolean Whether the valueTransformation field is set.
 
     
  
  hashCode() 
  
  
    
      
        Returns  
      
        Type Description  
      
        int  
     
  
  Overrides 
  
  internalGetFieldAccessorTable() 
  
    
protected   GeneratedMessageV3 . FieldAccessorTable   internalGetFieldAccessorTable ()  
  
  Overrides 
  
  isInitialized() 
  
    
public   final   boolean   isInitialized ()  
  
  Overrides 
  
  newBuilderForType() 
  
    
public   ConditionalColumnSetValue . Builder   newBuilderForType ()  
  
  newBuilderForType(GeneratedMessageV3.BuilderParent parent) 
  
    
protected   ConditionalColumnSetValue . Builder   newBuilderForType ( GeneratedMessageV3 . BuilderParent   parent )  
  
  
  Overrides 
  
  newInstance(GeneratedMessageV3.UnusedPrivateParameter unused) 
  
    
protected   Object   newInstance ( GeneratedMessageV3 . UnusedPrivateParameter   unused )  
  
  
    
      
        Returns  
      
        Type Description  
      
        Object  
     
  
  Overrides 
  
  toBuilder() 
  
    
public   ConditionalColumnSetValue . Builder   toBuilder ()  
  
  writeTo(CodedOutputStream output) 
  
    
public   void   writeTo ( CodedOutputStream   output )  
  
  Overrides 
  
  
 
     
    
  
  
  
     
  
    
    
      
       
    
    
  
  
 
  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-10-29 UTC.
 
 
  
  
  
    
      [[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-10-29 UTC."],[],[]]