Skip to content

Commit

Permalink
feat(dataflow): update the api
Browse files Browse the repository at this point in the history
#### dataflow:v1b3

The following keys were added:
- resources.projects.resources.jobs.methods.aggregated.parameters.view.deprecated (Total Keys: 1)
- resources.projects.resources.jobs.methods.list.parameters.view.deprecated (Total Keys: 1)
- resources.projects.resources.locations.resources.jobs.methods.list.parameters.view.deprecated (Total Keys: 1)
  • Loading branch information
yoshi-automation committed May 30, 2023
1 parent c7fbcc1 commit fd19fd0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion googleapiclient/discovery_cache/documents/dataflow.v1b3.json
Expand Up @@ -241,6 +241,7 @@
"type": "string"
},
"view": {
"deprecated": true,
"description": "Deprecated. ListJobs always returns summaries now. Use GetJob for other JobViews.",
"enum": [
"JOB_VIEW_UNKNOWN",
Expand Down Expand Up @@ -481,6 +482,7 @@
"type": "string"
},
"view": {
"deprecated": true,
"description": "Deprecated. ListJobs always returns summaries now. Use GetJob for other JobViews.",
"enum": [
"JOB_VIEW_UNKNOWN",
Expand Down Expand Up @@ -1197,6 +1199,7 @@
"type": "string"
},
"view": {
"deprecated": true,
"description": "Deprecated. ListJobs always returns summaries now. Use GetJob for other JobViews.",
"enum": [
"JOB_VIEW_UNKNOWN",
Expand Down Expand Up @@ -2211,7 +2214,7 @@
}
}
},
"revision": "20230514",
"revision": "20230524",
"rootUrl": "https://dataflow.googleapis.com/",
"schemas": {
"ApproximateProgress": {
Expand Down

0 comments on commit fd19fd0

Please sign in to comment.