Reference documentation and code samples for the Data Loss Prevention V2 Client class 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).
Generated from protobuf messagegoogle.privacy.dlp.v2.StatisticalTable
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[],[],null,["# Data Loss Prevention V2 Client - Class StatisticalTable (2.6.1)\n\nVersion latestkeyboard_arrow_down\n\n- [2.6.1 (latest)](/php/docs/reference/cloud-dlp/latest/V2.StatisticalTable)\n- [2.6.0](/php/docs/reference/cloud-dlp/2.6.0/V2.StatisticalTable)\n- [2.4.1](/php/docs/reference/cloud-dlp/2.4.1/V2.StatisticalTable)\n- [2.3.0](/php/docs/reference/cloud-dlp/2.3.0/V2.StatisticalTable)\n- [2.2.3](/php/docs/reference/cloud-dlp/2.2.3/V2.StatisticalTable)\n- [2.1.0](/php/docs/reference/cloud-dlp/2.1.0/V2.StatisticalTable)\n- [2.0.0](/php/docs/reference/cloud-dlp/2.0.0/V2.StatisticalTable)\n- [1.19.0](/php/docs/reference/cloud-dlp/1.19.0/V2.StatisticalTable)\n- [1.18.0](/php/docs/reference/cloud-dlp/1.18.0/V2.StatisticalTable)\n- [1.17.0](/php/docs/reference/cloud-dlp/1.17.0/V2.StatisticalTable)\n- [1.16.0](/php/docs/reference/cloud-dlp/1.16.0/V2.StatisticalTable)\n- [1.15.1](/php/docs/reference/cloud-dlp/1.15.1/V2.StatisticalTable)\n- [1.14.0](/php/docs/reference/cloud-dlp/1.14.0/V2.StatisticalTable)\n- [1.13.2](/php/docs/reference/cloud-dlp/1.13.2/V2.StatisticalTable)\n- [1.12.0](/php/docs/reference/cloud-dlp/1.12.0/V2.StatisticalTable)\n- [1.11.0](/php/docs/reference/cloud-dlp/1.11.0/V2.StatisticalTable)\n- [1.10.2](/php/docs/reference/cloud-dlp/1.10.2/V2.StatisticalTable)\n- [1.9.0](/php/docs/reference/cloud-dlp/1.9.0/V2.StatisticalTable)\n- [1.8.6](/php/docs/reference/cloud-dlp/1.8.6/V2.StatisticalTable) \nReference documentation and code samples for the Data Loss Prevention V2 Client class StatisticalTable.\n\nAn auxiliary table containing statistical information on the relative\nfrequency of different quasi-identifiers values. It has one or several\nquasi-identifiers columns, and one column that indicates the relative\nfrequency of each quasi-identifier tuple.\n\nIf a tuple is present in the data but not in the auxiliary table, the\ncorresponding relative frequency is assumed to be zero (and thus, the\ntuple is highly reidentifiable).\n\nGenerated from protobuf message `google.privacy.dlp.v2.StatisticalTable`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ Dlp \\\\ V2\n\nMethods\n-------\n\n### __construct\n\nConstructor.\n\n### getTable\n\nRequired. Auxiliary table location.\n\n### hasTable\n\n### clearTable\n\n### setTable\n\nRequired. Auxiliary table location.\n\n### getQuasiIds\n\nRequired. Quasi-identifier columns.\n\n### setQuasiIds\n\nRequired. Quasi-identifier columns.\n\n### getRelativeFrequency\n\nRequired. The relative frequency column must contain a floating-point\nnumber between 0 and 1 (inclusive). Null values are assumed to be zero.\n\n### hasRelativeFrequency\n\n### clearRelativeFrequency\n\n### setRelativeFrequency\n\nRequired. The relative frequency column must contain a floating-point\nnumber between 0 and 1 (inclusive). Null values are assumed to be zero."]]