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
getActions
Gets all the actions supported by the service.
getActions(): CloudFunctionAction[]
- returns: CloudFunctionAction[] - array with supported actions.