Google Cloud Functions

Discover more about the Google Cloud Functions connector and how to use it on the Digibee Integration Platform.

Important information:

  • This documentation is currently available only in English but will soon be translated into Portuguese.

  • The content is under revision and may change. We appreciate your understanding as we work to improve the documentation.

Manage and invoke Google Cloud Functions

Parameters

Take a look at the configuration options for the component. Parameters supported by Double Braces expressions are marked with (DB).

Required Tab

ParameterDescriptionDefault valueData type

Function Name (DB)

The user-defined name of the function

N/A

string

Fail On Error

If true will stop pipeline with an error, if false will let the pipeline continue but the output will show a property success with value false

false

boolean

Optional Tab

ParameterDescriptionDefault valueData type

Service Account Key (DB)

Service account key to authenticate an application as a service account

N/A

string

Location (DB)

The Google Cloud Location (Region) where the Function is located

N/A

string

Operation

The operation to perform on the producer.

string

Pojo Request

Specifies if the request is a pojo request

false

boolean

Project (DB)

The Google Cloud Project name where the Function is located

N/A

string

Headers Tab

ParameterDescriptionDefault valueData type

GoogleCloudFunctionsOperation

The operation to perform

string

GoogleCloudFunctionsEntryPoint (DB)

The name of the function (as defined in source code) that will be executed. Used for createFunction operation

N/A

string

GoogleCloudFunctionsRuntime (DB)

The runtime in which to run the function. Possible values are: nodejs10 nodejs12 nodejs14 python37 python38 python39 go111 go113 java11 dotnet3 ruby26 nodejs6 nodejs8 Used for createFunction operation.

N/A

string

GoogleCloudFunctionsSourceArchiveUrl (DB)

The Google Cloud Storage URL, starting with gs://, pointing to the zip archive which contains the function. Used for createFunction operation.

N/A

string

GoogleCloudFunctionsResponseObject (DB)

The response object resulting from the Google Functions Client invocation

N/A

JSON

Successful executions should output at least a property "success": true

Last updated