Clean and regen docs (#401)
diff --git a/docs/dyn/dataflow_v1b3.projects.html b/docs/dyn/dataflow_v1b3.projects.html
index a723b9e..0a4d6b7 100644
--- a/docs/dyn/dataflow_v1b3.projects.html
+++ b/docs/dyn/dataflow_v1b3.projects.html
@@ -109,6 +109,10 @@
#
# The VM should be identified by the labels attached to the WorkerMessage that
# this health ping belongs to.
+ "vmStartupTime": "A String", # The time the VM was booted.
+ "reportInterval": "A String", # The interval at which the worker is sending health reports.
+ # The default value of 0 should be interpreted as the field is not being
+ # explicitly set by the worker.
"pods": [ # The pods running on the worker. See:
# http://kubernetes.io/v1.1/docs/api-reference/v1/definitions.html#_v1_pod
#
@@ -118,10 +122,6 @@
"a_key": "", # Properties of the object.
},
],
- "reportInterval": "A String", # The interval at which the worker is sending health reports.
- # The default value of 0 should be interpreted as the field is not being
- # explicitly set by the worker.
- "vmStartupTime": "A String", # The time the VM was booted.
"vmIsHealthy": True or False, # Whether the VM is healthy.
},
"labels": { # Labels are used to group WorkerMessages.
@@ -141,11 +141,11 @@
# go/df-resource-signals.
"cpuTime": [ # CPU utilization samples.
{ # Modeled after information exposed by /proc/stat.
- "timestamp": "A String", # Timestamp of the measurement.
- "rate": 3.14, # Average CPU utilization rate (% non-idle cpu / second) since previous
- # sample.
"totalMs": "A String", # Total active CPU time across all cores (ie., non-idle) in milliseconds
# since start-up.
+ "rate": 3.14, # Average CPU utilization rate (% non-idle cpu / second) since previous
+ # sample.
+ "timestamp": "A String", # Timestamp of the measurement.
},
],
},
@@ -194,6 +194,7 @@
"time": "A String", # The timestamp of the worker_message.
},
],
+ "location": "A String", # The location which contains the job
}
x__xgafv: string, V1 error format.