Data Loss Prevention V2 Client - Class StoredInfoTypeState (1.13.2)

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

State of a StoredInfoType version.

Protobuf type google.privacy.dlp.v2.StoredInfoTypeState

Namespace

Google \ Cloud \ Dlp \ V2

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

STORED_INFO_TYPE_STATE_UNSPECIFIED

Value: 0

Unused

Generated from protobuf enum STORED_INFO_TYPE_STATE_UNSPECIFIED = 0;

PENDING

Value: 1

StoredInfoType version is being created.

Generated from protobuf enum PENDING = 1;

READY

Value: 2

StoredInfoType version is ready for use.

Generated from protobuf enum READY = 2;

FAILED

Value: 3

StoredInfoType creation failed. All relevant error messages are returned in the StoredInfoTypeVersion message.

Generated from protobuf enum FAILED = 3;

INVALID

Value: 4

StoredInfoType is no longer valid because artifacts stored in user-controlled storage were modified. To fix an invalid StoredInfoType, use the UpdateStoredInfoType method to create a new version.

Generated from protobuf enum INVALID = 4;