Class EncryptionInfo
- java.lang.Object
-
- com.google.cloud.bigtable.admin.v2.models.EncryptionInfo
-
public final class EncryptionInfo extends Object
Encryption information for a given resource.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.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
EncryptionInfo.Type
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
static EncryptionInfo
fromProto(EncryptionInfo proto)
String
getKmsKeyVersion()
Status
getStatus()
EncryptionInfo.Type
getType()
int
hashCode()
String
toString()
-
-
-
Method Detail
-
fromProto
public static EncryptionInfo fromProto(EncryptionInfo proto)
-
getType
public EncryptionInfo.Type getType()
-
getKmsKeyVersion
public String getKmsKeyVersion()
-
getStatus
public Status getStatus()
-
-