Google Cloud Functions
Discover more about the Google Cloud Functions connector and how to use it on the Digibee Integration Platform.
The content of this documentation is under revision and may change. We appreciate your understanding as we work to improve it.
Google Cloud Functions allows you to get and execute Cloud Run functions from Google.
Parameters
Take a look at the configuration parameters for the connector. Parameters supported by Double Braces expressions are marked with (DB)
.
General tab
Parameter | Description | Default value | Data type |
---|---|---|---|
Operation | The operation to perform. The options are: Call Function and Get Function. | N/A | String |
Function Name | The name of the Cloud Run function at Google. | N/A | String |
Account | The service account key to authenticate on the application. Supported type: Google Key. | N/A | GOOGLE-KEY |
Location | The location of the Cloud Run function. | N/A | String |
Project | The name of the Google Cloud project where the Cloud Run function is located. | N/A | String |
Body | The body for calling the function. If you don't pass any parameters, you must at least enter empty brackets | N/A | JSON |
Fail On Error | If the option is activated, the pipeline's execution with an error will be interrupted. Otherwise, the pipeline execution proceeds, but the result will show a false value for the | False | Boolean |
Documentation tab
Parameter | Description | Default value | Data type |
---|---|---|---|
Documentation | Section for documenting any necessary information about the connector configuration and business rules. | N/A | String |
Google Cloud Functions in action
Call Function operation
When you select the Call Function operation, you call the function on Google using an HTTP request.
See an example of the configuration and output:
Configuration
Operation: Call Function
Function Name: helloWorld
Account: google-key-functions
Location: us-central1 (Iowa)
Project: teste-434118
Body:
{ }
Output
Get Function operation
When you select the Get Function operation, you get the Cloud Functions object.
See an example of the configuration and output:
Configuration
Operation: Get Function
Function Name: helloWorld
Account: google-key-functions
Location: us-central1 (Iowa)
Project: teste-434118
Output
Last updated