Skip to content

Commit 52d593c

Browse files
feat: Automated regeneration of WorkflowExecutions client (googleapis#13021)
Auto-created at 2025-02-22 13:11:55 +0000 using the toys pull request generator.
1 parent bd1b009 commit 52d593c

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

clients/workflow_executions/lib/google_api/workflow_executions/v1/metadata.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ defmodule GoogleApi.WorkflowExecutions.V1 do
2020
API client metadata for GoogleApi.WorkflowExecutions.V1.
2121
"""
2222

23-
@discovery_revision "20241001"
23+
@discovery_revision "20250211"
2424

2525
def discovery_revision(), do: @discovery_revision
2626
end

clients/workflow_executions/lib/google_api/workflow_executions/v1/model/execution.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ defmodule GoogleApi.WorkflowExecutions.V1.Model.Execution do
2828
* `duration` (*type:* `String.t`, *default:* `nil`) - Output only. Measures the duration of the execution.
2929
* `endTime` (*type:* `DateTime.t`, *default:* `nil`) - Output only. Marks the end of execution, successful or not.
3030
* `error` (*type:* `GoogleApi.WorkflowExecutions.V1.Model.Error.t`, *default:* `nil`) - Output only. The error which caused the execution to finish prematurely. The value is only present if the execution's state is `FAILED` or `CANCELLED`.
31-
* `executionHistoryLevel` (*type:* `String.t`, *default:* `nil`) - Optional. Describes the level of the execution history feature to apply to this execution. If not specified, the level of the execution history feature will be determined by its workflow's execution history level. If the value is different from its workflow's value, it will override the workflow's execution history level for this exeuction.
31+
* `executionHistoryLevel` (*type:* `String.t`, *default:* `nil`) - Optional. Describes the execution history level to apply to this execution. If not specified, the execution history level is determined by its workflow's execution history level. If the levels are different, the executionHistoryLevel overrides the workflow's execution history level for this execution.
3232
* `labels` (*type:* `map()`, *default:* `nil`) - Labels associated with this execution. Labels can contain at most 64 entries. Keys and values can be no longer than 63 characters and can only contain lowercase letters, numeric characters, underscores, and dashes. Label keys must start with a letter. International characters are allowed. By default, labels are inherited from the workflow but are overridden by any labels associated with the execution.
3333
* `name` (*type:* `String.t`, *default:* `nil`) - Output only. The resource name of the execution. Format: projects/{project}/locations/{location}/workflows/{workflow}/executions/{execution}
3434
* `result` (*type:* `String.t`, *default:* `nil`) - Output only. Output of the execution represented as a JSON string. The value can only be present if the execution's state is `SUCCEEDED`.

clients/workflow_executions/lib/google_api/workflow_executions/v1/model/step_entry.ex

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,14 @@ defmodule GoogleApi.WorkflowExecutions.V1.Model.StepEntry do
2525
* `entryId` (*type:* `String.t`, *default:* `nil`) - Output only. The numeric ID of this step entry, used for navigation.
2626
* `exception` (*type:* `GoogleApi.WorkflowExecutions.V1.Model.Exception.t`, *default:* `nil`) - Output only. The exception thrown by the step entry.
2727
* `name` (*type:* `String.t`, *default:* `nil`) - Output only. The full resource name of the step entry. Each step entry has a unique entry ID, which is a monotonically increasing counter. Step entry names have the format: `projects/{project}/locations/{location}/workflows/{workflow}/executions/{execution}/stepEntries/{step_entry}`.
28-
* `navigationInfo` (*type:* `GoogleApi.WorkflowExecutions.V1.Model.NavigationInfo.t`, *default:* `nil`) - Output only. The NavigationInfo associated to this step.
28+
* `navigationInfo` (*type:* `GoogleApi.WorkflowExecutions.V1.Model.NavigationInfo.t`, *default:* `nil`) - Output only. The NavigationInfo associated with this step.
2929
* `routine` (*type:* `String.t`, *default:* `nil`) - Output only. The name of the routine this step entry belongs to. A routine name is the subworkflow name defined in the YAML source code. The top level routine name is `main`.
3030
* `state` (*type:* `String.t`, *default:* `nil`) - Output only. The state of the step entry.
3131
* `step` (*type:* `String.t`, *default:* `nil`) - Output only. The name of the step this step entry belongs to.
32-
* `stepEntryMetadata` (*type:* `GoogleApi.WorkflowExecutions.V1.Model.StepEntryMetadata.t`, *default:* `nil`) - Output only. The StepEntryMetadata associated to this step.
32+
* `stepEntryMetadata` (*type:* `GoogleApi.WorkflowExecutions.V1.Model.StepEntryMetadata.t`, *default:* `nil`) - Output only. The StepEntryMetadata associated with this step.
3333
* `stepType` (*type:* `String.t`, *default:* `nil`) - Output only. The type of the step this step entry belongs to.
3434
* `updateTime` (*type:* `DateTime.t`, *default:* `nil`) - Output only. The most recently updated time of the step entry.
35-
* `variableData` (*type:* `GoogleApi.WorkflowExecutions.V1.Model.VariableData.t`, *default:* `nil`) - Output only. The VariableData associated to this step.
35+
* `variableData` (*type:* `GoogleApi.WorkflowExecutions.V1.Model.VariableData.t`, *default:* `nil`) - Output only. The VariableData associated with this step.
3636
"""
3737

3838
use GoogleApi.Gax.ModelBase

clients/workflow_executions/mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
defmodule GoogleApi.WorkflowExecutions.Mixfile do
1919
use Mix.Project
2020

21-
@version "0.11.2"
21+
@version "0.11.3"
2222

2323
def project() do
2424
[

0 commit comments

Comments
 (0)