Class: Google::Cloud::Dlp::V2::DataProfileAction::Export

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

Overview

If set, the detailed data profiles will be persisted to the location of your choice whenever updated.

Instance Attribute Summary collapse

Instance Attribute Details

#profile_table::Google::Cloud::Dlp::V2::BigQueryTable

Returns Store all table and column profiles in an existing table or a new table in an existing dataset. Each re-generation will result in a new row in BigQuery.

Returns:

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

    Store all table and column profiles in an existing table or a new table in an existing dataset. Each re-generation will result in a new row in BigQuery.



3992
3993
3994
3995
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 3992

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