Run_v2Functions
object Run_v2Functions
Functions
Link copied to clipboard
Gets information about a Job.
Link copied to clipboard
Gets 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