googleapis.com

API for Cloud SQL database instance management

🔑 oauth2 53 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 all available database flags for Cloud SQL instances.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://sqladmin.googleapis.com/sql/v1beta4/flags
Lists all available machine types (tiers) for Cloud SQL, for example, `db-cus…
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://sqladmin.googleapis.com/sql/v1beta4/projects/{project}/tiers
Lists instances under a given project.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://sqladmin.googleapis.com/sql/v1beta4/projects/{project}/instances
Endpoints (53 total)
GET
/sql/v1beta4/flags
Lists all available database flags for Cloud SQL instances.
GET
/sql/v1beta4/projects/{project}/tiers
Lists all available machine types (tiers) for Cloud SQL, for example, `db-cus…
GET
/sql/v1beta4/projects/{project}/instances
Lists instances under a given project.
GET
/sql/v1beta4/projects/{project}/operations
Lists all instance operations that have been performed on the given Cloud SQL…
GET
/sql/v1beta4/projects/{project}/instances/{instance}
Retrieves a resource containing information about a Cloud SQL instance.
GET
/sql/v1beta4/projects/{project}/operations/{operation}
Retrieves an instance operation that has been performed on an instance.
GET
/sql/v1beta4/projects/{project}/instances/{instance}/users
Lists users in the specified Cloud SQL instance.
GET
/sql/v1beta4/projects/{project}/instances/{instance}/sslCerts
Lists all of the current SSL certificates for the instance.
GET
/sql/v1beta4/projects/{project}/instances/{instance}/databases
Lists databases in the specified Cloud SQL instance.
GET
/sql/v1beta4/projects/{project}/instances/{instance}/backupRuns
Lists all backup runs associated with the project or a given instance and con…
GET
/sql/v1beta4/projects/{project}/instances/{instance}/users/{name}
Retrieves a resource containing information about a user.
GET
/sql/v1beta4/projects/{project}/instances/{instance}/listServerCas
Lists all of the trusted Certificate Authorities (CAs) for the specified inst…
At a glance
Total SDKs10
Languages6
Endpoints53
Authoauth2
Categories2
https://sqladmin.googleapis.com