public interface EncryptionKeyHistoryEntryOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getActivationTime()
public abstract Timestamp getActivationTime()Output only. The date and time when the encryption key was activated on the Autonomous Database..
.google.protobuf.Timestamp activation_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
Timestamp |
The activationTime. |
getActivationTimeOrBuilder()
public abstract TimestampOrBuilder getActivationTimeOrBuilder()Output only. The date and time when the encryption key was activated on the Autonomous Database..
.google.protobuf.Timestamp activation_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
TimestampOrBuilder |
|
getEncryptionKey()
public abstract EncryptionKey getEncryptionKey()Output only. The encryption key used to encrypt the Autonomous Database.
.google.cloud.oracledatabase.v1.EncryptionKey encryption_key = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
EncryptionKey |
The encryptionKey. |
getEncryptionKeyOrBuilder()
public abstract EncryptionKeyOrBuilder getEncryptionKeyOrBuilder()Output only. The encryption key used to encrypt the Autonomous Database.
.google.cloud.oracledatabase.v1.EncryptionKey encryption_key = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
EncryptionKeyOrBuilder |
|
hasActivationTime()
public abstract boolean hasActivationTime()Output only. The date and time when the encryption key was activated on the Autonomous Database..
.google.protobuf.Timestamp activation_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the activationTime field is set. |
hasEncryptionKey()
public abstract boolean hasEncryptionKey()Output only. The encryption key used to encrypt the Autonomous Database.
.google.cloud.oracledatabase.v1.EncryptionKey encryption_key = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the encryptionKey field is set. |