Cloud Data Loss Prevention (DLP) V2 API - Class Google::Cloud::Dlp::V2::StatisticalTable (v0.15.0)

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

An auxiliary table containing statistical information on the relative frequency of different quasi-identifiers values. It has one or several quasi-identifiers columns, and one column that indicates the relative frequency of each quasi-identifier tuple. If a tuple is present in the data but not in the auxiliary table, the corresponding relative frequency is assumed to be zero (and thus, the tuple is highly reidentifiable).

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#quasi_ids

def quasi_ids() -> ::Array<::Google::Cloud::Dlp::V2::StatisticalTable::QuasiIdentifierField>
Returns

#quasi_ids=

def quasi_ids=(value) -> ::Array<::Google::Cloud::Dlp::V2::StatisticalTable::QuasiIdentifierField>
Parameter
Returns

#relative_frequency

def relative_frequency() -> ::Google::Cloud::Dlp::V2::FieldId
Returns
  • (::Google::Cloud::Dlp::V2::FieldId) — Required. The relative frequency column must contain a floating-point number between 0 and 1 (inclusive). Null values are assumed to be zero.

#relative_frequency=

def relative_frequency=(value) -> ::Google::Cloud::Dlp::V2::FieldId
Parameter
  • value (::Google::Cloud::Dlp::V2::FieldId) — Required. The relative frequency column must contain a floating-point number between 0 and 1 (inclusive). Null values are assumed to be zero.
Returns
  • (::Google::Cloud::Dlp::V2::FieldId) — Required. The relative frequency column must contain a floating-point number between 0 and 1 (inclusive). Null values are assumed to be zero.

#table

def table() -> ::Google::Cloud::Dlp::V2::BigQueryTable
Returns

#table=

def table=(value) -> ::Google::Cloud::Dlp::V2::BigQueryTable
Parameter
Returns