Skip to main content

actions

Overview

Nameactions
TypeResource
Idgoogle.connectors.actions

Fields

NameDatatypeDescription
namestringName of the action.
inputParametersarrayList containing input parameter metadata.
resultMetadataarrayList containing the metadata of result fields.

Methods

NameAccessible byRequired ParamsDescription
listSELECTconnectionsId, locationsId, projectsIdGets the schema of all the actions supported by the connector.
_listEXECconnectionsId, locationsId, projectsIdGets the schema of all the actions supported by the connector.
executeEXECactionsId, connectionsId, locationsId, projectsIdExecutes an action with the name specified in the request. The input parameters for executing the action are passed through the body of the ExecuteAction request.