Class: Google::Cloud::Dlp::V2::DataProfileBigQueryRowSchema

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

Overview

The schema of data to be saved to the BigQuery table when the DataProfileAction is enabled.

Instance Attribute Summary collapse

Instance Attribute Details

#column_profile::Google::Cloud::Dlp::V2::ColumnDataProfile

Returns Column data profile column.

Returns:



1073
1074
1075
1076
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 1073

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

#table_profile::Google::Cloud::Dlp::V2::TableDataProfile

Returns Table data profile column.

Returns:



1073
1074
1075
1076
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 1073

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