An interface used to integrate Google Function services into Google Function containers and connect their actions to the function calls.
Description
The ICloudFunctionService 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 service.
get_actions(): List[CloudFunctionAction]
- returns: List[CloudFunctionAction] - array with supported actions.