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 classEncryptionInfo.Type
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)static EncryptionInfofromProto(EncryptionInfo proto)StringgetKmsKeyVersion()StatusgetStatus()EncryptionInfo.TypegetType()inthashCode()StringtoString()
-
-
-
Method Detail
-
fromProto
public static EncryptionInfo fromProto(EncryptionInfo proto)
-
getType
public EncryptionInfo.Type getType()
-
getKmsKeyVersion
public String getKmsKeyVersion()
-
getStatus
public Status getStatus()
-
-