Uses of Class
com.google.cloud.spanner.encryption.EncryptionInfo
-
Packages that use EncryptionInfo Package Description com.google.cloud.spanner A client for Cloud Spanner - A no-compromise relational database service.com.google.cloud.spanner.encryption -
-
Uses of EncryptionInfo in com.google.cloud.spanner
Methods in com.google.cloud.spanner that return EncryptionInfo Modifier and Type Method Description EncryptionInfoBackupInfo. 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 EncryptionInfo Modifier and Type Method Description static EncryptionInfoEncryptionInfo. fromProtoOrNull(EncryptionInfo proto)Returns aEncryptionInfoinstance from the given proto, ornullif the given proto is the default proto instance (i.e.
-