chore: update generated docs (#1115)
This PR was generated using Autosynth. :rainbow:
Synth log will be available here:
https://source.cloud.google.com/results/invocations/2ed9ab0e-55b4-4ab2-aede-c95e765f7376/targets
- [x] To automatically regenerate this PR, check this box.
Source-Link: https://github.com/googleapis/discovery-artifact-manager/commit/0bed8bdae25d545e796cfcdd7a9bfffff11e69da
Source-Link: https://github.com/googleapis/synthtool/commit/c2de32114ec484aa708d32012d1fa8d75232daf5
diff --git a/docs/dyn/dataflow_v1b3.projects.jobs.debug.html b/docs/dyn/dataflow_v1b3.projects.jobs.debug.html
index 8c2ddb4..574db48 100644
--- a/docs/dyn/dataflow_v1b3.projects.jobs.debug.html
+++ b/docs/dyn/dataflow_v1b3.projects.jobs.debug.html
@@ -100,9 +100,9 @@
The object takes the form of:
{ # Request to get updated debug configuration for component.
- "componentId": "A String", # The internal component id for which debug configuration is requested.
"location": "A String", # The [regional endpoint] (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints) that contains the job specified by job_id.
"workerId": "A String", # The worker id, i.e., VM hostname.
+ "componentId": "A String", # The internal component id for which debug configuration is requested.
}
x__xgafv: string, V1 error format.
@@ -129,10 +129,10 @@
The object takes the form of:
{ # Request to send encoded debug information.
- "location": "A String", # The [regional endpoint] (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints) that contains the job specified by job_id.
+ "data": "A String", # The encoded debug information.
"workerId": "A String", # The worker id, i.e., VM hostname.
"componentId": "A String", # The internal component id for which debug information is sent.
- "data": "A String", # The encoded debug information.
+ "location": "A String", # The [regional endpoint] (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints) that contains the job specified by job_id.
}
x__xgafv: string, V1 error format.