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.
1147 1148 1149 1150 1151 1152 1153 1154 1155 1156 1157 1158 1159 1160 1161 1162 1163 1164 1165 1166 1167 1168 1169 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 1147 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.
1147 1148 1149 1150 1151 1152 1153 1154 1155 1156 1157 1158 1159 1160 1161 1162 1163 1164 1165 1166 1167 1168 1169 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 1147 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 |