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: clients/workflows/lib/google_api/workflows/v1/model/workflow.ex
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -37,6 +37,7 @@ defmodule GoogleApi.Workflows.V1.Model.Workflow do
37
37
* `sourceContents` (*type:* `String.t`, *default:* `nil`) - Workflow code to be executed. The size limit is 128KB.
38
38
* `state` (*type:* `String.t`, *default:* `nil`) - Output only. State of the workflow deployment.
39
39
* `stateError` (*type:* `GoogleApi.Workflows.V1.Model.StateError.t`, *default:* `nil`) - 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.
40
+
* `tags` (*type:* `map()`, *default:* `nil`) - Optional. Input only. Immutable. Tags associated with this workflow.
40
41
* `updateTime` (*type:* `DateTime.t`, *default:* `nil`) - 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.
41
42
* `userEnvVars` (*type:* `map()`, *default:* `nil`) - 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".
42
43
"""
@@ -60,6 +61,7 @@ defmodule GoogleApi.Workflows.V1.Model.Workflow do
0 commit comments