Uses of Class
com.google.spanner.admin.database.v1.EncryptionConfig
-
Packages that use EncryptionConfig Package Description com.google.cloud.spanner.encryption com.google.spanner.admin.database.v1 -
-
Uses of EncryptionConfig in com.google.cloud.spanner.encryption
Methods in com.google.cloud.spanner.encryption that return EncryptionConfig Modifier and Type Method Description static EncryptionConfigEncryptionConfigProtoMapper. encryptionConfig(CustomerManagedEncryption config)Returns an encryption config to be used for a database.EncryptionConfigCustomerManagedEncryption. toProto()Methods in com.google.cloud.spanner.encryption with parameters of type EncryptionConfig Modifier and Type Method Description static CustomerManagedEncryptionCustomerManagedEncryption. fromProtoOrNull(EncryptionConfig proto)Returns aCustomerManagedEncryptioninstance from the given proto, ornullif the given proto is the default proto instance (i.e. -
Uses of EncryptionConfig in com.google.spanner.admin.database.v1
Methods in com.google.spanner.admin.database.v1 that return EncryptionConfig Modifier and Type Method Description EncryptionConfigEncryptionConfig.Builder. build()EncryptionConfigEncryptionConfig.Builder. buildPartial()static EncryptionConfigEncryptionConfig. getDefaultInstance()EncryptionConfigEncryptionConfig.Builder. getDefaultInstanceForType()EncryptionConfigEncryptionConfig. getDefaultInstanceForType()EncryptionConfigCreateDatabaseRequest.Builder. getEncryptionConfig()Optional.EncryptionConfigCreateDatabaseRequest. getEncryptionConfig()Optional.EncryptionConfigCreateDatabaseRequestOrBuilder. getEncryptionConfig()Optional.EncryptionConfigDatabase.Builder. getEncryptionConfig()Output only.EncryptionConfigDatabase. getEncryptionConfig()Output only.EncryptionConfigDatabaseOrBuilder. getEncryptionConfig()Output only.static EncryptionConfigEncryptionConfig. parseDelimitedFrom(InputStream input)static EncryptionConfigEncryptionConfig. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static EncryptionConfigEncryptionConfig. parseFrom(byte[] data)static EncryptionConfigEncryptionConfig. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static EncryptionConfigEncryptionConfig. parseFrom(com.google.protobuf.ByteString data)static EncryptionConfigEncryptionConfig. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static EncryptionConfigEncryptionConfig. parseFrom(com.google.protobuf.CodedInputStream input)static EncryptionConfigEncryptionConfig. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static EncryptionConfigEncryptionConfig. parseFrom(InputStream input)static EncryptionConfigEncryptionConfig. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static EncryptionConfigEncryptionConfig. parseFrom(ByteBuffer data)static EncryptionConfigEncryptionConfig. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.spanner.admin.database.v1 that return types with arguments of type EncryptionConfig Modifier and Type Method Description com.google.protobuf.Parser<EncryptionConfig>EncryptionConfig. getParserForType()static com.google.protobuf.Parser<EncryptionConfig>EncryptionConfig. parser()Methods in com.google.spanner.admin.database.v1 with parameters of type EncryptionConfig Modifier and Type Method Description CreateDatabaseRequest.BuilderCreateDatabaseRequest.Builder. mergeEncryptionConfig(EncryptionConfig value)Optional.Database.BuilderDatabase.Builder. mergeEncryptionConfig(EncryptionConfig value)Output only.EncryptionConfig.BuilderEncryptionConfig.Builder. mergeFrom(EncryptionConfig other)static EncryptionConfig.BuilderEncryptionConfig. newBuilder(EncryptionConfig prototype)CreateDatabaseRequest.BuilderCreateDatabaseRequest.Builder. setEncryptionConfig(EncryptionConfig value)Optional.Database.BuilderDatabase.Builder. setEncryptionConfig(EncryptionConfig value)Output only.
-