Skip to main content

connections_connection_schema_metadata

Creates, updates, deletes, gets or lists a connections_connection_schema_metadata resource.

Overview

Nameconnections_connection_schema_metadata
TypeResource
Idgoogle.integrations.connections_connection_schema_metadata

Fields

NameDatatypeDescription
actionsarrayList of actions.
entitiesarrayList of entity names.

Methods

NameAccessible byRequired ParamsDescription
projects_locations_connections_get_connection_schema_metadataSELECTconnectionsId, locationsId, projectsIdLists 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 }}';