Class GcpServiceAccountKey
- java.lang.Object
-
- com.databricks.sdk.service.catalog.GcpServiceAccountKey
-
@Generated public class GcpServiceAccountKey extends Object
-
-
Constructor Summary
Constructors Constructor Description GcpServiceAccountKey()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetEmail()StringgetPrivateKey()StringgetPrivateKeyId()inthashCode()GcpServiceAccountKeysetEmail(String email)GcpServiceAccountKeysetPrivateKey(String privateKey)GcpServiceAccountKeysetPrivateKeyId(String privateKeyId)StringtoString()
-
-
-
Method Detail
-
setEmail
public GcpServiceAccountKey setEmail(String email)
-
getEmail
public String getEmail()
-
setPrivateKey
public GcpServiceAccountKey setPrivateKey(String privateKey)
-
getPrivateKey
public String getPrivateKey()
-
setPrivateKeyId
public GcpServiceAccountKey setPrivateKeyId(String privateKeyId)
-
getPrivateKeyId
public String getPrivateKeyId()
-
-