update all APIs

Like documented in the README

```
rm -f .api.deps .cli.deps && FETCH_APIS=1 make update-json -j8
```
This commit is contained in:
Sebastian Thiel
2024-03-05 18:54:36 +01:00
parent 8a12e9d47e
commit ca974aa0a5
347 changed files with 202580 additions and 50157 deletions

View File

@@ -176,17 +176,6 @@
"location": "query",
"type": "string"
},
"pageSize": {
"description": "Optional requested page size. Server may return fewer devices than requested. If unspecified, server will pick an appropriate default.",
"format": "int32",
"location": "query",
"type": "integer"
},
"pageToken": {
"description": "Optional token of the page to retrieve.",
"location": "query",
"type": "string"
},
"parent": {
"description": "The parent enterprise to list devices under. E.g. \"enterprises/XYZ\".",
"location": "path",
@@ -246,17 +235,6 @@
"location": "query",
"type": "string"
},
"pageSize": {
"description": "Requested page size. Server may return fewer structures than requested. If unspecified, server will pick an appropriate default.",
"format": "int32",
"location": "query",
"type": "integer"
},
"pageToken": {
"description": "The token of the page to retrieve.",
"location": "query",
"type": "string"
},
"parent": {
"description": "The parent enterprise to list structures under. E.g. \"enterprises/XYZ\".",
"location": "path",
@@ -311,17 +289,6 @@
"parent"
],
"parameters": {
"pageSize": {
"description": "Requested page size. Server may return fewer rooms than requested. If unspecified, server will pick an appropriate default.",
"format": "int32",
"location": "query",
"type": "integer"
},
"pageToken": {
"description": "The token of the page to retrieve.",
"location": "query",
"type": "string"
},
"parent": {
"description": "The parent resource name of the rooms requested. For example: \"enterprises/XYZ/structures/ABC\".",
"location": "path",
@@ -345,7 +312,7 @@
}
}
},
"revision": "20230112",
"revision": "20240218",
"rootUrl": "https://smartdevicemanagement.googleapis.com/",
"schemas": {
"GoogleHomeEnterpriseSdmV1Device": {
@@ -424,10 +391,6 @@
"$ref": "GoogleHomeEnterpriseSdmV1Device"
},
"type": "array"
},
"nextPageToken": {
"description": "The pagination token to retrieve the next page of results.",
"type": "string"
}
},
"type": "object"
@@ -436,10 +399,6 @@
"description": "Response message for SmartDeviceManagementService.ListRooms",
"id": "GoogleHomeEnterpriseSdmV1ListRoomsResponse",
"properties": {
"nextPageToken": {
"description": "The pagination token to retrieve the next page of results. If this field is omitted, there are no subsequent pages.",
"type": "string"
},
"rooms": {
"description": "The list of rooms.",
"items": {
@@ -454,10 +413,6 @@
"description": "Response message for SmartDeviceManagementService.ListStructures",
"id": "GoogleHomeEnterpriseSdmV1ListStructuresResponse",
"properties": {
"nextPageToken": {
"description": "The pagination token to retrieve the next page of results. If this field is omitted, there are no subsequent pages.",
"type": "string"
},
"structures": {
"description": "The list of structures.",
"items": {