An interface used to integrate Google Function services into Google Function containers and connect their actions to the function calls.
Description
The ICloudFunctionController interface allows you to integrate Google Function services into Google Function containers and connect their actions to the function calls.
Instance methods
get_actions
Gets all the actions supported by the controller.
get_actions(): List[CloudFunctionAction]
- returns: List[CloudFunctionAction] - array with supported actions.