From a2188e92aae520458a8dde5c46cff1f4ce3c71c6 Mon Sep 17 00:00:00 2001 From: Yoshi Automation Date: Tue, 17 Dec 2024 07:10:22 +0000 Subject: [PATCH] feat(workflows): update the api #### workflows:v1 The following keys were added: - schemas.Workflow.properties.tags (Total Keys: 2) --- ...workflows_v1.projects.locations.workflows.html | 15 +++++++++++++++ .../discovery_cache/documents/workflows.v1.json | 9 ++++++++- 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/docs/dyn/workflows_v1.projects.locations.workflows.html b/docs/dyn/workflows_v1.projects.locations.workflows.html index 5ce97d56cf..806b072e2e 100644 --- a/docs/dyn/workflows_v1.projects.locations.workflows.html +++ b/docs/dyn/workflows_v1.projects.locations.workflows.html @@ -142,6 +142,9 @@

Method Details

"details": "A String", # Provides specifics about the error. "type": "A String", # The type of this state error. }, + "tags": { # Optional. Input only. Immutable. Tags associated with this workflow. + "a_key": "A String", + }, "updateTime": "A String", # Output only. The timestamp for when the workflow was last updated. This is a workflow-wide field and is not tied to a specific revision. "userEnvVars": { # Optional. User-defined environment variables associated with this workflow revision. This map has a maximum length of 20. Each string can take up to 4KiB. Keys cannot be empty strings and cannot start with "GOOGLE" or "WORKFLOWS". "a_key": "A String", @@ -254,6 +257,9 @@

Method Details

"details": "A String", # Provides specifics about the error. "type": "A String", # The type of this state error. }, + "tags": { # Optional. Input only. Immutable. Tags associated with this workflow. + "a_key": "A String", + }, "updateTime": "A String", # Output only. The timestamp for when the workflow was last updated. This is a workflow-wide field and is not tied to a specific revision. "userEnvVars": { # Optional. User-defined environment variables associated with this workflow revision. This map has a maximum length of 20. Each string can take up to 4KiB. Keys cannot be empty strings and cannot start with "GOOGLE" or "WORKFLOWS". "a_key": "A String", @@ -311,6 +317,9 @@

Method Details

"details": "A String", # Provides specifics about the error. "type": "A String", # The type of this state error. }, + "tags": { # Optional. Input only. Immutable. Tags associated with this workflow. + "a_key": "A String", + }, "updateTime": "A String", # Output only. The timestamp for when the workflow was last updated. This is a workflow-wide field and is not tied to a specific revision. "userEnvVars": { # Optional. User-defined environment variables associated with this workflow revision. This map has a maximum length of 20. Each string can take up to 4KiB. Keys cannot be empty strings and cannot start with "GOOGLE" or "WORKFLOWS". "a_key": "A String", @@ -365,6 +374,9 @@

Method Details

"details": "A String", # Provides specifics about the error. "type": "A String", # The type of this state error. }, + "tags": { # Optional. Input only. Immutable. Tags associated with this workflow. + "a_key": "A String", + }, "updateTime": "A String", # Output only. The timestamp for when the workflow was last updated. This is a workflow-wide field and is not tied to a specific revision. "userEnvVars": { # Optional. User-defined environment variables associated with this workflow revision. This map has a maximum length of 20. Each string can take up to 4KiB. Keys cannot be empty strings and cannot start with "GOOGLE" or "WORKFLOWS". "a_key": "A String", @@ -437,6 +449,9 @@

Method Details

"details": "A String", # Provides specifics about the error. "type": "A String", # The type of this state error. }, + "tags": { # Optional. Input only. Immutable. Tags associated with this workflow. + "a_key": "A String", + }, "updateTime": "A String", # Output only. The timestamp for when the workflow was last updated. This is a workflow-wide field and is not tied to a specific revision. "userEnvVars": { # Optional. User-defined environment variables associated with this workflow revision. This map has a maximum length of 20. Each string can take up to 4KiB. Keys cannot be empty strings and cannot start with "GOOGLE" or "WORKFLOWS". "a_key": "A String", diff --git a/googleapiclient/discovery_cache/documents/workflows.v1.json b/googleapiclient/discovery_cache/documents/workflows.v1.json index fd3edf0602..6cefa439a6 100644 --- a/googleapiclient/discovery_cache/documents/workflows.v1.json +++ b/googleapiclient/discovery_cache/documents/workflows.v1.json @@ -485,7 +485,7 @@ } } }, -"revision": "20240925", +"revision": "20241204", "rootUrl": "https://workflows.googleapis.com/", "schemas": { "Empty": { @@ -840,6 +840,13 @@ "description": "Output only. Error regarding the state of the workflow. For example, this field will have error details if the execution data is unavailable due to revoked KMS key permissions.", "readOnly": true }, +"tags": { +"additionalProperties": { +"type": "string" +}, +"description": "Optional. Input only. Immutable. Tags associated with this workflow.", +"type": "object" +}, "updateTime": { "description": "Output only. The timestamp for when the workflow was last updated. This is a workflow-wide field and is not tied to a specific revision.", "format": "google-datetime",