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

Note: The following fields are mutually exclusive: column_profile, table_profile, file_store_profile. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns:

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

    Column data profile column

    Note: The following fields are mutually exclusive: column_profile, table_profile, file_store_profile. If a field in that set is populated, all other fields in the set will automatically be cleared.



1132
1133
1134
1135
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 1132

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

#file_store_profile::Google::Cloud::Dlp::V2::FileStoreDataProfile

Returns File store data profile column.

Note: The following fields are mutually exclusive: file_store_profile, table_profile, column_profile. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns:

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

    File store data profile column.

    Note: The following fields are mutually exclusive: file_store_profile, table_profile, column_profile. If a field in that set is populated, all other fields in the set will automatically be cleared.



1132
1133
1134
1135
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 1132

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

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

Returns Table data profile column

Note: The following fields are mutually exclusive: table_profile, column_profile, file_store_profile. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns:

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

    Table data profile column

    Note: The following fields are mutually exclusive: table_profile, column_profile, file_store_profile. If a field in that set is populated, all other fields in the set will automatically be cleared.



1132
1133
1134
1135
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 1132

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