public class CustomerManagedEncryption extends Object implements BackupEncryptionConfig, RestoreEncryptionConfig
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
static CustomerManagedEncryption |
fromProtoOrNull(EncryptionConfig proto)
Returns a
CustomerManagedEncryption instance from the given proto, or null
if the given proto is the default proto instance (i.e. |
String |
getKmsKeyName() |
int |
hashCode() |
String |
toString() |
public String getKmsKeyName()
public static CustomerManagedEncryption fromProtoOrNull(EncryptionConfig proto)
CustomerManagedEncryption
instance from the given proto, or null
if the given proto is the default proto instance (i.e. there is no encryption config).Copyright © 2022 Google LLC. All rights reserved.