class ProjectsLocationsConnectionsRuntimeActionSchemas extends Resource (View source)

The "runtimeActionSchemas" collection of methods.

Typical usage is:

 $integrationsService = new Google\Service\Integrations(...);
 $runtimeActionSchemas = $integrationsService->projects_locations_connections_runtimeActionSchemas;

Methods

listProjectsLocationsConnectionsRuntimeActionSchemas(string $parent, array $optParams = [])

Lists the JSON schemas for the inputs and outputs of actions, filtered by action name.

Details

GoogleCloudIntegrationsV1alphaListRuntimeActionSchemasResponse listProjectsLocationsConnectionsRuntimeActionSchemas(string $parent, array $optParams = [])

Lists the JSON schemas for the inputs and outputs of actions, filtered by action name.

(runtimeActionSchemas.listProjectsLocationsConnectionsRuntimeActionSchemas)

Parameters

string $parent

Required. Parent resource of RuntimeActionSchema. Format: projects/{project}/locations/{location}/connections/{connection}

array $optParams

Optional parameters.

Return Value

GoogleCloudIntegrationsV1alphaListRuntimeActionSchemasResponse

Exceptions

Exception