Google Cloud Oracle Database V1 Client - Class EncryptionKeyHistoryEntry (0.8.0)

Reference documentation and code samples for the Google Cloud Oracle Database V1 Client class EncryptionKeyHistoryEntry.

The history of the encryption keys used to encrypt the Autonomous Database.

Generated from protobuf message google.cloud.oracledatabase.v1.EncryptionKeyHistoryEntry

Namespace

Google \ Cloud \ OracleDatabase \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ encryption_key EncryptionKey

Output only. The encryption key used to encrypt the Autonomous Database.

↳ activation_time Google\Protobuf\Timestamp

Output only. The date and time when the encryption key was activated on the Autonomous Database..

getEncryptionKey

Output only. The encryption key used to encrypt the Autonomous Database.

Returns
Type Description
EncryptionKey|null

hasEncryptionKey

clearEncryptionKey

setEncryptionKey

Output only. The encryption key used to encrypt the Autonomous Database.

Parameter
Name Description
var EncryptionKey
Returns
Type Description
$this

getActivationTime

Output only. The date and time when the encryption key was activated on the Autonomous Database..

Generated from protobuf field .google.protobuf.Timestamp activation_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
Google\Protobuf\Timestamp|null

hasActivationTime

clearActivationTime

setActivationTime

Output only. The date and time when the encryption key was activated on the Autonomous Database..

Generated from protobuf field .google.protobuf.Timestamp activation_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
var Google\Protobuf\Timestamp
Returns
Type Description
$this