CloudfunctionsFunctions

Functions

Link copied to clipboard

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

suspend fun getFunction(argument: suspend GetFunctionPlainArgsBuilder.() -> Unit): GetFunctionResult
suspend fun getFunction(name: String, project: String? = null, region: String? = null): GetFunctionResult
Link copied to clipboard

Retrieves the current IAM policy data for cloudfunction

suspend fun getFunctionIamPolicy(cloudFunction: String, project: String? = null, region: String? = null): GetFunctionIamPolicyResult