Class: Google::Apis::DatamigrationV1::ValueTransformation
- Inherits:
- 
      Object
      
        - Object
- Google::Apis::DatamigrationV1::ValueTransformation
 
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/datamigration_v1/classes.rb,
 lib/google/apis/datamigration_v1/representations.rb,
 lib/google/apis/datamigration_v1/representations.rb
Overview
Description of data transformation during migration as part of the ConditionalColumnSetValue.
Instance Attribute Summary collapse
- 
  
    
      #apply_hash  ⇒ Google::Apis::DatamigrationV1::ApplyHash 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Apply a hash function on the value. 
- 
  
    
      #assign_max_value  ⇒ Google::Apis::DatamigrationV1::Empty 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. 
- 
  
    
      #assign_min_value  ⇒ Google::Apis::DatamigrationV1::Empty 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. 
- 
  
    
      #assign_null  ⇒ Google::Apis::DatamigrationV1::Empty 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. 
- 
  
    
      #assign_specific_value  ⇒ Google::Apis::DatamigrationV1::AssignSpecificValue 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Set to a specific value (value is converted to fit the target data type) Corresponds to the JSON property assignSpecificValue.
- 
  
    
      #double_comparison  ⇒ Google::Apis::DatamigrationV1::DoubleComparisonFilter 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Filter based on relation between source value and compare value of type double in ConditionalColumnSetValue Corresponds to the JSON property doubleComparison.
- 
  
    
      #int_comparison  ⇒ Google::Apis::DatamigrationV1::IntComparisonFilter 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Filter based on relation between source value and compare value of type integer in ConditionalColumnSetValue Corresponds to the JSON property intComparison.
- 
  
    
      #is_null  ⇒ Google::Apis::DatamigrationV1::Empty 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. 
- 
  
    
      #round_scale  ⇒ Google::Apis::DatamigrationV1::RoundToScale 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    This allows the data to change scale, for example if the source is 2 digits after the decimal point, specify round to scale value = 2. 
- 
  
    
      #value_list  ⇒ Google::Apis::DatamigrationV1::ValueListFilter 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    A list of values to filter by in ConditionalColumnSetValue Corresponds to the JSON property valueList.
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ ValueTransformation 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of ValueTransformation. 
- 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    Update properties of this object. 
Constructor Details
#initialize(**args) ⇒ ValueTransformation
Returns a new instance of ValueTransformation.
| 5009 5010 5011 | # File 'lib/google/apis/datamigration_v1/classes.rb', line 5009 def initialize(**args) update!(**args) end | 
Instance Attribute Details
#apply_hash ⇒ Google::Apis::DatamigrationV1::ApplyHash
Apply a hash function on the value.
Corresponds to the JSON property applyHash
| 4946 4947 4948 | # File 'lib/google/apis/datamigration_v1/classes.rb', line 4946 def apply_hash @apply_hash end | 
#assign_max_value ⇒ Google::Apis::DatamigrationV1::Empty
A generic empty message that you can re-use to avoid defining duplicated empty
messages in your APIs. A typical example is to use it as the request or the
response type of an API method. For instance: service Foo rpc Bar(google.
protobuf.Empty) returns (google.protobuf.Empty);
Corresponds to the JSON property assignMaxValue
| 4954 4955 4956 | # File 'lib/google/apis/datamigration_v1/classes.rb', line 4954 def assign_max_value @assign_max_value end | 
#assign_min_value ⇒ Google::Apis::DatamigrationV1::Empty
A generic empty message that you can re-use to avoid defining duplicated empty
messages in your APIs. A typical example is to use it as the request or the
response type of an API method. For instance: service Foo rpc Bar(google.
protobuf.Empty) returns (google.protobuf.Empty);
Corresponds to the JSON property assignMinValue
| 4962 4963 4964 | # File 'lib/google/apis/datamigration_v1/classes.rb', line 4962 def assign_min_value @assign_min_value end | 
#assign_null ⇒ Google::Apis::DatamigrationV1::Empty
A generic empty message that you can re-use to avoid defining duplicated empty
messages in your APIs. A typical example is to use it as the request or the
response type of an API method. For instance: service Foo rpc Bar(google.
protobuf.Empty) returns (google.protobuf.Empty);
Corresponds to the JSON property assignNull
| 4970 4971 4972 | # File 'lib/google/apis/datamigration_v1/classes.rb', line 4970 def assign_null @assign_null end | 
#assign_specific_value ⇒ Google::Apis::DatamigrationV1::AssignSpecificValue
Set to a specific value (value is converted to fit the target data type)
Corresponds to the JSON property assignSpecificValue
| 4975 4976 4977 | # File 'lib/google/apis/datamigration_v1/classes.rb', line 4975 def assign_specific_value @assign_specific_value end | 
#double_comparison ⇒ Google::Apis::DatamigrationV1::DoubleComparisonFilter
Filter based on relation between source value and compare value of type double
in ConditionalColumnSetValue
Corresponds to the JSON property doubleComparison
| 4981 4982 4983 | # File 'lib/google/apis/datamigration_v1/classes.rb', line 4981 def double_comparison @double_comparison end | 
#int_comparison ⇒ Google::Apis::DatamigrationV1::IntComparisonFilter
Filter based on relation between source value and compare value of type
integer in ConditionalColumnSetValue
Corresponds to the JSON property intComparison
| 4987 4988 4989 | # File 'lib/google/apis/datamigration_v1/classes.rb', line 4987 def int_comparison @int_comparison end | 
#is_null ⇒ Google::Apis::DatamigrationV1::Empty
A generic empty message that you can re-use to avoid defining duplicated empty
messages in your APIs. A typical example is to use it as the request or the
response type of an API method. For instance: service Foo rpc Bar(google.
protobuf.Empty) returns (google.protobuf.Empty);
Corresponds to the JSON property isNull
| 4995 4996 4997 | # File 'lib/google/apis/datamigration_v1/classes.rb', line 4995 def is_null @is_null end | 
#round_scale ⇒ Google::Apis::DatamigrationV1::RoundToScale
This allows the data to change scale, for example if the source is 2 digits
after the decimal point, specify round to scale value = 2. If for example the
value needs to be converted to an integer, use round to scale value = 0.
Corresponds to the JSON property roundScale
| 5002 5003 5004 | # File 'lib/google/apis/datamigration_v1/classes.rb', line 5002 def round_scale @round_scale end | 
#value_list ⇒ Google::Apis::DatamigrationV1::ValueListFilter
A list of values to filter by in ConditionalColumnSetValue
Corresponds to the JSON property valueList
| 5007 5008 5009 | # File 'lib/google/apis/datamigration_v1/classes.rb', line 5007 def value_list @value_list end | 
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
| 5014 5015 5016 5017 5018 5019 5020 5021 5022 5023 5024 5025 | # File 'lib/google/apis/datamigration_v1/classes.rb', line 5014 def update!(**args) @apply_hash = args[:apply_hash] if args.key?(:apply_hash) @assign_max_value = args[:assign_max_value] if args.key?(:assign_max_value) @assign_min_value = args[:assign_min_value] if args.key?(:assign_min_value) @assign_null = args[:assign_null] if args.key?(:assign_null) @assign_specific_value = args[:assign_specific_value] if args.key?(:assign_specific_value) @double_comparison = args[:double_comparison] if args.key?(:double_comparison) @int_comparison = args[:int_comparison] if args.key?(:int_comparison) @is_null = args[:is_null] if args.key?(:is_null) @round_scale = args[:round_scale] if args.key?(:round_scale) @value_list = args[:value_list] if args.key?(:value_list) end |