Class: Google::Cloud::Dlp::V2::Action::Deidentify

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/privacy/dlp/v2/dlp.rb

Overview

Create a de-identified copy of the requested table or files.

A TransformationDetail will be created for each transformation.

If any rows in BigQuery are skipped during de-identification (transformation errors or row size exceeds BigQuery insert API limits) they are placed in the failure output table. If the original row exceeds the BigQuery insert API limit it will be truncated when written to the failure output table. The failure output table can be set in the action.deidentify.output.big_query_output.deidentified_failure_output_table field, if no table is set, a table will be automatically created in the same project and dataset as the original table.

Compatible with: Inspect

Instance Attribute Summary collapse

Instance Attribute Details

#cloud_storage_output::String

Returns Required. User settable Cloud Storage bucket and folders to store de-identified files. This field must be set for cloud storage deidentification. The output Cloud Storage bucket must be different from the input bucket. De-identified files will overwrite files in the output path.

Form of: gs://bucket/folder/ or gs://bucket.

Returns:

  • (::String)

    Required. User settable Cloud Storage bucket and folders to store de-identified files. This field must be set for cloud storage deidentification. The output Cloud Storage bucket must be different from the input bucket. De-identified files will overwrite files in the output path.

    Form of: gs://bucket/folder/ or gs://bucket



3420
3421
3422
3423
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 3420

class Deidentify
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#file_types_to_transform::Array<::Google::Cloud::Dlp::V2::FileType>

Returns List of user-specified file type groups to transform. If specified, only the files with these filetypes will be transformed. If empty, all supported files will be transformed. Supported types may be automatically added over time. If a file type is set in this field that isn't supported by the Deidentify action then the job will fail and will not be successfully created/started. Currently the only filetypes supported are: IMAGES, TEXT_FILES, CSV, TSV.

Returns:

  • (::Array<::Google::Cloud::Dlp::V2::FileType>)

    List of user-specified file type groups to transform. If specified, only the files with these filetypes will be transformed. If empty, all supported files will be transformed. Supported types may be automatically added over time. If a file type is set in this field that isn't supported by the Deidentify action then the job will fail and will not be successfully created/started. Currently the only filetypes supported are: IMAGES, TEXT_FILES, CSV, TSV.



3420
3421
3422
3423
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 3420

class Deidentify
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#transformation_config::Google::Cloud::Dlp::V2::TransformationConfig

Returns User specified deidentify templates and configs for structured, unstructured, and image files.

Returns:



3420
3421
3422
3423
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 3420

class Deidentify
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#transformation_details_storage_config::Google::Cloud::Dlp::V2::TransformationDetailsStorageConfig

Returns Config for storing transformation details. This is separate from the de-identified content, and contains metadata about the successful transformations and/or failures that occurred while de-identifying. This needs to be set in order for users to access information about the status of each transformation (see TransformationDetails message for more information about what is noted).

Returns:

  • (::Google::Cloud::Dlp::V2::TransformationDetailsStorageConfig)

    Config for storing transformation details. This is separate from the de-identified content, and contains metadata about the successful transformations and/or failures that occurred while de-identifying. This needs to be set in order for users to access information about the status of each transformation (see TransformationDetails message for more information about what is noted).



3420
3421
3422
3423
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 3420

class Deidentify
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end