Data Loss Prevention V2 Client - Class DatabaseResourceReference (1.15.1)

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 \ V2

Methods

__construct

Constructor.

Parameters
Name Description
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.

Returns
Type Description
string

setProjectId

Required. If within a project-level config, then this must match the config's project ID.

Parameter
Name Description
var string
Returns
Type Description
$this

getInstance

Required. The instance where this resource is located. For example: Cloud SQL instance ID.

Returns
Type Description
string

setInstance

Required. The instance where this resource is located. For example: Cloud SQL instance ID.

Parameter
Name Description
var string
Returns
Type Description
$this

getDatabase

Required. Name of a database within the instance.

Returns
Type Description
string

setDatabase

Required. Name of a database within the instance.

Parameter
Name Description
var string
Returns
Type Description
$this

getDatabaseResource

Required. Name of a database resource, for example, a table within the database.

Returns
Type Description
string

setDatabaseResource

Required. Name of a database resource, for example, a table within the database.

Parameter
Name Description
var string
Returns
Type Description
$this