docs: update docs (#916)
* fix: re-run script
* test: fix noxfile
diff --git a/docs/dyn/toolresults_v1beta3.perfMetricsSummary.html b/docs/dyn/toolresults_v1beta3.perfMetricsSummary.html
index 8129552..7c22af9 100644
--- a/docs/dyn/toolresults_v1beta3.perfMetricsSummary.html
+++ b/docs/dyn/toolresults_v1beta3.perfMetricsSummary.html
@@ -95,6 +95,8 @@
The object takes the form of:
{ # A summary of perf metrics collected and performance environment info
+ "stepId": "A String", # A tool results step ID.
+ # @OutputOnly
"historyId": "A String", # A tool results history ID.
# @OutputOnly
"perfEnvironment": { # Encapsulates performance environment info # Describes the environment in which the performance metrics were collected
@@ -114,10 +116,6 @@
# For more info see:
# https://developer.android.com/training/testing/performance.html
# Statistics will only be present for API 23+.
- "p95Millis": "A String", # 95th percentile frame render time in milliseconds.
- "missedVsyncCount": "A String", # Total "missed vsync" events.
- "p90Millis": "A String", # 90th percentile frame render time in milliseconds.
- "jankyFrames": "A String", # Total frames with slow render time. Should be <= total_frames.
"slowBitmapUploadCount": "A String", # Total "slow bitmap upload" events.
"buckets": [ # Histogram of frame render times. There should be 154 buckets ranging from
# [5ms, 6ms) to [4950ms, infinity)
@@ -132,6 +130,10 @@
"p99Millis": "A String", # 99th percentile frame render time in milliseconds.
"slowDrawCount": "A String", # Total "slow draw" events.
"highInputLatencyCount": "A String", # Total "high input latency" events.
+ "p95Millis": "A String", # 95th percentile frame render time in milliseconds.
+ "missedVsyncCount": "A String", # Total "missed vsync" events.
+ "p90Millis": "A String", # 90th percentile frame render time in milliseconds.
+ "jankyFrames": "A String", # Total frames with slow render time. Should be <= total_frames.
},
"projectId": "A String", # The cloud project
# @OutputOnly
@@ -148,15 +150,15 @@
# or "month". It is related to Timestamp in that the difference between
# two Timestamp values is a Duration and it can be added or subtracted
# from a Timestamp. Range is approximately +-10,000 years.
+ "seconds": "A String", # Signed seconds of the span of time. Must be from -315,576,000,000
+ # to +315,576,000,000 inclusive. Note: these bounds are computed from:
+ # 60 sec/min * 60 min/hr * 24 hr/day * 365.25 days/year * 10000 years
"nanos": 42, # Signed fractions of a second at nanosecond resolution of the span
# of time. Durations less than one second are represented with a 0
# `seconds` field and a positive or negative `nanos` field. For durations
# of one second or more, a non-zero value for the `nanos` field must be
# of the same sign as the `seconds` field. Must be from -999,999,999
# to +999,999,999 inclusive.
- "seconds": "A String", # Signed seconds of the span of time. Must be from -315,576,000,000
- # to +315,576,000,000 inclusive. Note: these bounds are computed from:
- # 60 sec/min * 60 min/hr * 24 hr/day * 365.25 days/year * 10000 years
},
"fullyDrawnTime": { # # Optional. The time from app start to reaching the developer-reported
# "fully drawn" time. This is only stored if the app includes a call to
@@ -168,21 +170,19 @@
# or "month". It is related to Timestamp in that the difference between
# two Timestamp values is a Duration and it can be added or subtracted
# from a Timestamp. Range is approximately +-10,000 years.
+ "seconds": "A String", # Signed seconds of the span of time. Must be from -315,576,000,000
+ # to +315,576,000,000 inclusive. Note: these bounds are computed from:
+ # 60 sec/min * 60 min/hr * 24 hr/day * 365.25 days/year * 10000 years
"nanos": 42, # Signed fractions of a second at nanosecond resolution of the span
# of time. Durations less than one second are represented with a 0
# `seconds` field and a positive or negative `nanos` field. For durations
# of one second or more, a non-zero value for the `nanos` field must be
# of the same sign as the `seconds` field. Must be from -999,999,999
# to +999,999,999 inclusive.
- "seconds": "A String", # Signed seconds of the span of time. Must be from -315,576,000,000
- # to +315,576,000,000 inclusive. Note: these bounds are computed from:
- # 60 sec/min * 60 min/hr * 24 hr/day * 365.25 days/year * 10000 years
},
},
"executionId": "A String", # A tool results execution ID.
# @OutputOnly
- "stepId": "A String", # A tool results step ID.
- # @OutputOnly
}
x__xgafv: string, V1 error format.
@@ -194,6 +194,8 @@
An object of the form:
{ # A summary of perf metrics collected and performance environment info
+ "stepId": "A String", # A tool results step ID.
+ # @OutputOnly
"historyId": "A String", # A tool results history ID.
# @OutputOnly
"perfEnvironment": { # Encapsulates performance environment info # Describes the environment in which the performance metrics were collected
@@ -213,10 +215,6 @@
# For more info see:
# https://developer.android.com/training/testing/performance.html
# Statistics will only be present for API 23+.
- "p95Millis": "A String", # 95th percentile frame render time in milliseconds.
- "missedVsyncCount": "A String", # Total "missed vsync" events.
- "p90Millis": "A String", # 90th percentile frame render time in milliseconds.
- "jankyFrames": "A String", # Total frames with slow render time. Should be <= total_frames.
"slowBitmapUploadCount": "A String", # Total "slow bitmap upload" events.
"buckets": [ # Histogram of frame render times. There should be 154 buckets ranging from
# [5ms, 6ms) to [4950ms, infinity)
@@ -231,6 +229,10 @@
"p99Millis": "A String", # 99th percentile frame render time in milliseconds.
"slowDrawCount": "A String", # Total "slow draw" events.
"highInputLatencyCount": "A String", # Total "high input latency" events.
+ "p95Millis": "A String", # 95th percentile frame render time in milliseconds.
+ "missedVsyncCount": "A String", # Total "missed vsync" events.
+ "p90Millis": "A String", # 90th percentile frame render time in milliseconds.
+ "jankyFrames": "A String", # Total frames with slow render time. Should be <= total_frames.
},
"projectId": "A String", # The cloud project
# @OutputOnly
@@ -247,15 +249,15 @@
# or "month". It is related to Timestamp in that the difference between
# two Timestamp values is a Duration and it can be added or subtracted
# from a Timestamp. Range is approximately +-10,000 years.
+ "seconds": "A String", # Signed seconds of the span of time. Must be from -315,576,000,000
+ # to +315,576,000,000 inclusive. Note: these bounds are computed from:
+ # 60 sec/min * 60 min/hr * 24 hr/day * 365.25 days/year * 10000 years
"nanos": 42, # Signed fractions of a second at nanosecond resolution of the span
# of time. Durations less than one second are represented with a 0
# `seconds` field and a positive or negative `nanos` field. For durations
# of one second or more, a non-zero value for the `nanos` field must be
# of the same sign as the `seconds` field. Must be from -999,999,999
# to +999,999,999 inclusive.
- "seconds": "A String", # Signed seconds of the span of time. Must be from -315,576,000,000
- # to +315,576,000,000 inclusive. Note: these bounds are computed from:
- # 60 sec/min * 60 min/hr * 24 hr/day * 365.25 days/year * 10000 years
},
"fullyDrawnTime": { # # Optional. The time from app start to reaching the developer-reported
# "fully drawn" time. This is only stored if the app includes a call to
@@ -267,21 +269,19 @@
# or "month". It is related to Timestamp in that the difference between
# two Timestamp values is a Duration and it can be added or subtracted
# from a Timestamp. Range is approximately +-10,000 years.
+ "seconds": "A String", # Signed seconds of the span of time. Must be from -315,576,000,000
+ # to +315,576,000,000 inclusive. Note: these bounds are computed from:
+ # 60 sec/min * 60 min/hr * 24 hr/day * 365.25 days/year * 10000 years
"nanos": 42, # Signed fractions of a second at nanosecond resolution of the span
# of time. Durations less than one second are represented with a 0
# `seconds` field and a positive or negative `nanos` field. For durations
# of one second or more, a non-zero value for the `nanos` field must be
# of the same sign as the `seconds` field. Must be from -999,999,999
# to +999,999,999 inclusive.
- "seconds": "A String", # Signed seconds of the span of time. Must be from -315,576,000,000
- # to +315,576,000,000 inclusive. Note: these bounds are computed from:
- # 60 sec/min * 60 min/hr * 24 hr/day * 365.25 days/year * 10000 years
},
},
"executionId": "A String", # A tool results execution ID.
# @OutputOnly
- "stepId": "A String", # A tool results step ID.
- # @OutputOnly
}</pre>
</div>