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:



1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 1130

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:



1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 1130

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