ExecuteIntegrationsResponse

The response for executing an integration.

JSON representation
{"executionId":string,"outputParameters":{object},"parameters":{string:{object (ValueType)},...}}
Fields
executionId

string

The id of the execution corresponding to this run of integration.

outputParameters

object (Struct format)

OUTPUT parameters in format of Map<Key,Value>. Where Key is the name of the parameter. Note: name of the system generated parameters are wrapped by backtick(`) to distinguish them from the user defined parameters.

parameters

map (key: string, value: object (ValueType))

Optional. OUTPUT parameters from integration execution.

Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025-08-22 UTC.