You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: java-bigquerystorage/google-cloud-bigquerystorage/src/main/java/com/google/cloud/bigquery/storage/v1/ConnectionWorker.java
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -383,13 +383,14 @@ class HealthCheckFields {
383
383
StringstreamName;
384
384
StringwriterId;
385
385
StringwindowStartTime;
386
+
StringwindowDuration;
386
387
}
387
388
388
389
/*
389
390
* Compute current values of all health check metrics.
Copy file name to clipboardExpand all lines: java-bigquerystorage/google-cloud-bigquerystorage/src/test/java/com/google/cloud/bigquery/storage/v1/ConnectionWorkerTest.java
0 commit comments