Google Cloud Dataplex V1 Client - Class EncryptionState (1.6.1)

Reference documentation and code samples for the Google Cloud Dataplex V1 Client class EncryptionState.

State of encryption of the databases when EncryptionConfig is created or updated.

Protobuf type google.cloud.dataplex.v1.EncryptionConfig.EncryptionState

Namespace

Google \ Cloud \ Dataplex \ V1 \ EncryptionConfig

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

ENCRYPTION_STATE_UNSPECIFIED

Value: 0

State is not specified.

Generated from protobuf enum ENCRYPTION_STATE_UNSPECIFIED = 0;

ENCRYPTING

Value: 1

The encryption state of the database when the EncryptionConfig is created or updated. If the encryption fails, it is retried indefinitely and the state is shown as ENCRYPTING.

Generated from protobuf enum ENCRYPTING = 1;

COMPLETED

Value: 2

The encryption of data has completed successfully.

Generated from protobuf enum COMPLETED = 2;

FAILED

Value: 3

The encryption of data has failed.

The state is set to FAILED when the encryption fails due to reasons like permission issues, invalid key etc.

Generated from protobuf enum FAILED = 3;