docs: update docs (#916)
* fix: re-run script
* test: fix noxfile
diff --git a/docs/dyn/cloudtrace_v1.projects.html b/docs/dyn/cloudtrace_v1.projects.html
index 401cb16..7a5762b 100644
--- a/docs/dyn/cloudtrace_v1.projects.html
+++ b/docs/dyn/cloudtrace_v1.projects.html
@@ -110,11 +110,6 @@
# end-to-end latency of an operation and, optionally, one or more subspans for
# its suboperations. Spans do not need to be contiguous. There may be gaps
# between spans in a trace.
- "endTime": "A String", # End time of the span in nanoseconds from the UNIX epoch.
- "startTime": "A String", # Start time of the span in nanoseconds from the UNIX epoch.
- "kind": "A String", # Distinguishes between spans generated in a particular context. For example,
- # two spans with the same name may be distinguished using `RPC_CLIENT`
- # and `RPC_SERVER` to identify queueing latency associated with the span.
"labels": { # Collection of labels associated with the span. Label keys must be less than
# 128 bytes. Label values must be less than 16 kilobytes (10MB for
# `/stacktrace` values).
@@ -162,6 +157,11 @@
"spanId": "A String", # Identifier for the span. Must be a 64-bit integer other than 0 and
# unique within a trace. For example, `2205310701640571284`.
"parentSpanId": "A String", # Optional. ID of the parent span, if any.
+ "endTime": "A String", # End time of the span in nanoseconds from the UNIX epoch.
+ "startTime": "A String", # Start time of the span in nanoseconds from the UNIX epoch.
+ "kind": "A String", # Distinguishes between spans generated in a particular context. For example,
+ # two spans with the same name may be distinguished using `RPC_CLIENT`
+ # and `RPC_SERVER` to identify queueing latency associated with the span.
},
],
"traceId": "A String", # Globally unique identifier for the trace. This identifier is a 128-bit