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 controllers into Google Function containers and connect their actions to the function calls.
Instance methods
getActions
Gets all the actions supported by the controller.
getActions(): CloudFunctionAction[]
- returns: CloudFunctionAction[] - array with supported actions.