Data Loss Prevention V2 Client - Class DatastoreOptions (2.2.1)

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

Options defining a data set within Google Cloud Datastore.

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

Namespace

Google \ Cloud \ Dlp \ V2

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ partition_id PartitionId

A partition ID identifies a grouping of entities. The grouping is always by project and namespace, however the namespace ID may be empty.

↳ kind KindExpression

The kind to process.

getPartitionId

A partition ID identifies a grouping of entities. The grouping is always by project and namespace, however the namespace ID may be empty.

Returns
Type Description
PartitionId|null

hasPartitionId

clearPartitionId

setPartitionId

A partition ID identifies a grouping of entities. The grouping is always by project and namespace, however the namespace ID may be empty.

Parameter
Name Description
var PartitionId
Returns
Type Description
$this

getKind

The kind to process.

Returns
Type Description
KindExpression|null

hasKind

clearKind

setKind

The kind to process.

Parameter
Name Description
var KindExpression
Returns
Type Description
$this