Class: Google::Apis::HealthcareV1::ReplaceWithInfoTypeConfig
- Inherits:
-
Object
- Object
- Google::Apis::HealthcareV1::ReplaceWithInfoTypeConfig
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/healthcare_v1/classes.rb,
lib/google/apis/healthcare_v1/representations.rb,
lib/google/apis/healthcare_v1/representations.rb
Overview
When using the INSPECT_AND_TRANSFORM action, each match is replaced with the name of the info_type. For example, "My name is Jane" becomes "My name is [ PERSON_NAME]." The TRANSFORM action is equivalent to redacting.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ReplaceWithInfoTypeConfig
constructor
A new instance of ReplaceWithInfoTypeConfig.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ ReplaceWithInfoTypeConfig
Returns a new instance of ReplaceWithInfoTypeConfig.
4091 4092 4093 |
# File 'lib/google/apis/healthcare_v1/classes.rb', line 4091 def initialize(**args) update!(**args) end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
4096 4097 |
# File 'lib/google/apis/healthcare_v1/classes.rb', line 4096 def update!(**args) end |