Skip to content

Commit 8dd111a

Browse files
feat: Automated regeneration of WorkflowExecutions client (googleapis#12293)
Auto-created at 2024-10-12 13:12:26 +0000 using the toys pull request generator.
1 parent 7688c06 commit 8dd111a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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 "20240916"
23+
@discovery_revision "20241001"
2424

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ defmodule GoogleApi.WorkflowExecutions.V1.Model.StepEntryMetadata do
2222
## Attributes
2323
2424
* `expectedIteration` (*type:* `String.t`, *default:* `nil`) - Expected iteration represents the expected number of iterations in the step's progress.
25-
* `progressNumber` (*type:* `String.t`, *default:* `nil`) - Progress number represents the current state of the current progress. eg: A step entry represents the 4th iteration in a progress of PROGRESS_TYPE_FOR.
25+
* `progressNumber` (*type:* `String.t`, *default:* `nil`) - Progress number represents the current state of the current progress. eg: A step entry represents the 4th iteration in a progress of PROGRESS_TYPE_FOR. Note: This field is only populated when an iteration exists and the starting value is 1.
2626
* `progressType` (*type:* `String.t`, *default:* `nil`) - Progress type of this step entry.
2727
* `threadId` (*type:* `String.t`, *default:* `nil`) - Child thread id that this step entry belongs to.
2828
"""

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.1"
21+
@version "0.11.2"
2222

2323
def project() do
2424
[

0 commit comments

Comments
 (0)