Class AlloyDbSettings.EncryptionConfig.Builder (2.82.0)

public static final class AlloyDbSettings.EncryptionConfig.Builder extends GeneratedMessage.Builder<AlloyDbSettings.EncryptionConfig.Builder> implements AlloyDbSettings.EncryptionConfigOrBuilder

EncryptionConfig describes the encryption config of a cluster that is encrypted with a CMEK (customer-managed encryption key).

Protobuf type google.cloud.clouddms.v1.AlloyDbSettings.EncryptionConfig

Static Methods

getDescriptor()

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

Methods

build()

public AlloyDbSettings.EncryptionConfig build()
Returns
Type Description
AlloyDbSettings.EncryptionConfig

buildPartial()

public AlloyDbSettings.EncryptionConfig buildPartial()
Returns
Type Description
AlloyDbSettings.EncryptionConfig

clear()

public AlloyDbSettings.EncryptionConfig.Builder clear()
Returns
Type Description
AlloyDbSettings.EncryptionConfig.Builder
Overrides

clearKmsKeyName()

public AlloyDbSettings.EncryptionConfig.Builder clearKmsKeyName()

The fully-qualified resource name of the KMS key. Each Cloud KMS key is regionalized and has the following format: projects/[PROJECT]/locations/[REGION]/keyRings/[RING]/cryptoKeys/[KEY_NAME]

string kms_key_name = 1;

Returns
Type Description
AlloyDbSettings.EncryptionConfig.Builder

This builder for chaining.

getDefaultInstanceForType()

public AlloyDbSettings.EncryptionConfig getDefaultInstanceForType()
Returns
Type Description
AlloyDbSettings.EncryptionConfig

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getKmsKeyName()

public String getKmsKeyName()

The fully-qualified resource name of the KMS key. Each Cloud KMS key is regionalized and has the following format: projects/[PROJECT]/locations/[REGION]/keyRings/[RING]/cryptoKeys/[KEY_NAME]

string kms_key_name = 1;

Returns
Type Description
String

The kmsKeyName.

getKmsKeyNameBytes()

public ByteString getKmsKeyNameBytes()

The fully-qualified resource name of the KMS key. Each Cloud KMS key is regionalized and has the following format: projects/[PROJECT]/locations/[REGION]/keyRings/[RING]/cryptoKeys/[KEY_NAME]

string kms_key_name = 1;

Returns
Type Description
ByteString

The bytes for kmsKeyName.

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(AlloyDbSettings.EncryptionConfig other)

public AlloyDbSettings.EncryptionConfig.Builder mergeFrom(AlloyDbSettings.EncryptionConfig other)
Parameter
Name Description
other AlloyDbSettings.EncryptionConfig
Returns
Type Description
AlloyDbSettings.EncryptionConfig.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public AlloyDbSettings.EncryptionConfig.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
AlloyDbSettings.EncryptionConfig.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

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

setKmsKeyName(String value)

public AlloyDbSettings.EncryptionConfig.Builder setKmsKeyName(String value)

The fully-qualified resource name of the KMS key. Each Cloud KMS key is regionalized and has the following format: projects/[PROJECT]/locations/[REGION]/keyRings/[RING]/cryptoKeys/[KEY_NAME]

string kms_key_name = 1;

Parameter
Name Description
value String

The kmsKeyName to set.

Returns
Type Description
AlloyDbSettings.EncryptionConfig.Builder

This builder for chaining.

setKmsKeyNameBytes(ByteString value)

public AlloyDbSettings.EncryptionConfig.Builder setKmsKeyNameBytes(ByteString value)

The fully-qualified resource name of the KMS key. Each Cloud KMS key is regionalized and has the following format: projects/[PROJECT]/locations/[REGION]/keyRings/[RING]/cryptoKeys/[KEY_NAME]

string kms_key_name = 1;

Parameter
Name Description
value ByteString

The bytes for kmsKeyName to set.

Returns
Type Description
AlloyDbSettings.EncryptionConfig.Builder

This builder for chaining.