CloudrunFunctions

Functions

Link copied to clipboard

Get Cloud Run locations available for a project. To get more information about Cloud Run, see:

suspend fun getLocations(project: String? = null): GetLocationsResult
Link copied to clipboard

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

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

Retrieves the current IAM policy data for service

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