Class EncryptionKeyHistoryEntry.Builder (0.29.0)

public static final class EncryptionKeyHistoryEntry.Builder extends GeneratedMessageV3.Builder<EncryptionKeyHistoryEntry.Builder> implements EncryptionKeyHistoryEntryOrBuilder

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

Protobuf type google.cloud.oracledatabase.v1.EncryptionKeyHistoryEntry

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public EncryptionKeyHistoryEntry.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
EncryptionKeyHistoryEntry.Builder
Overrides

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
Overrides

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

clearField(Descriptors.FieldDescriptor field)

public EncryptionKeyHistoryEntry.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Name Description
field FieldDescriptor
Returns
Type Description
EncryptionKeyHistoryEntry.Builder
Overrides

clearOneof(Descriptors.OneofDescriptor oneof)

public EncryptionKeyHistoryEntry.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Name Description
oneof OneofDescriptor
Returns
Type Description
EncryptionKeyHistoryEntry.Builder
Overrides

clone()

public EncryptionKeyHistoryEntry.Builder clone()
Returns
Type Description
EncryptionKeyHistoryEntry.Builder
Overrides

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
Overrides

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 GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

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
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public EncryptionKeyHistoryEntry.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
EncryptionKeyHistoryEntry.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final EncryptionKeyHistoryEntry.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
EncryptionKeyHistoryEntry.Builder
Overrides

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

setField(Descriptors.FieldDescriptor field, Object value)

public EncryptionKeyHistoryEntry.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
EncryptionKeyHistoryEntry.Builder
Overrides

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public EncryptionKeyHistoryEntry.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Name Description
field FieldDescriptor
index int
value Object
Returns
Type Description
EncryptionKeyHistoryEntry.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final EncryptionKeyHistoryEntry.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
EncryptionKeyHistoryEntry.Builder
Overrides