This package contains interfaces and classes used to create services that do operations via the Google Function protocol.
Interfaces
ICloudFunctionService
An interface that allows to integrate Google Function services into Google Function containers and connect their actions to the function calls.
Classes
CloudFunctionAction
Defines some fields such as action, cmd and schema.
CloudFunctionService
Abstract service that receives remove calls via the Google Function protocol.
CommandableCloudFunctionService
Abstract service that receives commands via the Google Function protocol to operations automatically generated for commands defined in ICommandable components.