Data Loss Prevention V2 Client - Class StoredInfoType (1.13.2)

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

StoredInfoType resource message that contains information about the current version and any pending updates.

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

Namespace

Google \ Cloud \ Dlp \ V2

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ name string

Resource name.

↳ current_version Google\Cloud\Dlp\V2\StoredInfoTypeVersion

Current version of the stored info type.

↳ pending_versions array<Google\Cloud\Dlp\V2\StoredInfoTypeVersion>

Pending versions of the stored info type. Empty if no versions are pending.

getName

Resource name.

Returns
Type Description
string

setName

Resource name.

Parameter
Name Description
var string
Returns
Type Description
$this

getCurrentVersion

Current version of the stored info type.

Returns
Type Description
Google\Cloud\Dlp\V2\StoredInfoTypeVersion|null

hasCurrentVersion

clearCurrentVersion

setCurrentVersion

Current version of the stored info type.

Parameter
Name Description
var Google\Cloud\Dlp\V2\StoredInfoTypeVersion
Returns
Type Description
$this

getPendingVersions

Pending versions of the stored info type. Empty if no versions are pending.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setPendingVersions

Pending versions of the stored info type. Empty if no versions are pending.

Parameter
Name Description
var array<Google\Cloud\Dlp\V2\StoredInfoTypeVersion>
Returns
Type Description
$this