Class: Google::Apis::DlpV2::GooglePrivacyDlpV2LeaveUntransformed
- Inherits:
-
Object
- Object
- Google::Apis::DlpV2::GooglePrivacyDlpV2LeaveUntransformed
- 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
-
#initialize(**args) ⇒ GooglePrivacyDlpV2LeaveUntransformed
constructor
A new instance of GooglePrivacyDlpV2LeaveUntransformed.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GooglePrivacyDlpV2LeaveUntransformed
Returns a new instance of GooglePrivacyDlpV2LeaveUntransformed.
4060 4061 4062 |
# File 'generated/google/apis/dlp_v2/classes.rb', line 4060 def initialize(**args) update!(**args) end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
4065 4066 |
# File 'generated/google/apis/dlp_v2/classes.rb', line 4065 def update!(**args) end |