Uses of Class
com.google.cloud.spanner.encryption.EncryptionInfo
Packages that use EncryptionInfo
Package
Description
A client for Cloud Spanner - A no-compromise relational database service.
-
Uses of EncryptionInfo in com.google.cloud.spanner
Methods in com.google.cloud.spanner that return EncryptionInfoModifier and TypeMethodDescriptionBackupInfo.getEncryptionInfo()Returns theEncryptionInfoof the backup if the backup is encrypted, ornullif this backup is not encrypted. -
Uses of EncryptionInfo in com.google.cloud.spanner.encryption
Methods in com.google.cloud.spanner.encryption that return EncryptionInfoModifier and TypeMethodDescriptionstatic EncryptionInfoEncryptionInfo.fromProtoOrNull(EncryptionInfo proto) Returns aEncryptionInfoinstance from the given proto, ornullif the given proto is the default proto instance (i.e. there is no encryption info).