googleapis.com

Manages Google Cloud technical support cases for Customer Care support offerings.

🔑 oauth2 13 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
Retrieve the specified case.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://cloudsupport.googleapis.com/v2beta/{name}
Search cases using the specified query.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://cloudsupport.googleapis.com/v2beta/cases:search
Retrieve all cases under the specified parent. Note: Listing cases under an O…
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://cloudsupport.googleapis.com/v2beta/{parent}/cases
Endpoints (13 total)
GET
/v2beta/{name}
Retrieve the specified case.
GET
/v2beta/cases:search
Search cases using the specified query.
GET
/v2beta/{parent}/cases
Retrieve all cases under the specified parent. Note: Listing cases under an O…
GET
/v2beta/{name}:download
Download a file attachment on a case. Note: HTTP requests must append "?alt=m…
GET
/v2beta/{parent}/comments
Retrieve all Comments associated with the Case object.
GET
/v2beta/{parent}/attachments
Retrieve all attachments associated with a support case.
GET
/v2beta/caseClassifications:search
Retrieve valid classifications to be used when creating a support case. The c…
POST
/v2beta/{name}:close
Close the specified case.
POST
/v2beta/{parent}/cases
Create a new case and associate it with the given Cloud resource. The case ob…
POST
/v2beta/{name}:escalate
Escalate a case. Escalating a case will initiate the Cloud Support escalation…
POST
/v2beta/{parent}/comments
Add a new comment to the specified Case. The comment object must have the fol…
POST
/v2beta/{parent}/attachments
Create a file attachment on a case or Cloud resource. The attachment object m…
At a glance
Total SDKs10
Languages6
Endpoints13
Authoauth2
Categories2
https://cloudsupport.googleapis.com