Cloudfunctions Functions
object 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
suspend fun getFunctionIamPolicy(argument: GetFunctionIamPolicyPlainArgs): GetFunctionIamPolicyResult
Retrieves the current IAM policy data for cloudfunction
suspend fun getFunctionIamPolicy(argument: suspend GetFunctionIamPolicyPlainArgsBuilder.() -> Unit): GetFunctionIamPolicyResult
suspend fun getFunctionIamPolicy(cloudFunction: String, project: String? = null, region: String? = null): GetFunctionIamPolicyResult