Class: Google::Cloud::Dlp::V2::DeidentifyDataSourceDetails

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#deidentify_stats::Google::Cloud::Dlp::V2::DeidentifyDataSourceStats

Returns Stats about the de-identification operation.

Returns:



1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 1225

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.

Returns:



1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 1225

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