Data Loss Prevention V2 Client - Class DatabaseResourceReference (1.14.0)

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's instance id.

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's instance id.

Returns
Type Description
string

setInstance

Required. The instance where this resource is located. For example: Cloud SQL's instance id.

Parameter
Name Description
var string
Returns
Type Description
$this