Class: Google::Apis::DlpV2::GooglePrivacyDlpV2LeaveUntransformed

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
generated/google/apis/dlp_v2/classes.rb,
generated/google/apis/dlp_v2/representations.rb,
generated/google/apis/dlp_v2/representations.rb

Overview

Skips the data without modifying it if the requested transformation would cause an error. For example, if a DateShift transformation were applied an an IP address, this mode would leave the IP address unchanged in the response.

Instance Method Summary collapse

Methods included from Core::JsonObjectSupport

#to_json

Methods included from Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ GooglePrivacyDlpV2LeaveUntransformed

Returns a new instance of GooglePrivacyDlpV2LeaveUntransformed.



3839
3840
3841
# File 'generated/google/apis/dlp_v2/classes.rb', line 3839

def initialize(**args)
   update!(**args)
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



3844
3845
# File 'generated/google/apis/dlp_v2/classes.rb', line 3844

def update!(**args)
end