Data Loss Prevention V2 Client - Class StoredInfoType (1.8.6)

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

Methods

__construct

Constructor.

Parameters
NameDescription
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
TypeDescription
string

setName

Resource name.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getCurrentVersion

Current version of the stored info type.

Returns
TypeDescription
Google\Cloud\Dlp\V2\StoredInfoTypeVersion|null

hasCurrentVersion

clearCurrentVersion

setCurrentVersion

Current version of the stored info type.

Parameter
NameDescription
var Google\Cloud\Dlp\V2\StoredInfoTypeVersion
Returns
TypeDescription
$this

getPendingVersions

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

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setPendingVersions

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

Parameter
NameDescription
var array<Google\Cloud\Dlp\V2\StoredInfoTypeVersion>
Returns
TypeDescription
$this