Package | Description |
---|---|
com.google.api.services.spanner.v1.model |
Modifier and Type | Method and Description |
---|---|
EncryptionConfig |
EncryptionConfig.clone() |
EncryptionConfig |
CreateDatabaseRequest.getEncryptionConfig()
Optional.
|
EncryptionConfig |
Database.getEncryptionConfig()
Output only.
|
EncryptionConfig |
EncryptionConfig.set(String fieldName,
Object value) |
EncryptionConfig |
EncryptionConfig.setKmsKeyName(String kmsKeyName)
The Cloud KMS key to be used for encrypting and decrypting the database.
|
EncryptionConfig |
EncryptionConfig.setKmsKeyNames(List<String> kmsKeyNames)
Specifies the KMS configuration for one or more keys used to encrypt the database.
|
Modifier and Type | Method and Description |
---|---|
CreateDatabaseRequest |
CreateDatabaseRequest.setEncryptionConfig(EncryptionConfig encryptionConfig)
Optional.
|
Database |
Database.setEncryptionConfig(EncryptionConfig encryptionConfig)
Output only.
|
Copyright © 2011–2025 Google. All rights reserved.