Run_v1Functions

Functions

Link copied to clipboard

Get information about a domain mapping.

suspend fun getDomainMapping(domainmappingId: String, location: String, project: String? = null): GetDomainMappingResult
Link copied to clipboard
suspend fun getJob(argument: GetJobPlainArgs): GetJobResult

Get information about a job.

suspend fun getJob(argument: suspend GetJobPlainArgsBuilder.() -> Unit): GetJobResult
suspend fun getJob(jobId: String, namespaceId: String): GetJobResult
Link copied to clipboard

Get the IAM Access Control policy currently in effect for the given job. This result does not include any inherited policies.

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

Gets information about a service.

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

Gets the IAM Access Control policy currently in effect for the given Cloud Run service. This result does not include any inherited policies.

suspend fun getServiceIamPolicy(location: String, optionsRequestedPolicyVersion: Int? = null, project: String? = null, serviceId: String): GetServiceIamPolicyResult