connections
Creates, updates, deletes, gets or lists a connections
resource.
Overview
Name | connections |
Type | Resource |
Id | google.connectors.connections |
Fields
SELECT
not supported for this resource, use SHOW METHODS
to view available operations for the resource.
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
check_readiness | EXEC | connectionsId, locationsId, projectsId | Reports readiness status of the connector. Similar logic to GetStatus but modified for kubernetes health check to understand. |
check_status | EXEC | connectionsId, locationsId, projectsId | Reports the status of the connection. Note that when the connection is in a state that is not ACTIVE, the implementation of this RPC method must return a Status with the corresponding State instead of returning a gRPC status code that is not "OK", which indicates that ConnectionStatus itself, not the connection, failed. |
exchange_auth_code | EXEC | connectionsId, locationsId, projectsId | ExchangeAuthCode exchanges the OAuth authorization code (and other necessary data) for an access token (and associated credentials). |
execute_sql_query | EXEC | connectionsId, locationsId, projectsId | Executes a SQL statement specified in the body of the request. An example of this SQL statement in the case of Salesforce connector would be 'select * from Account a, Order o where a.Id = o.AccountId'. |
refresh_access_token | EXEC | connectionsId, locationsId, projectsId | RefreshAccessToken exchanges the OAuth refresh token (and other necessary data) for a new access token (and new associated credentials). |