Uses of Class
com.google.spanner.admin.database.v1.EncryptionConfig.Builder
-
Uses of EncryptionConfig.Builder in com.google.spanner.admin.database.v1
Methods in com.google.spanner.admin.database.v1 that return EncryptionConfig.BuilderModifier and TypeMethodDescriptionEncryptionConfig.Builder.addAllKmsKeyNames(Iterable<String> values) Specifies the KMS configuration for the one or more keys used to encrypt the database.EncryptionConfig.Builder.addKmsKeyNames(String value) Specifies the KMS configuration for the one or more keys used to encrypt the database.EncryptionConfig.Builder.addKmsKeyNamesBytes(com.google.protobuf.ByteString value) Specifies the KMS configuration for the one or more keys used to encrypt the database.EncryptionConfig.Builder.clear()EncryptionConfig.Builder.clearKmsKeyName()The Cloud KMS key to be used for encrypting and decrypting the database.EncryptionConfig.Builder.clearKmsKeyNames()Specifies the KMS configuration for the one or more keys used to encrypt the database.CreateDatabaseRequest.Builder.getEncryptionConfigBuilder()Optional.Database.Builder.getEncryptionConfigBuilder()Output only.EncryptionConfig.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) EncryptionConfig.Builder.mergeFrom(com.google.protobuf.Message other) EncryptionConfig.Builder.mergeFrom(EncryptionConfig other) static EncryptionConfig.BuilderEncryptionConfig.newBuilder()static EncryptionConfig.BuilderEncryptionConfig.newBuilder(EncryptionConfig prototype) EncryptionConfig.newBuilderForType()protected EncryptionConfig.BuilderEncryptionConfig.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) EncryptionConfig.Builder.setKmsKeyName(String value) The Cloud KMS key to be used for encrypting and decrypting the database.EncryptionConfig.Builder.setKmsKeyNameBytes(com.google.protobuf.ByteString value) The Cloud KMS key to be used for encrypting and decrypting the database.EncryptionConfig.Builder.setKmsKeyNames(int index, String value) Specifies the KMS configuration for the one or more keys used to encrypt the database.EncryptionConfig.toBuilder()Methods in com.google.spanner.admin.database.v1 with parameters of type EncryptionConfig.BuilderModifier and TypeMethodDescriptionCreateDatabaseRequest.Builder.setEncryptionConfig(EncryptionConfig.Builder builderForValue) Optional.Database.Builder.setEncryptionConfig(EncryptionConfig.Builder builderForValue) Output only.