Cloudrunv2Functions

Functions

Link copied to clipboard
suspend fun getJob(argument: GetJobPlainArgs): GetJobResult

Get information about a Google Cloud Run v2 Job. For more information see the official documentation and API.

suspend fun getJob(argument: suspend GetJobPlainArgsBuilder.() -> Unit): GetJobResult
suspend fun getJob(location: String? = null, name: String, project: String? = null): GetJobResult
Link copied to clipboard

Retrieves the current IAM policy data for job

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

Get information about a Google Cloud Run v2 Service. For more information see the official documentation and API.

suspend fun getService(argument: suspend GetServicePlainArgsBuilder.() -> Unit): GetServiceResult
suspend fun getService(location: String? = null, name: String, project: String? = null): GetServiceResult
Link copied to clipboard

Retrieves the current IAM policy data for service

suspend fun getServiceIamPolicy(location: String? = null, name: String, project: String? = null): GetServiceIamPolicyResult