public final class EncryptionInfo extends Object
If this resource is protected with customer managed encryption, the in-use Google Cloud Key Management Service (KMS) key versions will be specified along with their status.
| Modifier and Type | Class and Description |
|---|---|
static class |
EncryptionInfo.Type |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
static EncryptionInfo |
fromProto(EncryptionInfo proto) |
String |
getKmsKeyVersion() |
Status |
getStatus() |
EncryptionInfo.Type |
getType() |
int |
hashCode() |
String |
toString() |
public static EncryptionInfo fromProto(EncryptionInfo proto)
public EncryptionInfo.Type getType()
public String getKmsKeyVersion()
public Status getStatus()
Copyright © 2023 Google LLC. All rights reserved.