Class EncryptionInfo (2.39.2)

public final class EncryptionInfo

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.

Inheritance

Object > EncryptionInfo

Static Methods

fromProto(EncryptionInfo proto)

public static EncryptionInfo fromProto(EncryptionInfo proto)
Parameter
Name Description
proto com.google.bigtable.admin.v2.EncryptionInfo
Returns
Type Description
EncryptionInfo

Methods

equals(Object o)

public boolean equals(Object o)
Parameter
Name Description
o Object
Returns
Type Description
boolean
Overrides

getKmsKeyVersion()

public String getKmsKeyVersion()
Returns
Type Description
String

getStatus()

public Status getStatus()
Returns
Type Description
Status

getType()

public EncryptionInfo.Type getType()
Returns
Type Description
EncryptionInfo.Type

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

toString()

public String toString()
Returns
Type Description
String
Overrides