Skip to content

Commit

Permalink
fix(dataflow): update the API
Browse files Browse the repository at this point in the history
#### dataflow:v1b3
The following keys were changed:
- schemas.Job.properties.steps.description
  • Loading branch information
yoshi-automation authored and JustinBeckwith committed Jul 25, 2020
1 parent 6e25475 commit 13c8527
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions discovery/dataflow-v1b3.json
Original file line number Diff line number Diff line change
Expand Up @@ -2233,7 +2233,7 @@
}
}
},
"revision": "20200703",
"revision": "20200713",
"rootUrl": "https://dataflow.googleapis.com/",
"schemas": {
"ApproximateProgress": {
Expand Down Expand Up @@ -3678,7 +3678,7 @@
"type": "string"
},
"steps": {
"description": "Exactly one of step or steps_location should be specified.\n\nThe top-level steps that constitute the entire job.",
"description": "Exactly one of step or steps_location should be specified.\n\nThe top-level steps that constitute the entire job. Only retrieved with\nJOB_VIEW_ALL.",
"items": {
"$ref": "Step"
},
Expand Down
2 changes: 1 addition & 1 deletion src/apis/dataflow/v1b3.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1139,7 +1139,7 @@ export namespace dataflow_v1b3 {
*/
startTime?: string | null;
/**
* Exactly one of step or steps_location should be specified. The top-level steps that constitute the entire job.
* Exactly one of step or steps_location should be specified. The top-level steps that constitute the entire job. Only retrieved with JOB_VIEW_ALL.
*/
steps?: Schema$Step[];
/**
Expand Down

0 comments on commit 13c8527

Please sign in to comment.