DataprocFunctions

Functions

Link copied to clipboard
Link copied to clipboard

Retrieves the current IAM policy data for a Dataproc cluster.

suspend fun getClusterIamPolicy(cluster: String, project: String? = null, region: String? = null): GetClusterIamPolicyResult
Link copied to clipboard

Retrieves the current IAM policy data for a Dataproc job.

suspend fun getJobIamPolicy(jobId: String, project: String? = null, region: String? = null): GetJobIamPolicyResult
Link copied to clipboard

Get a Dataproc Metastore service from Google Cloud by its id and location.

suspend fun getMetastoreService(location: String, project: String? = null, serviceId: String): GetMetastoreServiceResult