Class: Google::Cloud::Dlp::V2::DeidentifyDataSourceDetails::RequestedDeidentifyOptions
- Inherits:
-
Object
- Object
- Google::Cloud::Dlp::V2::DeidentifyDataSourceDetails::RequestedDeidentifyOptions
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/privacy/dlp/v2/dlp.rb
Overview
De-identification options.
Instance Attribute Summary collapse
-
#snapshot_deidentify_template ⇒ ::Google::Cloud::Dlp::V2::DeidentifyTemplate
Snapshot of the state of the
DeidentifyTemplate
from the Deidentify action at the time this job was run. -
#snapshot_image_redact_template ⇒ ::Google::Cloud::Dlp::V2::DeidentifyTemplate
Snapshot of the state of the image transformation
DeidentifyTemplate
from theDeidentify
action at the time this job was run. -
#snapshot_structured_deidentify_template ⇒ ::Google::Cloud::Dlp::V2::DeidentifyTemplate
Snapshot of the state of the structured
DeidentifyTemplate
from theDeidentify
action at the time this job was run.
Instance Attribute Details
#snapshot_deidentify_template ⇒ ::Google::Cloud::Dlp::V2::DeidentifyTemplate
Returns Snapshot of the state of the DeidentifyTemplate
from the
Deidentify action at the time
this job was run.
1165 1166 1167 1168 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 1165 class RequestedDeidentifyOptions include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#snapshot_image_redact_template ⇒ ::Google::Cloud::Dlp::V2::DeidentifyTemplate
Returns Snapshot of the state of the image transformation DeidentifyTemplate
from the Deidentify
action at the time this job was run.
1165 1166 1167 1168 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 1165 class RequestedDeidentifyOptions include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#snapshot_structured_deidentify_template ⇒ ::Google::Cloud::Dlp::V2::DeidentifyTemplate
Returns Snapshot of the state of the structured DeidentifyTemplate
from the
Deidentify
action at the time this job was run.
1165 1166 1167 1168 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 1165 class RequestedDeidentifyOptions include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |