Class: Google::Cloud::Dlp::V2::Action::Deidentify
- Inherits:
-
Object
- Object
- Google::Cloud::Dlp::V2::Action::Deidentify
- 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 a storage bucket. Only compatible with Cloud Storage buckets.
A TransformationDetail will be created for each transformation.
Compatible with: Inspection of Cloud Storage
Instance Attribute Summary collapse
-
#cloud_storage_output ⇒ ::String
Required.
-
#file_types_to_transform ⇒ ::Array<::Google::Cloud::Dlp::V2::FileType>
List of user-specified file type groups to transform.
-
#transformation_config ⇒ ::Google::Cloud::Dlp::V2::TransformationConfig
User specified deidentify templates and configs for structured, unstructured, and image files.
-
#transformation_details_storage_config ⇒ ::Google::Cloud::Dlp::V2::TransformationDetailsStorageConfig
Config for storing transformation details.
Instance Attribute Details
#cloud_storage_output ⇒ ::String
3833 3834 3835 3836 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 3833 class Deidentify include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#file_types_to_transform ⇒ ::Array<::Google::Cloud::Dlp::V2::FileType>
3833 3834 3835 3836 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 3833 class Deidentify include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#transformation_config ⇒ ::Google::Cloud::Dlp::V2::TransformationConfig
3833 3834 3835 3836 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 3833 class Deidentify include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#transformation_details_storage_config ⇒ ::Google::Cloud::Dlp::V2::TransformationDetailsStorageConfig
3833 3834 3835 3836 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 3833 class Deidentify include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |