googleapis.com

API provider — googleapis.com:area120tables

🔑 oauth2 10 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
Lists tables for the user.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://area120tables.googleapis.com/v1alpha1/tables
Gets a workspace. Returns NOT_FOUND if the workspace does not exist.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://area120tables.googleapis.com/v1alpha1/{name}
Lists workspaces for the user.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://area120tables.googleapis.com/v1alpha1/workspaces
Endpoints (10 total)
GET
/v1alpha1/tables
Lists tables for the user.
GET
/v1alpha1/{name}
Gets a workspace. Returns NOT_FOUND if the workspace does not exist.
GET
/v1alpha1/workspaces
Lists workspaces for the user.
GET
/v1alpha1/{parent}/rows
Lists rows in a table. Returns NOT_FOUND if the table does not exist.
POST
/v1alpha1/{parent}/rows
Creates a row.
POST
/v1alpha1/{parent}/rows:batchCreate
Creates multiple rows.
POST
/v1alpha1/{parent}/rows:batchDelete
Deletes multiple rows.
POST
/v1alpha1/{parent}/rows:batchUpdate
Updates multiple rows.
PATCH
/v1alpha1/{name}
Updates a row.
DELETE
/v1alpha1/{name}
Deletes a row.
At a glance
Total SDKs10
Languages6
Endpoints10
Authoauth2
Categories2
https://area120tables.googleapis.com