Package | Description |
---|---|
com.google.cloud.spanner.encryption | |
com.google.spanner.admin.database.v1 |
Modifier and Type | Method and Description |
---|---|
static EncryptionConfig |
EncryptionConfigProtoMapper.encryptionConfig(CustomerManagedEncryption config)
Returns an encryption config to be used for a database.
|
Modifier and Type | Method and Description |
---|---|
static CustomerManagedEncryption |
CustomerManagedEncryption.fromProtoOrNull(EncryptionConfig proto)
Returns a
CustomerManagedEncryption instance from the given proto, or null
if the given proto is the default proto instance (i.e. |
Modifier and Type | Method and Description |
---|---|
Parser<EncryptionConfig> |
EncryptionConfig.getParserForType() |
static Parser<EncryptionConfig> |
EncryptionConfig.parser() |
Modifier and Type | Method and Description |
---|---|
CreateDatabaseRequest.Builder |
CreateDatabaseRequest.Builder.mergeEncryptionConfig(EncryptionConfig value)
Optional.
|
Database.Builder |
Database.Builder.mergeEncryptionConfig(EncryptionConfig value)
Output only.
|
EncryptionConfig.Builder |
EncryptionConfig.Builder.mergeFrom(EncryptionConfig other) |
static EncryptionConfig.Builder |
EncryptionConfig.newBuilder(EncryptionConfig prototype) |
CreateDatabaseRequest.Builder |
CreateDatabaseRequest.Builder.setEncryptionConfig(EncryptionConfig value)
Optional.
|
Database.Builder |
Database.Builder.setEncryptionConfig(EncryptionConfig value)
Output only.
|
Copyright © 2022 Google LLC. All rights reserved.