Cloud Data Loss Prevention (DLP) V2 API - Class Google::Cloud::Dlp::V2::DataProfileBigQueryRowSchema (v1.7.0)

Reference documentation and code samples for the Cloud Data Loss Prevention (DLP) V2 API class Google::Cloud::Dlp::V2::DataProfileBigQueryRowSchema.

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

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#column_profile

def column_profile() -> ::Google::Cloud::Dlp::V2::ColumnDataProfile
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.

#column_profile=

def column_profile=(value) -> ::Google::Cloud::Dlp::V2::ColumnDataProfile
Parameter
  • value (::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.

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.

#file_store_profile

def file_store_profile() -> ::Google::Cloud::Dlp::V2::FileStoreDataProfile
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.

#file_store_profile=

def file_store_profile=(value) -> ::Google::Cloud::Dlp::V2::FileStoreDataProfile
Parameter
  • value (::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.

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.

#table_profile

def table_profile() -> ::Google::Cloud::Dlp::V2::TableDataProfile
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.

#table_profile=

def table_profile=(value) -> ::Google::Cloud::Dlp::V2::TableDataProfile
Parameter
  • value (::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.

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.