mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-01-19 09:50:46 +01:00
update dependencies
This commit is contained in:
@@ -108,7 +108,7 @@
|
||||
"attachments": {
|
||||
"methods": {
|
||||
"create": {
|
||||
"description": "Create a file attachment on a case or Cloud resource.",
|
||||
"description": "Create a file attachment on a case or Cloud resource. The attachment object must have the following fields set: filename.",
|
||||
"flatPath": "v2beta/{v2betaId}/{v2betaId1}/attachments",
|
||||
"httpMethod": "POST",
|
||||
"id": "cloudsupport.attachments.create",
|
||||
@@ -117,7 +117,7 @@
|
||||
],
|
||||
"parameters": {
|
||||
"parent": {
|
||||
"description": "Required. The resource name of the case to which attachment should be attached.",
|
||||
"description": "Required. The resource name of the case (or case parent) to which the attachment should be attached.",
|
||||
"location": "path",
|
||||
"pattern": "^[^/]+/[^/]+$",
|
||||
"required": true,
|
||||
@@ -204,7 +204,7 @@
|
||||
]
|
||||
},
|
||||
"create": {
|
||||
"description": "Create a new case and associate it with the given Cloud resource.",
|
||||
"description": "Create a new case and associate it with the given Cloud resource. The case object must have the following fields set: display_name, description, classification, and severity.",
|
||||
"flatPath": "v2beta/{v2betaId}/{v2betaId1}/cases",
|
||||
"httpMethod": "POST",
|
||||
"id": "cloudsupport.cases.create",
|
||||
@@ -285,7 +285,7 @@
|
||||
]
|
||||
},
|
||||
"list": {
|
||||
"description": "Retrieve all cases under the specified parent.",
|
||||
"description": "Retrieve all cases under the specified parent. Note: Listing cases under an Organization returns only the cases directly parented by that organization. To retrieve all cases under an organization, including cases parented by projects under that organization, use `cases.search`.",
|
||||
"flatPath": "v2beta/{v2betaId}/{v2betaId1}/cases",
|
||||
"httpMethod": "GET",
|
||||
"id": "cloudsupport.cases.list",
|
||||
@@ -294,7 +294,7 @@
|
||||
],
|
||||
"parameters": {
|
||||
"filter": {
|
||||
"description": "An expression written in the Cloud filter language. If non-empty, then only cases whose fields match the filter are returned. If empty, then no messages are filtered out. Filter strings can use the following fields: - state (Accepted values: OPEN or CLOSED) - severity (Accepted values: S0, S1, S2, S3, or S4) - creator.email with the operators equals (=) and AND. Additionally, a global restriction (with no operator) can be used to search across displayName, description, and comments (e.g. \"my search\").",
|
||||
"description": "An expression written in filter language. If non-empty, the query returns the cases that match the filter. Else, the query doesn't filter the cases. Filter expressions use the following fields with the operators equals (`=`) and `AND`: - `state`: The accepted values are `OPEN` or `CLOSED`. - `priority`: The accepted values are `P0`, `P1`, `P2`, `P3`, or `P4`. You can specify multiple values for priority using the `OR` operator. For example, `priority=P1 OR priority=P2`. - [DEPRECATED] `severity`: The accepted values are `S0`, `S1`, `S2`, `S3`, or `S4`. - `creator.email`: The email address of the case creator. Examples: - `state=CLOSED` - `state=OPEN AND creator.email=\"tester@example.com\"` - `state=OPEN AND (priority=P0 OR priority=P1)`",
|
||||
"location": "query",
|
||||
"type": "string"
|
||||
},
|
||||
@@ -326,7 +326,7 @@
|
||||
]
|
||||
},
|
||||
"patch": {
|
||||
"description": "Update the specified case. Only a subset of fields (display_name, description, time_zone, subscriber_email_addresses, related_resources, severity, priority, primary_contact, and labels) can be updated.",
|
||||
"description": "Update the specified case. Only a subset of fields can be updated.",
|
||||
"flatPath": "v2beta/{v2betaId}/{v2betaId1}/cases/{casesId}",
|
||||
"httpMethod": "PATCH",
|
||||
"id": "cloudsupport.cases.patch",
|
||||
@@ -342,7 +342,7 @@
|
||||
"type": "string"
|
||||
},
|
||||
"updateMask": {
|
||||
"description": "A field that represents attributes of a case object that should be updated as part of this request. Supported values are severity, display_name, and subscriber_email_addresses. If no fields are specified, all supported fields will be updated. WARNING: If you do not provide a field mask then you may accidentally clear some fields. For example, if you leave field mask empty and do not provide a value for subscriber_email_addresses then subscriber_email_addresses will be updated to empty.",
|
||||
"description": "A list of attributes of the case object that should be updated as part of this request. Supported values are severity, display_name, and subscriber_email_addresses. If no fields are specified, all supported fields are updated. WARNING: If you do not provide a field mask, then you may accidentally clear some fields. For example, if you leave field mask empty and do not provide a value for subscriber_email_addresses, then subscriber_email_addresses is updated to empty.",
|
||||
"format": "google-fieldmask",
|
||||
"location": "query",
|
||||
"type": "string"
|
||||
@@ -378,7 +378,7 @@
|
||||
"type": "string"
|
||||
},
|
||||
"query": {
|
||||
"description": "An expression written in the Cloud filter language. Filter strings can use the following fields: - organization (A name of the form organizations/) - project (A name of the form projects/) - customer (A name of the form customers/) - state (Accepted values: OPEN or CLOSED) - severity (Accepted values: S0, S1, S2, S3, or S4) - creator.email with the operators equals (=) and AND. Additionally, a global restriction (with no key/operator) can be used to search across display_name, description, and comments (e.g. \"my search\"). One of organization, project, or customer field must be specified.",
|
||||
"description": "An expression written in filter language. A query uses the following fields with the operators equals (`=`) and `AND`: - `organization`: An organization name in the form `organizations/`. - `project`: A project name in the form `projects/`. - `state`: The accepted values are `OPEN` or `CLOSED`. - `priority`: The accepted values are `P0`, `P1`, `P2`, `P3`, or `P4`. You can specify multiple values for priority using the `OR` operator. For example, `priority=P1 OR priority=P2`. - [DEPRECATED] `severity`: The accepted values are `S0`, `S1`, `S2`, `S3`, or `S4`. - `creator.email`: The email address of the case creator. - `billingAccount`: A billing account in the form `billingAccounts/` You must specify eitehr `organization` or `project`. To search across `displayName`, `description`, and comments, use a global restriction with no keyword or operator. For example, `\"my search\"`. To search only cases updated after a certain date, use `update_time` retricted with that particular date, time, and timezone in ISO datetime format. For example, `update_time>\"2020-01-01T00:00:00-05:00\"`. `update_time` only supports the greater than operator (`>`). Examples: - `organization=\"organizations/123456789\"` - `project=\"projects/my-project-id\"` - `project=\"projects/123456789\"` - `billing_account=\"billingAccounts/123456-A0B0C0-CUZ789\"` - `organization=\"organizations/123456789\" AND state=CLOSED` - `project=\"projects/my-project-id\" AND creator.email=\"tester@example.com\"` - `project=\"projects/my-project-id\" AND (priority=P0 OR priority=P1)`",
|
||||
"location": "query",
|
||||
"type": "string"
|
||||
}
|
||||
@@ -436,7 +436,7 @@
|
||||
"comments": {
|
||||
"methods": {
|
||||
"create": {
|
||||
"description": "Add a new comment to the specified Case.",
|
||||
"description": "Add a new comment to the specified Case. The comment object must have the following fields set: body.",
|
||||
"flatPath": "v2beta/{v2betaId}/{v2betaId1}/cases/{casesId}/comments",
|
||||
"httpMethod": "POST",
|
||||
"id": "cloudsupport.cases.comments.create",
|
||||
@@ -533,7 +533,7 @@
|
||||
"useMediaDownloadService": true
|
||||
},
|
||||
"upload": {
|
||||
"description": "Create a file attachment on a case or Cloud resource.",
|
||||
"description": "Create a file attachment on a case or Cloud resource. The attachment object must have the following fields set: filename.",
|
||||
"flatPath": "v2beta/{v2betaId}/{v2betaId1}/cases/{casesId}/attachments",
|
||||
"httpMethod": "POST",
|
||||
"id": "cloudsupport.media.upload",
|
||||
@@ -553,7 +553,7 @@
|
||||
],
|
||||
"parameters": {
|
||||
"parent": {
|
||||
"description": "Required. The resource name of the case to which attachment should be attached.",
|
||||
"description": "Required. The resource name of the case (or case parent) to which the attachment should be attached.",
|
||||
"location": "path",
|
||||
"pattern": "^[^/]+/[^/]+/cases/[^/]+$",
|
||||
"required": true,
|
||||
@@ -575,7 +575,7 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"revision": "20220305",
|
||||
"revision": "20230121",
|
||||
"rootUrl": "https://cloudsupport.googleapis.com/",
|
||||
"schemas": {
|
||||
"Actor": {
|
||||
@@ -696,6 +696,10 @@
|
||||
"description": "Whether the case is currently escalated.",
|
||||
"type": "boolean"
|
||||
},
|
||||
"languageCode": {
|
||||
"description": "The language the user has requested to receive support in. This should be a BCP 47 language code (e.g., `\"en\"`, `\"zh-CN\"`, `\"zh-TW\"`, `\"ja\"`, `\"ko\"`). If no language or an unsupported language is specified, this field defaults to English (en). Language selection during case creation may affect your available support options. For a list of supported languages and their support working hours, see: https://cloud.google.com/support/docs/language-working-hours",
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
"description": "The resource name for the case.",
|
||||
"type": "string"
|
||||
@@ -711,7 +715,7 @@
|
||||
"P4"
|
||||
],
|
||||
"enumDescriptions": [
|
||||
"Severity is undefined or has not been set yet.",
|
||||
"Priority is undefined or has not been set yet.",
|
||||
"Extreme impact on a production service. Service is hard down.",
|
||||
"Critical impact on a production service. Service is currently unusable.",
|
||||
"Severe impact on a production service. Service is usable but greatly impaired.",
|
||||
@@ -794,7 +798,7 @@
|
||||
"type": "string"
|
||||
},
|
||||
"id": {
|
||||
"description": "The unique ID for a classification. Must be specified for case creation.",
|
||||
"description": "The unique ID for a classification. Must be specified for case creation. To retrieve valid classification IDs for case creation, use `caseClassifications.search`.",
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user