create_support_case
Create a support case for a Google Cloud project or organization, providing issue summary, details, classification, and priority. Optionally set subscribers, timezone, and language.
Instructions
Create a new support case and associate it with a parent
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| parent | Yes | The parent resource name (projects/{project_id} or organizations/{org_id}) | |
| priority | Yes | Case priority filter | |
| testCase | No | Whether this case was created for internal API testing | |
| timeZone | No | The timezone of the user who created the support case (IANA format) | |
| description | Yes | A broad description of the issue | |
| displayName | Yes | The short summary of the issue reported in this case | |
| languageCode | No | The language code for support (BCP 47 format) | |
| classification | Yes | The issue classification applicable to this case | |
| subscriberEmailAddresses | No | Email addresses to receive updates on this case |