Class: Google::Cloud::Dlp::V2::DeidentifyDataSourceDetails
- Inherits:
-
Object
- Object
- Google::Cloud::Dlp::V2::DeidentifyDataSourceDetails
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/privacy/dlp/v2/dlp.rb
Overview
The results of a Deidentify action from an inspect job.
Defined Under Namespace
Classes: RequestedDeidentifyOptions
Instance Attribute Summary collapse
-
#deidentify_stats ⇒ ::Google::Cloud::Dlp::V2::DeidentifyDataSourceStats
Stats about the de-identification operation.
-
#requested_options ⇒ ::Google::Cloud::Dlp::V2::DeidentifyDataSourceDetails::RequestedDeidentifyOptions
De-identification config used for the request.
Instance Attribute Details
#deidentify_stats ⇒ ::Google::Cloud::Dlp::V2::DeidentifyDataSourceStats
Returns Stats about the de-identification operation.
1189 1190 1191 1192 1193 1194 1195 1196 1197 1198 1199 1200 1201 1202 1203 1204 1205 1206 1207 1208 1209 1210 1211 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 1189 class DeidentifyDataSourceDetails include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # De-identification options. # @!attribute [rw] snapshot_deidentify_template # @return [::Google::Cloud::Dlp::V2::DeidentifyTemplate] # Snapshot of the state of the `DeidentifyTemplate` from the # {::Google::Cloud::Dlp::V2::Action::Deidentify Deidentify} action at the time # this job was run. # @!attribute [rw] snapshot_structured_deidentify_template # @return [::Google::Cloud::Dlp::V2::DeidentifyTemplate] # Snapshot of the state of the structured `DeidentifyTemplate` from the # `Deidentify` action at the time this job was run. # @!attribute [rw] snapshot_image_redact_template # @return [::Google::Cloud::Dlp::V2::DeidentifyTemplate] # Snapshot of the state of the image transformation `DeidentifyTemplate` # from the `Deidentify` action at the time this job was run. class RequestedDeidentifyOptions include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#requested_options ⇒ ::Google::Cloud::Dlp::V2::DeidentifyDataSourceDetails::RequestedDeidentifyOptions
Returns De-identification config used for the request.
1189 1190 1191 1192 1193 1194 1195 1196 1197 1198 1199 1200 1201 1202 1203 1204 1205 1206 1207 1208 1209 1210 1211 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 1189 class DeidentifyDataSourceDetails include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # De-identification options. # @!attribute [rw] snapshot_deidentify_template # @return [::Google::Cloud::Dlp::V2::DeidentifyTemplate] # Snapshot of the state of the `DeidentifyTemplate` from the # {::Google::Cloud::Dlp::V2::Action::Deidentify Deidentify} action at the time # this job was run. # @!attribute [rw] snapshot_structured_deidentify_template # @return [::Google::Cloud::Dlp::V2::DeidentifyTemplate] # Snapshot of the state of the structured `DeidentifyTemplate` from the # `Deidentify` action at the time this job was run. # @!attribute [rw] snapshot_image_redact_template # @return [::Google::Cloud::Dlp::V2::DeidentifyTemplate] # Snapshot of the state of the image transformation `DeidentifyTemplate` # from the `Deidentify` action at the time this job was run. class RequestedDeidentifyOptions include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |