Reference documentation and code samples for the Data Loss Prevention V2 Client class DatabaseResourceReference.
Identifies a single database resource, like a table within a database.
Generated from protobuf message google.privacy.dlp.v2.DatabaseResourceReference
Namespace
Google \ Cloud \ Dlp \ V2Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ project_id
string
Required. If within a project-level config, then this must match the config's project ID.
↳ instance
string
Required. The instance where this resource is located. For example: Cloud SQL instance ID.
↳ database
string
Required. Name of a database within the instance.
↳ database_resource
string
Required. Name of a database resource, for example, a table within the database.
getProjectId
Required. If within a project-level config, then this must match the config's project ID.
string
setProjectId
Required. If within a project-level config, then this must match the config's project ID.
var
string
$this
getInstance
Required. The instance where this resource is located. For example: Cloud SQL instance ID.
string
setInstance
Required. The instance where this resource is located. For example: Cloud SQL instance ID.
var
string
$this
getDatabase
Required. Name of a database within the instance.
string
setDatabase
Required. Name of a database within the instance.
var
string
$this
getDatabaseResource
Required. Name of a database resource, for example, a table within the database.
string
setDatabaseResource
Required. Name of a database resource, for example, a table within the database.
var
string
$this