Class: Google::Apis::HealthcareV1beta1::ReplaceWithInfoTypeConfig

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
generated/google/apis/healthcare_v1beta1/classes.rb,
generated/google/apis/healthcare_v1beta1/representations.rb,
generated/google/apis/healthcare_v1beta1/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 Jake" becomes "My name is [PERSON_NAME]." The TRANSFORM action is equivalent to redacting.

Instance Method Summary collapse

Methods included from Core::JsonObjectSupport

#to_json

Methods included from Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ ReplaceWithInfoTypeConfig

Returns a new instance of ReplaceWithInfoTypeConfig.



2454
2455
2456
# File 'generated/google/apis/healthcare_v1beta1/classes.rb', line 2454

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

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2459
2460
# File 'generated/google/apis/healthcare_v1beta1/classes.rb', line 2459

def update!(**args)
end