Uses of Class
com.google.firestore.admin.v1.Database.EncryptionConfig.Builder
-
Uses of Database.EncryptionConfig.Builder in com.google.firestore.admin.v1
Methods in com.google.firestore.admin.v1 that return Database.EncryptionConfig.BuilderModifier and TypeMethodDescriptionDatabase.EncryptionConfig.Builder.clear()Database.EncryptionConfig.Builder.clearCustomerManagedEncryption()Use Customer Managed Encryption Keys (CMEK) for encryption.Database.EncryptionConfig.Builder.clearEncryptionType()Database.EncryptionConfig.Builder.clearGoogleDefaultEncryption()Use Google default encryption.Database.EncryptionConfig.Builder.clearUseSourceEncryption()The database will use the same encryption configuration as the source.CloneDatabaseRequest.Builder.getEncryptionConfigBuilder()Optional.RestoreDatabaseRequest.Builder.getEncryptionConfigBuilder()Optional.Database.EncryptionConfig.Builder.mergeCustomerManagedEncryption(Database.EncryptionConfig.CustomerManagedEncryptionOptions value) Use Customer Managed Encryption Keys (CMEK) for encryption.Database.EncryptionConfig.Builder.mergeFrom(Database.EncryptionConfig other) Database.EncryptionConfig.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Database.EncryptionConfig.Builder.mergeFrom(com.google.protobuf.Message other) Database.EncryptionConfig.Builder.mergeGoogleDefaultEncryption(Database.EncryptionConfig.GoogleDefaultEncryptionOptions value) Use Google default encryption.Database.EncryptionConfig.Builder.mergeUseSourceEncryption(Database.EncryptionConfig.SourceEncryptionOptions value) The database will use the same encryption configuration as the source.Database.EncryptionConfig.newBuilder()Database.EncryptionConfig.newBuilder(Database.EncryptionConfig prototype) Database.EncryptionConfig.newBuilderForType()protected Database.EncryptionConfig.BuilderDatabase.EncryptionConfig.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) Database.EncryptionConfig.Builder.setCustomerManagedEncryption(Database.EncryptionConfig.CustomerManagedEncryptionOptions value) Use Customer Managed Encryption Keys (CMEK) for encryption.Database.EncryptionConfig.Builder.setCustomerManagedEncryption(Database.EncryptionConfig.CustomerManagedEncryptionOptions.Builder builderForValue) Use Customer Managed Encryption Keys (CMEK) for encryption.Database.EncryptionConfig.Builder.setGoogleDefaultEncryption(Database.EncryptionConfig.GoogleDefaultEncryptionOptions value) Use Google default encryption.Database.EncryptionConfig.Builder.setGoogleDefaultEncryption(Database.EncryptionConfig.GoogleDefaultEncryptionOptions.Builder builderForValue) Use Google default encryption.Database.EncryptionConfig.Builder.setUseSourceEncryption(Database.EncryptionConfig.SourceEncryptionOptions value) The database will use the same encryption configuration as the source.Database.EncryptionConfig.Builder.setUseSourceEncryption(Database.EncryptionConfig.SourceEncryptionOptions.Builder builderForValue) The database will use the same encryption configuration as the source.Database.EncryptionConfig.toBuilder()Methods in com.google.firestore.admin.v1 with parameters of type Database.EncryptionConfig.BuilderModifier and TypeMethodDescriptionCloneDatabaseRequest.Builder.setEncryptionConfig(Database.EncryptionConfig.Builder builderForValue) Optional.RestoreDatabaseRequest.Builder.setEncryptionConfig(Database.EncryptionConfig.Builder builderForValue) Optional.