Cloudfunctions_v2beta Functions
Functions
Link copied to clipboard
Returns a function with the given name from the requested project.
suspend fun getFunction(argument: suspend GetFunctionPlainArgsBuilder.() -> Unit): GetFunctionResult
suspend fun getFunction(functionId: String, location: String, project: String? = null): GetFunctionResult
Link copied to clipboard
suspend fun getFunctionIamPolicy(argument: GetFunctionIamPolicyPlainArgs): GetFunctionIamPolicyResult
Gets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set.
suspend fun getFunctionIamPolicy(argument: suspend GetFunctionIamPolicyPlainArgsBuilder.() -> Unit): GetFunctionIamPolicyResult
suspend fun getFunctionIamPolicy(functionId: String, location: String, optionsRequestedPolicyVersion: Int? = null, project: String? = null): GetFunctionIamPolicyResult