Skip to content

Commit a2188e9

Browse files
feat(workflows): update the api
#### workflows:v1 The following keys were added: - schemas.Workflow.properties.tags (Total Keys: 2)
1 parent 6cbba22 commit a2188e9

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

docs/dyn/workflows_v1.projects.locations.workflows.html

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,9 @@ <h3>Method Details</h3>
142142
&quot;details&quot;: &quot;A String&quot;, # Provides specifics about the error.
143143
&quot;type&quot;: &quot;A String&quot;, # The type of this state error.
144144
},
145+
&quot;tags&quot;: { # Optional. Input only. Immutable. Tags associated with this workflow.
146+
&quot;a_key&quot;: &quot;A String&quot;,
147+
},
145148
&quot;updateTime&quot;: &quot;A String&quot;, # 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.
146149
&quot;userEnvVars&quot;: { # 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 &quot;GOOGLE&quot; or &quot;WORKFLOWS&quot;.
147150
&quot;a_key&quot;: &quot;A String&quot;,
@@ -254,6 +257,9 @@ <h3>Method Details</h3>
254257
&quot;details&quot;: &quot;A String&quot;, # Provides specifics about the error.
255258
&quot;type&quot;: &quot;A String&quot;, # The type of this state error.
256259
},
260+
&quot;tags&quot;: { # Optional. Input only. Immutable. Tags associated with this workflow.
261+
&quot;a_key&quot;: &quot;A String&quot;,
262+
},
257263
&quot;updateTime&quot;: &quot;A String&quot;, # 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.
258264
&quot;userEnvVars&quot;: { # 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 &quot;GOOGLE&quot; or &quot;WORKFLOWS&quot;.
259265
&quot;a_key&quot;: &quot;A String&quot;,
@@ -311,6 +317,9 @@ <h3>Method Details</h3>
311317
&quot;details&quot;: &quot;A String&quot;, # Provides specifics about the error.
312318
&quot;type&quot;: &quot;A String&quot;, # The type of this state error.
313319
},
320+
&quot;tags&quot;: { # Optional. Input only. Immutable. Tags associated with this workflow.
321+
&quot;a_key&quot;: &quot;A String&quot;,
322+
},
314323
&quot;updateTime&quot;: &quot;A String&quot;, # 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.
315324
&quot;userEnvVars&quot;: { # 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 &quot;GOOGLE&quot; or &quot;WORKFLOWS&quot;.
316325
&quot;a_key&quot;: &quot;A String&quot;,
@@ -365,6 +374,9 @@ <h3>Method Details</h3>
365374
&quot;details&quot;: &quot;A String&quot;, # Provides specifics about the error.
366375
&quot;type&quot;: &quot;A String&quot;, # The type of this state error.
367376
},
377+
&quot;tags&quot;: { # Optional. Input only. Immutable. Tags associated with this workflow.
378+
&quot;a_key&quot;: &quot;A String&quot;,
379+
},
368380
&quot;updateTime&quot;: &quot;A String&quot;, # 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.
369381
&quot;userEnvVars&quot;: { # 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 &quot;GOOGLE&quot; or &quot;WORKFLOWS&quot;.
370382
&quot;a_key&quot;: &quot;A String&quot;,
@@ -437,6 +449,9 @@ <h3>Method Details</h3>
437449
&quot;details&quot;: &quot;A String&quot;, # Provides specifics about the error.
438450
&quot;type&quot;: &quot;A String&quot;, # The type of this state error.
439451
},
452+
&quot;tags&quot;: { # Optional. Input only. Immutable. Tags associated with this workflow.
453+
&quot;a_key&quot;: &quot;A String&quot;,
454+
},
440455
&quot;updateTime&quot;: &quot;A String&quot;, # 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.
441456
&quot;userEnvVars&quot;: { # 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 &quot;GOOGLE&quot; or &quot;WORKFLOWS&quot;.
442457
&quot;a_key&quot;: &quot;A String&quot;,

googleapiclient/discovery_cache/documents/workflows.v1.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -485,7 +485,7 @@
485485
}
486486
}
487487
},
488-
"revision": "20240925",
488+
"revision": "20241204",
489489
"rootUrl": "https://workflows.googleapis.com/",
490490
"schemas": {
491491
"Empty": {
@@ -840,6 +840,13 @@
840840
"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.",
841841
"readOnly": true
842842
},
843+
"tags": {
844+
"additionalProperties": {
845+
"type": "string"
846+
},
847+
"description": "Optional. Input only. Immutable. Tags associated with this workflow.",
848+
"type": "object"
849+
},
843850
"updateTime": {
844851
"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.",
845852
"format": "google-datetime",

0 commit comments

Comments
 (0)