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.name (Total Keys: 2)
- resources.projects.resources.jobs.methods.list.parameters.name (Total Keys: 2)
- resources.projects.resources.locations.resources.jobs.methods.list.parameters.name (Total Keys: 2)
  • Loading branch information
yoshi-automation committed Oct 4, 2022
1 parent 404f0c9 commit ff764b4
Showing 1 changed file with 20 additions and 1 deletion.
21 changes: 20 additions & 1 deletion googleapiclient/discovery_cache/documents/dataflow.v1b3.json
Expand Up @@ -218,6 +218,11 @@
"location": "query",
"type": "string"
},
"name": {
"description": "Optional. The job name. Optional.",
"location": "query",
"type": "string"
},
"pageSize": {
"description": "If there are many jobs, limit response to at most this many. The actual number of jobs returned will be the lesser of max_responses and an unspecified server-defined limit.",
"format": "int32",
Expand Down Expand Up @@ -453,6 +458,11 @@
"location": "query",
"type": "string"
},
"name": {
"description": "Optional. The job name. Optional.",
"location": "query",
"type": "string"
},
"pageSize": {
"description": "If there are many jobs, limit response to at most this many. The actual number of jobs returned will be the lesser of max_responses and an unspecified server-defined limit.",
"format": "int32",
Expand Down Expand Up @@ -1158,6 +1168,11 @@
"required": true,
"type": "string"
},
"name": {
"description": "Optional. The job name. Optional.",
"location": "query",
"type": "string"
},
"pageSize": {
"description": "If there are many jobs, limit response to at most this many. The actual number of jobs returned will be the lesser of max_responses and an unspecified server-defined limit.",
"format": "int32",
Expand Down Expand Up @@ -2225,7 +2240,7 @@
}
}
},
"revision": "20220916",
"revision": "20220920",
"rootUrl": "https://dataflow.googleapis.com/",
"schemas": {
"ApproximateProgress": {
Expand Down Expand Up @@ -4820,6 +4835,10 @@
"$ref": "TransformSummary"
},
"type": "array"
},
"stepNamesHash": {
"description": "A hash value of the submitted pipeline portable graph step names if exists.",
"type": "string"
}
},
"type": "object"
Expand Down

0 comments on commit ff764b4

Please sign in to comment.