Uses of Class
com.databricks.sdk.service.catalog.GcpServiceAccountKey
-
Packages that use GcpServiceAccountKey Package Description com.databricks.sdk.service.catalog -
-
Uses of GcpServiceAccountKey in com.databricks.sdk.service.catalog
Methods in com.databricks.sdk.service.catalog that return GcpServiceAccountKey Modifier and Type Method Description GcpServiceAccountKeyCreateStorageCredential. getGcpServiceAccountKey()GcpServiceAccountKeyStorageCredentialInfo. getGcpServiceAccountKey()GcpServiceAccountKeyUpdateStorageCredential. getGcpServiceAccountKey()GcpServiceAccountKeyValidateStorageCredential. getGcpServiceAccountKey()GcpServiceAccountKeyGcpServiceAccountKey. setEmail(String email)GcpServiceAccountKeyGcpServiceAccountKey. setPrivateKey(String privateKey)GcpServiceAccountKeyGcpServiceAccountKey. setPrivateKeyId(String privateKeyId)Methods in com.databricks.sdk.service.catalog with parameters of type GcpServiceAccountKey Modifier and Type Method Description CreateStorageCredentialCreateStorageCredential. setGcpServiceAccountKey(GcpServiceAccountKey gcpServiceAccountKey)StorageCredentialInfoStorageCredentialInfo. setGcpServiceAccountKey(GcpServiceAccountKey gcpServiceAccountKey)UpdateStorageCredentialUpdateStorageCredential. setGcpServiceAccountKey(GcpServiceAccountKey gcpServiceAccountKey)ValidateStorageCredentialValidateStorageCredential. setGcpServiceAccountKey(GcpServiceAccountKey gcpServiceAccountKey)
-