mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-01-06 19:45:20 +01:00
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:
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user