diff --git a/googleapiclient/discovery_cache/documents/dataflow.v1b3.json b/googleapiclient/discovery_cache/documents/dataflow.v1b3.json index 7d257eae961..eae72a5d1e8 100644 --- a/googleapiclient/discovery_cache/documents/dataflow.v1b3.json +++ b/googleapiclient/discovery_cache/documents/dataflow.v1b3.json @@ -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", @@ -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", @@ -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", @@ -2225,7 +2240,7 @@ } } }, - "revision": "20220916", + "revision": "20220920", "rootUrl": "https://dataflow.googleapis.com/", "schemas": { "ApproximateProgress": { @@ -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"