public static final class EncryptionKeyHistoryEntry.Builder extends GeneratedMessage.Builder<EncryptionKeyHistoryEntry.Builder> implements EncryptionKeyHistoryEntryOrBuilderThe history of the encryption keys used to encrypt the Autonomous Database.
Protobuf type google.cloud.oracledatabase.v1.EncryptionKeyHistoryEntry
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > EncryptionKeyHistoryEntry.BuilderImplements
EncryptionKeyHistoryEntryOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public EncryptionKeyHistoryEntry build()| Returns | |
|---|---|
| Type | Description |
EncryptionKeyHistoryEntry |
|
buildPartial()
public EncryptionKeyHistoryEntry buildPartial()| Returns | |
|---|---|
| Type | Description |
EncryptionKeyHistoryEntry |
|
clear()
public EncryptionKeyHistoryEntry.Builder clear()| Returns | |
|---|---|
| Type | Description |
EncryptionKeyHistoryEntry.Builder |
|
clearActivationTime()
public EncryptionKeyHistoryEntry.Builder clearActivationTime()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 |
EncryptionKeyHistoryEntry.Builder |
|
clearEncryptionKey()
public EncryptionKeyHistoryEntry.Builder clearEncryptionKey()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 |
EncryptionKeyHistoryEntry.Builder |
|
getActivationTime()
public 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. |
getActivationTimeBuilder()
public Timestamp.Builder getActivationTimeBuilder()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 |
Builder |
|
getActivationTimeOrBuilder()
public 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 |
|
getDefaultInstanceForType()
public EncryptionKeyHistoryEntry getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
EncryptionKeyHistoryEntry |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getEncryptionKey()
public 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. |
getEncryptionKeyBuilder()
public EncryptionKey.Builder getEncryptionKeyBuilder()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.Builder |
|
getEncryptionKeyOrBuilder()
public 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 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 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. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeActivationTime(Timestamp value)
public EncryptionKeyHistoryEntry.Builder mergeActivationTime(Timestamp value)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];
| Parameter | |
|---|---|
| Name | Description |
value |
Timestamp |
| Returns | |
|---|---|
| Type | Description |
EncryptionKeyHistoryEntry.Builder |
|
mergeEncryptionKey(EncryptionKey value)
public EncryptionKeyHistoryEntry.Builder mergeEncryptionKey(EncryptionKey value)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];
| Parameter | |
|---|---|
| Name | Description |
value |
EncryptionKey |
| Returns | |
|---|---|
| Type | Description |
EncryptionKeyHistoryEntry.Builder |
|
mergeFrom(EncryptionKeyHistoryEntry other)
public EncryptionKeyHistoryEntry.Builder mergeFrom(EncryptionKeyHistoryEntry other)| Parameter | |
|---|---|
| Name | Description |
other |
EncryptionKeyHistoryEntry |
| Returns | |
|---|---|
| Type | Description |
EncryptionKeyHistoryEntry.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public EncryptionKeyHistoryEntry.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
EncryptionKeyHistoryEntry.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public EncryptionKeyHistoryEntry.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
EncryptionKeyHistoryEntry.Builder |
|
setActivationTime(Timestamp value)
public EncryptionKeyHistoryEntry.Builder setActivationTime(Timestamp value)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];
| Parameter | |
|---|---|
| Name | Description |
value |
Timestamp |
| Returns | |
|---|---|
| Type | Description |
EncryptionKeyHistoryEntry.Builder |
|
setActivationTime(Timestamp.Builder builderForValue)
public EncryptionKeyHistoryEntry.Builder setActivationTime(Timestamp.Builder builderForValue)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];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
Builder |
| Returns | |
|---|---|
| Type | Description |
EncryptionKeyHistoryEntry.Builder |
|
setEncryptionKey(EncryptionKey value)
public EncryptionKeyHistoryEntry.Builder setEncryptionKey(EncryptionKey value)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];
| Parameter | |
|---|---|
| Name | Description |
value |
EncryptionKey |
| Returns | |
|---|---|
| Type | Description |
EncryptionKeyHistoryEntry.Builder |
|
setEncryptionKey(EncryptionKey.Builder builderForValue)
public EncryptionKeyHistoryEntry.Builder setEncryptionKey(EncryptionKey.Builder builderForValue)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];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
EncryptionKey.Builder |
| Returns | |
|---|---|
| Type | Description |
EncryptionKeyHistoryEntry.Builder |
|