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 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

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