Reference documentation and code samples for the Data Loss Prevention V2 Client class DatabaseResourceRegex.
A pattern to match against one or more database resources. At least one pattern must be specified. Regular expressions use RE2 syntax ; a guide can be found under the google/re2 repository on GitHub.
Generated from protobuf message google.privacy.dlp.v2.DatabaseResourceRegex
Namespace
Google \ Cloud \ Dlp \ V2Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ project_id_regex
string
For organizations, if unset, will match all projects. Has no effect for Data Profile configurations created within a project.
↳ instance_regex
string
Regex to test the instance name against. If empty, all instances match.
↳ database_regex
string
Regex to test the database name against. If empty, all databases match.
↳ database_resource_name_regex
string
Regex to test the database resource's name against. An example of a database resource name is a table's name. Other database resource names like view names could be included in the future. If empty, all database resources match.
getProjectIdRegex
For organizations, if unset, will match all projects. Has no effect for Data Profile configurations created within a project.
string
setProjectIdRegex
For organizations, if unset, will match all projects. Has no effect for Data Profile configurations created within a project.
var
string
$this
getInstanceRegex
Regex to test the instance name against. If empty, all instances match.
string
setInstanceRegex
Regex to test the instance name against. If empty, all instances match.
var
string
$this
getDatabaseRegex
Regex to test the database name against. If empty, all databases match.
string
setDatabaseRegex
Regex to test the database name against. If empty, all databases match.
var
string
$this
getDatabaseResourceNameRegex
Regex to test the database resource's name against. An example of a database resource name is a table's name. Other database resource names like view names could be included in the future. If empty, all database resources match.
string
setDatabaseResourceNameRegex
Regex to test the database resource's name against. An example of a database resource name is a table's name. Other database resource names like view names could be included in the future. If empty, all database resources match.
var
string
$this