Uses of Class
com.google.cloud.alloydb.v1.EncryptionConfig
-
Packages that use EncryptionConfig Package Description com.google.cloud.alloydb.v1 A client to AlloyDB API -
-
Uses of EncryptionConfig in com.google.cloud.alloydb.v1
Methods in com.google.cloud.alloydb.v1 that return EncryptionConfig Modifier and Type Method Description EncryptionConfig
EncryptionConfig.Builder. build()
EncryptionConfig
EncryptionConfig.Builder. buildPartial()
static EncryptionConfig
EncryptionConfig. getDefaultInstance()
EncryptionConfig
EncryptionConfig.Builder. getDefaultInstanceForType()
EncryptionConfig
EncryptionConfig. getDefaultInstanceForType()
EncryptionConfig
AutomatedBackupPolicy.Builder. getEncryptionConfig()
Optional.EncryptionConfig
AutomatedBackupPolicy. getEncryptionConfig()
Optional.EncryptionConfig
AutomatedBackupPolicyOrBuilder. getEncryptionConfig()
Optional.EncryptionConfig
Backup.Builder. getEncryptionConfig()
Optional.EncryptionConfig
Backup. getEncryptionConfig()
Optional.EncryptionConfig
BackupOrBuilder. getEncryptionConfig()
Optional.EncryptionConfig
Cluster.Builder. getEncryptionConfig()
Optional.EncryptionConfig
Cluster. getEncryptionConfig()
Optional.EncryptionConfig
ClusterOrBuilder. getEncryptionConfig()
Optional.EncryptionConfig
ContinuousBackupConfig.Builder. getEncryptionConfig()
The encryption config can be specified to encrypt the backups with a customer-managed encryption key (CMEK).EncryptionConfig
ContinuousBackupConfig. getEncryptionConfig()
The encryption config can be specified to encrypt the backups with a customer-managed encryption key (CMEK).EncryptionConfig
ContinuousBackupConfigOrBuilder. getEncryptionConfig()
The encryption config can be specified to encrypt the backups with a customer-managed encryption key (CMEK).static EncryptionConfig
EncryptionConfig. parseDelimitedFrom(InputStream input)
static EncryptionConfig
EncryptionConfig. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static EncryptionConfig
EncryptionConfig. parseFrom(byte[] data)
static EncryptionConfig
EncryptionConfig. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static EncryptionConfig
EncryptionConfig. parseFrom(com.google.protobuf.ByteString data)
static EncryptionConfig
EncryptionConfig. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static EncryptionConfig
EncryptionConfig. parseFrom(com.google.protobuf.CodedInputStream input)
static EncryptionConfig
EncryptionConfig. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static EncryptionConfig
EncryptionConfig. parseFrom(InputStream input)
static EncryptionConfig
EncryptionConfig. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static EncryptionConfig
EncryptionConfig. parseFrom(ByteBuffer data)
static EncryptionConfig
EncryptionConfig. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.alloydb.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.cloud.alloydb.v1 with parameters of type EncryptionConfig Modifier and Type Method Description AutomatedBackupPolicy.Builder
AutomatedBackupPolicy.Builder. mergeEncryptionConfig(EncryptionConfig value)
Optional.Backup.Builder
Backup.Builder. mergeEncryptionConfig(EncryptionConfig value)
Optional.Cluster.Builder
Cluster.Builder. mergeEncryptionConfig(EncryptionConfig value)
Optional.ContinuousBackupConfig.Builder
ContinuousBackupConfig.Builder. mergeEncryptionConfig(EncryptionConfig value)
The encryption config can be specified to encrypt the backups with a customer-managed encryption key (CMEK).EncryptionConfig.Builder
EncryptionConfig.Builder. mergeFrom(EncryptionConfig other)
static EncryptionConfig.Builder
EncryptionConfig. newBuilder(EncryptionConfig prototype)
AutomatedBackupPolicy.Builder
AutomatedBackupPolicy.Builder. setEncryptionConfig(EncryptionConfig value)
Optional.Backup.Builder
Backup.Builder. setEncryptionConfig(EncryptionConfig value)
Optional.Cluster.Builder
Cluster.Builder. setEncryptionConfig(EncryptionConfig value)
Optional.ContinuousBackupConfig.Builder
ContinuousBackupConfig.Builder. setEncryptionConfig(EncryptionConfig value)
The encryption config can be specified to encrypt the backups with a customer-managed encryption key (CMEK).
-