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

@@ -257,7 +257,7 @@
}
}
},
"revision": "20230112",
"revision": "20240223",
"rootUrl": "https://cloudtrace.googleapis.com/",
"schemas": {
"Empty": {
@@ -311,7 +311,7 @@
"id": "TraceSpan",
"properties": {
"endTime": {
"description": "End time of the span in nanoseconds from the UNIX epoch.",
"description": "End time of the span in seconds and nanoseconds from the UNIX epoch.",
"format": "google-datetime",
"type": "string"
},
@@ -351,7 +351,7 @@
"type": "string"
},
"startTime": {
"description": "Start time of the span in nanoseconds from the UNIX epoch.",
"description": "Start time of the span in seconds and nanoseconds from the UNIX epoch.",
"format": "google-datetime",
"type": "string"
}