Run_v1Functions
object Run_v1Functions
Functions
Link copied to clipboard
Get information about a domain mapping.
suspend fun getDomainMapping(argument: suspend GetDomainMappingPlainArgsBuilder.() -> Unit): GetDomainMappingResult
suspend fun getDomainMapping(domainmappingId: String, location: String, project: String? = null): GetDomainMappingResult
Link copied to clipboard
Get information about a job.
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(argument: suspend GetJobIamPolicyPlainArgsBuilder.() -> Unit): GetJobIamPolicyResult
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(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(argument: suspend GetServiceIamPolicyPlainArgsBuilder.() -> Unit): GetServiceIamPolicyResult
suspend fun getServiceIamPolicy(location: String, optionsRequestedPolicyVersion: Int? = null, project: String? = null, serviceId: String): GetServiceIamPolicyResult