Class: Google::Apis::DlpV2beta2::GooglePrivacyDlpV2beta2RedactConfig

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

Overview

Redact a given value. For example, if used with an InfoTypeTransformation transforming PHONE_NUMBER, and input 'My phone number is 206-555-0123', the output would be 'My phone number is '.

Instance Method Summary collapse

Methods included from Core::JsonObjectSupport

#to_json

Methods included from Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ GooglePrivacyDlpV2beta2RedactConfig

Returns a new instance of GooglePrivacyDlpV2beta2RedactConfig



5229
5230
5231
# File 'generated/google/apis/dlp_v2beta2/classes.rb', line 5229

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

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



5234
5235
# File 'generated/google/apis/dlp_v2beta2/classes.rb', line 5234

def update!(**args)
end