Data Loss Prevention V2 Client - Class PathElement (1.11.0)

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

A (kind, ID/name) pair used to construct a key path.

If either name or ID is set, the element is complete. If neither is set, the element is incomplete.

Generated from protobuf message google.privacy.dlp.v2.Key.PathElement

Namespace

Google \ Cloud \ Dlp \ V2 \ Key

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ kind string

The kind of the entity. A kind matching regex __.*__ is reserved/read-only. A kind must not contain more than 1500 bytes when UTF-8 encoded. Cannot be "".

↳ id int|string

The auto-allocated ID of the entity. Never equal to zero. Values less than zero are discouraged and may not be supported in the future.

↳ name string

The name of the entity. A name matching regex __.*__ is reserved/read-only. A name must not be more than 1500 bytes when UTF-8 encoded. Cannot be "".

getKind

The kind of the entity.

A kind matching regex __.*__ is reserved/read-only. A kind must not contain more than 1500 bytes when UTF-8 encoded. Cannot be "".

Returns
TypeDescription
string

setKind

The kind of the entity.

A kind matching regex __.*__ is reserved/read-only. A kind must not contain more than 1500 bytes when UTF-8 encoded. Cannot be "".

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getId

The auto-allocated ID of the entity.

Never equal to zero. Values less than zero are discouraged and may not be supported in the future.

Returns
TypeDescription
int|string

hasId

setId

The auto-allocated ID of the entity.

Never equal to zero. Values less than zero are discouraged and may not be supported in the future.

Parameter
NameDescription
var int|string
Returns
TypeDescription
$this

getName

The name of the entity.

A name matching regex __.*__ is reserved/read-only. A name must not be more than 1500 bytes when UTF-8 encoded. Cannot be "".

Returns
TypeDescription
string

hasName

setName

The name of the entity.

A name matching regex __.*__ is reserved/read-only. A name must not be more than 1500 bytes when UTF-8 encoded. Cannot be "".

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getIdType

Returns
TypeDescription
string