You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/dyn/workflows_v1.projects.locations.workflows.html
+15Lines changed: 15 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -142,6 +142,9 @@ <h3>Method Details</h3>
142
142
"details": "A String", # Provides specifics about the error.
143
143
"type": "A String", # The type of this state error.
144
144
},
145
+
"tags": { # Optional. Input only. Immutable. Tags associated with this workflow.
146
+
"a_key": "A String",
147
+
},
145
148
"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.
146
149
"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".
147
150
"a_key": "A String",
@@ -254,6 +257,9 @@ <h3>Method Details</h3>
254
257
"details": "A String", # Provides specifics about the error.
255
258
"type": "A String", # The type of this state error.
256
259
},
260
+
"tags": { # Optional. Input only. Immutable. Tags associated with this workflow.
261
+
"a_key": "A String",
262
+
},
257
263
"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.
258
264
"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".
259
265
"a_key": "A String",
@@ -311,6 +317,9 @@ <h3>Method Details</h3>
311
317
"details": "A String", # Provides specifics about the error.
312
318
"type": "A String", # The type of this state error.
313
319
},
320
+
"tags": { # Optional. Input only. Immutable. Tags associated with this workflow.
321
+
"a_key": "A String",
322
+
},
314
323
"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.
315
324
"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".
316
325
"a_key": "A String",
@@ -365,6 +374,9 @@ <h3>Method Details</h3>
365
374
"details": "A String", # Provides specifics about the error.
366
375
"type": "A String", # The type of this state error.
367
376
},
377
+
"tags": { # Optional. Input only. Immutable. Tags associated with this workflow.
378
+
"a_key": "A String",
379
+
},
368
380
"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.
369
381
"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".
370
382
"a_key": "A String",
@@ -437,6 +449,9 @@ <h3>Method Details</h3>
437
449
"details": "A String", # Provides specifics about the error.
438
450
"type": "A String", # The type of this state error.
439
451
},
452
+
"tags": { # Optional. Input only. Immutable. Tags associated with this workflow.
453
+
"a_key": "A String",
454
+
},
440
455
"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.
441
456
"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".
Copy file name to clipboardExpand all lines: googleapiclient/discovery_cache/documents/workflows.v1.json
+8-1Lines changed: 8 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -485,7 +485,7 @@
485
485
}
486
486
}
487
487
},
488
-
"revision": "20240925",
488
+
"revision": "20241204",
489
489
"rootUrl": "https://workflows.googleapis.com/",
490
490
"schemas": {
491
491
"Empty": {
@@ -840,6 +840,13 @@
840
840
"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.",
841
841
"readOnly": true
842
842
},
843
+
"tags": {
844
+
"additionalProperties": {
845
+
"type": "string"
846
+
},
847
+
"description": "Optional. Input only. Immutable. Tags associated with this workflow.",
848
+
"type": "object"
849
+
},
843
850
"updateTime": {
844
851
"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.",
0 commit comments