Cloudfunctionsv2Functions

Functions

Link copied to clipboard

Get information about a Google Cloud Function (2nd gen). For more information see:

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

Retrieves the current IAM policy data for function

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