Package | Description |
---|---|
com.google.cloud.spanner |
A client for Cloud Spanner - A no-compromise relational database service.
|
com.google.cloud.spanner.encryption |
Modifier and Type | Method and Description |
---|---|
EncryptionInfo |
BackupInfo.getEncryptionInfo()
Returns the
EncryptionInfo of the backup if the backup is encrypted, or null
if this backup is not encrypted. |
Modifier and Type | Method and Description |
---|---|
static EncryptionInfo |
EncryptionInfo.fromProtoOrNull(EncryptionInfo proto)
Returns a
EncryptionInfo instance from the given proto, or null if the
given proto is the default proto instance (i.e. |
Copyright © 2022 Google LLC. All rights reserved.