Class: Google::Cloud::Dlp::V2::DataProfileAction::Export
- Inherits:
-
Object
- Object
- Google::Cloud::Dlp::V2::DataProfileAction::Export
- 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
-
#profile_table ⇒ ::Google::Cloud::Dlp::V2::BigQueryTable
Store all table and column profiles in an existing table or a new table in an existing dataset.
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 new rows in BigQuery. Data is inserted using streaming insert and so data may be in the buffer for a period of time after the profile has finished. The Pub/Sub notification is sent before the streaming buffer is guaranteed to be written, so data may not be instantly visible to queries by the time your topic receives the Pub/Sub notification.
4089 4090 4091 4092 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 4089 class Export include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |