Class DatabricksGcpServiceAccountResponse
- java.lang.Object
-
- com.databricks.sdk.service.catalog.DatabricksGcpServiceAccountResponse
-
@Generated public class DatabricksGcpServiceAccountResponse extends Object
-
-
Constructor Summary
Constructors Constructor Description DatabricksGcpServiceAccountResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetCredentialId()StringgetEmail()inthashCode()DatabricksGcpServiceAccountResponsesetCredentialId(String credentialId)DatabricksGcpServiceAccountResponsesetEmail(String email)StringtoString()
-
-
-
Method Detail
-
setCredentialId
public DatabricksGcpServiceAccountResponse setCredentialId(String credentialId)
-
getCredentialId
public String getCredentialId()
-
setEmail
public DatabricksGcpServiceAccountResponse setEmail(String email)
-
getEmail
public String getEmail()
-
-