Cloud Functions Service, gRPC: FunctionService
A set of methods for managing serverless functions.
Methods
Method |
Description |
Returns the specified function. |
|
Retrieves the list of functions in the specified folder. |
|
Creates a function in the specified folder. |
|
Updates the specified function. |
|
Deletes the specified function. |
|
Returns the specified version of a function. |
|
Deprecated. Use GetVersion. |
|
Returns all versions with the specified tag. |
|
Deprecated. Use GetVersionByTag. |
|
Retrieves the list of versions for the specified function, or of all function versions |
|
Deprecated. Use ListVersions. |
|
Deletes the specified version of a function. |
|
Set a tag for the specified version of a function. |
|
Remove a tag from the specified version of a function. |
|
Returns the log of tags assigned to versions of the specified function. |
|
Deprecated. Use ListTagHistory. |
|
Creates a version for the specified function. |
|
Deprecated. Use CreateVersion. |
|
Lists available runtime environments for the specified function. |
|
Lists operations for the specified function. |
|
Lists existing access bindings for the specified function. |
|
Sets access bindings for the function. |
|
Updates access bindings for the specified function. |
|
Lists existing scaling policies for specified function |
|
Set scaling policy for specified function and tag |
|
Remove scaling policy for specified function and tag |