Uses of Class
com.google.cloud.alloydb.v1beta.EncryptionConfig
-
Packages that use EncryptionConfig Package Description com.google.cloud.alloydb.v1beta A client to AlloyDB API -
-
Uses of EncryptionConfig in com.google.cloud.alloydb.v1beta
Methods in com.google.cloud.alloydb.v1beta that return EncryptionConfig Modifier and Type Method Description EncryptionConfigEncryptionConfig.Builder. build()EncryptionConfigEncryptionConfig.Builder. buildPartial()static EncryptionConfigEncryptionConfig. getDefaultInstance()EncryptionConfigEncryptionConfig.Builder. getDefaultInstanceForType()EncryptionConfigEncryptionConfig. getDefaultInstanceForType()EncryptionConfigAutomatedBackupPolicy.Builder. getEncryptionConfig()Optional.EncryptionConfigAutomatedBackupPolicy. getEncryptionConfig()Optional.EncryptionConfigAutomatedBackupPolicyOrBuilder. getEncryptionConfig()Optional.EncryptionConfigBackup.Builder. getEncryptionConfig()Optional.EncryptionConfigBackup. getEncryptionConfig()Optional.EncryptionConfigBackupOrBuilder. getEncryptionConfig()Optional.EncryptionConfigCluster.Builder. getEncryptionConfig()Optional.EncryptionConfigCluster. getEncryptionConfig()Optional.EncryptionConfigClusterOrBuilder. getEncryptionConfig()Optional.EncryptionConfigContinuousBackupConfig.Builder. getEncryptionConfig()The encryption config can be specified to encrypt the backups with a customer-managed encryption key (CMEK).EncryptionConfigContinuousBackupConfig. getEncryptionConfig()The encryption config can be specified to encrypt the backups with a customer-managed encryption key (CMEK).EncryptionConfigContinuousBackupConfigOrBuilder. getEncryptionConfig()The encryption config can be specified to encrypt the backups with a customer-managed encryption key (CMEK).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.cloud.alloydb.v1beta 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.cloud.alloydb.v1beta with parameters of type EncryptionConfig Modifier and Type Method Description AutomatedBackupPolicy.BuilderAutomatedBackupPolicy.Builder. mergeEncryptionConfig(EncryptionConfig value)Optional.Backup.BuilderBackup.Builder. mergeEncryptionConfig(EncryptionConfig value)Optional.Cluster.BuilderCluster.Builder. mergeEncryptionConfig(EncryptionConfig value)Optional.ContinuousBackupConfig.BuilderContinuousBackupConfig.Builder. mergeEncryptionConfig(EncryptionConfig value)The encryption config can be specified to encrypt the backups with a customer-managed encryption key (CMEK).EncryptionConfig.BuilderEncryptionConfig.Builder. mergeFrom(EncryptionConfig other)static EncryptionConfig.BuilderEncryptionConfig. newBuilder(EncryptionConfig prototype)AutomatedBackupPolicy.BuilderAutomatedBackupPolicy.Builder. setEncryptionConfig(EncryptionConfig value)Optional.Backup.BuilderBackup.Builder. setEncryptionConfig(EncryptionConfig value)Optional.Cluster.BuilderCluster.Builder. setEncryptionConfig(EncryptionConfig value)Optional.ContinuousBackupConfig.BuilderContinuousBackupConfig.Builder. setEncryptionConfig(EncryptionConfig value)The encryption config can be specified to encrypt the backups with a customer-managed encryption key (CMEK).
-