ProjectsLocationsConnectionsActions
class ProjectsLocationsConnectionsActions extends Resource (View source)
The "actions" collection of methods.
Typical usage is:
$connectorsService = new Google\Service\Connectors(...);
$actions = $connectorsService->projects_locations_connections_actions;
Methods
execute(string $name, ExecuteActionRequest $postBody, array $optParams = [])
Executes 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. (actions.execute)
listProjectsLocationsConnectionsActions(string $parent, array $optParams = [])
Gets the schema of all the actions supported by the connector.
Details
ExecuteActionResponse
execute(string $name, ExecuteActionRequest $postBody, array $optParams = [])
Executes 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. (actions.execute)
Action
get(string $name, array $optParams = [])
Gets the schema of the given action. (actions.get)
ListActionsResponse
listProjectsLocationsConnectionsActions(string $parent, array $optParams = [])
Gets the schema of all the actions supported by the connector.
(actions.listProjectsLocationsConnectionsActions)