googleapis.com

Enables users to create and manage connections to Google Cloud services and third-party business applications using the Connectors interface.

🔑 oauth2 11 endpoints analyticsmedia
📄 Docs 📋 OpenAPI spec 🔬 Try in Swagger UI

SDKs by language (10 total)

mcp-toolbox-sdk-python ✓ Official
pip install mcp-toolbox-sdk-python
python-storage ✓ Official
pip install python-storage
python-aiplatform ✓ Official
pip install python-aiplatform
python-genai ✓ Official
pip install python-genai
js-genai ✓ Official
npm install js-genai
go-genai ✓ Official
go get github.com/googleapis/go-genai
sdk-platform-java ✓ Official
# Maven: see https://github.com/googleapis/sdk-platform-java
java-genai ✓ Official
# Maven: see https://github.com/googleapis/java-genai
dotnet-genai ✓ Official
# See https://github.com/googleapis/dotnet-genai
gax-java ✓ Official
# See https://github.com/googleapis/gax-java
curl examples
Gets a single entity row matching the entity type and entity id specified in …
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://connectors.googleapis.com/v2/{name}
Gets the schema of all the actions supported by the connector.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://connectors.googleapis.com/v2/{parent}/actions
Lists entity rows of a particular entity type contained in the request. Note:…
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://connectors.googleapis.com/v2/{parent}/entities
Endpoints (11 total)
GET
/v2/{name}
Gets a single entity row matching the entity type and entity id specified in …
GET
/v2/{parent}/actions
Gets the schema of all the actions supported by the connector.
GET
/v2/{parent}/entities
Lists entity rows of a particular entity type contained in the request. Note:…
GET
/v2/{parent}/entityTypes
Lists metadata related to all entity types present in the external system.
POST
/v2/{name}:execute
Executes an action with the name specified in the request. The input paramete…
POST
/v2/{parent}/entities
Creates a new entity row of the specified entity type in the external system.…
POST
/v2/{connection}:executeSqlQuery
Executes a SQL statement specified in the body of the request. An example of …
POST
/v2/{entityType}/entities:deleteEntitiesWithConditions
Deletes entities based on conditions specified in the request and not on enti…
POST
/v2/{entityType}/entities:updateEntitiesWithConditions
Updates entities based on conditions specified in the request and not on enti…
PATCH
/v2/{name}
Updates an existing entity row matching the entity type and entity id specifi…
DELETE
/v2/{name}
Deletes an existing entity row matching the entity type and entity id specifi…
At a glance
Total SDKs10
Languages6
Endpoints11
Authoauth2
Categories2
https://connectors.googleapis.com