Class GcpKeyInfo
- java.lang.Object
-
- com.databricks.sdk.service.provisioning.GcpKeyInfo
-
@Generated public class GcpKeyInfo extends Object
-
-
Constructor Summary
Constructors Constructor Description GcpKeyInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetKmsKeyId()inthashCode()GcpKeyInfosetKmsKeyId(String kmsKeyId)StringtoString()
-
-
-
Method Detail
-
setKmsKeyId
public GcpKeyInfo setKmsKeyId(String kmsKeyId)
-
getKmsKeyId
public String getKmsKeyId()
-
-