From ff764b43fb1460be84361acd97d777524273902c Mon Sep 17 00:00:00 2001 From: Yoshi Automation Date: Tue, 4 Oct 2022 07:14:51 +0000 Subject: [PATCH] feat(dataflow): update the api #### 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) --- .../documents/dataflow.v1b3.json | 21 ++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) 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"