Data Loss Prevention V2 Client - Class DiscoveryBigQueryFilter (1.12.0)

Reference documentation and code samples for the Data Loss Prevention V2 Client class DiscoveryBigQueryFilter.

Determines what tables will have profiles generated within an organization or project. Includes the ability to filter by regular expression patterns on project ID, dataset ID, and table ID.

Generated from protobuf message google.privacy.dlp.v2.DiscoveryBigQueryFilter

Namespace

Google \ Cloud \ Dlp \ V2

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ tables Google\Cloud\Dlp\V2\BigQueryTableCollection

A specific set of tables for this filter to apply to. A table collection must be specified in only one filter per config. If a table id or dataset is empty, Cloud DLP assumes all tables in that collection must be profiled. Must specify a project ID.

↳ other_tables Google\Cloud\Dlp\V2\DiscoveryBigQueryFilter\AllOtherBigQueryTables

Catch-all. This should always be the last filter in the list because anything above it will apply first. Should only appear once in a configuration. If none is specified, a default one will be added automatically.

getTables

A specific set of tables for this filter to apply to. A table collection must be specified in only one filter per config.

If a table id or dataset is empty, Cloud DLP assumes all tables in that collection must be profiled. Must specify a project ID.

Returns
TypeDescription
Google\Cloud\Dlp\V2\BigQueryTableCollection|null

hasTables

setTables

A specific set of tables for this filter to apply to. A table collection must be specified in only one filter per config.

If a table id or dataset is empty, Cloud DLP assumes all tables in that collection must be profiled. Must specify a project ID.

Parameter
NameDescription
var Google\Cloud\Dlp\V2\BigQueryTableCollection
Returns
TypeDescription
$this

getOtherTables

Catch-all. This should always be the last filter in the list because anything above it will apply first. Should only appear once in a configuration. If none is specified, a default one will be added automatically.

Returns
TypeDescription
Google\Cloud\Dlp\V2\DiscoveryBigQueryFilter\AllOtherBigQueryTables|null

hasOtherTables

setOtherTables

Catch-all. This should always be the last filter in the list because anything above it will apply first. Should only appear once in a configuration. If none is specified, a default one will be added automatically.

Parameter
NameDescription
var Google\Cloud\Dlp\V2\DiscoveryBigQueryFilter\AllOtherBigQueryTables
Returns
TypeDescription
$this

getFilter

Returns
TypeDescription
string