connections_connection_schema_metadata
Creates, updates, deletes, gets or lists a connections_connection_schema_metadata
resource.
Overview
Name | connections_connection_schema_metadata |
Type | Resource |
Id | google.integrations.connections_connection_schema_metadata |
Fields
Name | Datatype | Description |
---|---|---|
actions | array | List of actions. |
entities | array | List of entity names. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
projects_locations_connections_get_connection_schema_metadata | SELECT | connectionsId, locationsId, projectsId | Lists the available entities and actions associated with a Connection. |
SELECT
examples
Lists the available entities and actions associated with a Connection.
SELECT
actions,
entities
FROM google.integrations.connections_connection_schema_metadata
WHERE connectionsId = '{{ connectionsId }}'
AND locationsId = '{{ locationsId }}'
AND projectsId = '{{ projectsId }}';