mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-02-23 15:49:49 +01:00
Update the JSON schemas
The command executed was as follows: rm -f .api.deps .cli.deps && FETCH_APIS=1 make update-json -j8
This commit is contained in:
@@ -125,26 +125,6 @@
|
||||
"location": "query",
|
||||
"type": "string"
|
||||
},
|
||||
"product.productLine": {
|
||||
"description": "The Product Line of the Product.",
|
||||
"enum": [
|
||||
"PRODUCT_LINE_UNSPECIFIED",
|
||||
"GOOGLE_CLOUD",
|
||||
"GOOGLE_MAPS"
|
||||
],
|
||||
"enumDescriptions": [
|
||||
"Unknown product type.",
|
||||
"Google Cloud",
|
||||
"Google Maps"
|
||||
],
|
||||
"location": "query",
|
||||
"type": "string"
|
||||
},
|
||||
"product.productSubline": {
|
||||
"description": "The Product Subline of the Product, such as \"Maps Billing\".",
|
||||
"location": "query",
|
||||
"type": "string"
|
||||
},
|
||||
"query": {
|
||||
"description": "An expression used to filter case classifications. If it's an empty string, then no filtering happens. Otherwise, case classifications will be returned that match the filter.",
|
||||
"location": "query",
|
||||
@@ -303,21 +283,6 @@
|
||||
"pattern": "^[^/]+/[^/]+$",
|
||||
"required": true,
|
||||
"type": "string"
|
||||
},
|
||||
"productLine": {
|
||||
"description": "The product line for which to request cases for. If unspecified, only Google Cloud cases will be returned.",
|
||||
"enum": [
|
||||
"PRODUCT_LINE_UNSPECIFIED",
|
||||
"GOOGLE_CLOUD",
|
||||
"GOOGLE_MAPS"
|
||||
],
|
||||
"enumDescriptions": [
|
||||
"Unknown product type.",
|
||||
"Google Cloud",
|
||||
"Google Maps"
|
||||
],
|
||||
"location": "query",
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"path": "v2beta/{+parent}/cases",
|
||||
@@ -583,7 +548,7 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"revision": "20240304",
|
||||
"revision": "20240416",
|
||||
"rootUrl": "https://cloudsupport.googleapis.com/",
|
||||
"schemas": {
|
||||
"Actor": {
|
||||
@@ -818,10 +783,6 @@
|
||||
"id": {
|
||||
"description": "The unique ID for a classification. Must be specified for case creation. To retrieve valid classification IDs for case creation, use `caseClassifications.search`. Classification IDs returned by `caseClassifications.search` are guaranteed to be valid for at least 6 months. If a given classification is deactiveated, it will immediately stop being returned. After 6 months, `case.create` requests using the classification ID will fail.",
|
||||
"type": "string"
|
||||
},
|
||||
"product": {
|
||||
"$ref": "Product",
|
||||
"description": "The full product the classification corresponds to."
|
||||
}
|
||||
},
|
||||
"type": "object"
|
||||
@@ -833,31 +794,32 @@
|
||||
"type": "object"
|
||||
},
|
||||
"Comment": {
|
||||
"description": "Case comments are the main way Google Support communicates with a user who has opened a case. When a user responds to Google Support, the user's responses also appear as comments.",
|
||||
"description": "A comment associated with a support case. Case comments are the primary way for Google Support to communicate with a user who has opened a case. When a user responds to Google Support, the user's responses also appear as comments.",
|
||||
"id": "Comment",
|
||||
"properties": {
|
||||
"body": {
|
||||
"description": "The full comment body. Maximum of 12800 characters. This can contain rich text syntax.",
|
||||
"description": "The full comment body. Maximum of 12800 characters.",
|
||||
"type": "string"
|
||||
},
|
||||
"createTime": {
|
||||
"description": "Output only. The time when this comment was created.",
|
||||
"description": "Output only. The time when the comment was created.",
|
||||
"format": "google-datetime",
|
||||
"readOnly": true,
|
||||
"type": "string"
|
||||
},
|
||||
"creator": {
|
||||
"$ref": "Actor",
|
||||
"description": "Output only. The user or Google Support agent created this comment.",
|
||||
"description": "Output only. The user or Google Support agent who created the comment.",
|
||||
"readOnly": true
|
||||
},
|
||||
"name": {
|
||||
"description": "Output only. The resource name for the comment.",
|
||||
"description": "Output only. Identifier. The resource name of the comment.",
|
||||
"readOnly": true,
|
||||
"type": "string"
|
||||
},
|
||||
"plainTextBody": {
|
||||
"description": "Output only. DEPRECATED. An automatically generated plain text version of body with all rich text syntax stripped.",
|
||||
"deprecated": true,
|
||||
"description": "Output only. DEPRECATED. DO NOT USE. A duplicate of the `body` field. This field is only present for legacy reasons.",
|
||||
"readOnly": true,
|
||||
"type": "string"
|
||||
}
|
||||
@@ -1367,31 +1329,6 @@
|
||||
},
|
||||
"type": "object"
|
||||
},
|
||||
"Product": {
|
||||
"description": "The full product a case may be associated with, including Product Line and Product Subline.",
|
||||
"id": "Product",
|
||||
"properties": {
|
||||
"productLine": {
|
||||
"description": "The Product Line of the Product.",
|
||||
"enum": [
|
||||
"PRODUCT_LINE_UNSPECIFIED",
|
||||
"GOOGLE_CLOUD",
|
||||
"GOOGLE_MAPS"
|
||||
],
|
||||
"enumDescriptions": [
|
||||
"Unknown product type.",
|
||||
"Google Cloud",
|
||||
"Google Maps"
|
||||
],
|
||||
"type": "string"
|
||||
},
|
||||
"productSubline": {
|
||||
"description": "The Product Subline of the Product, such as \"Maps Billing\".",
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"type": "object"
|
||||
},
|
||||
"SearchCaseClassificationsResponse": {
|
||||
"description": "The response message for SearchCaseClassifications endpoint.",
|
||||
"id": "SearchCaseClassificationsResponse",
|
||||
|
||||
Reference in New Issue
Block a user