Skip to content

Commit

Permalink
feat: Generate Google.Apis.WorkflowExecutions.v1 version 1.68.0.3561
Browse files Browse the repository at this point in the history
  • Loading branch information
amanda-tarafa committed Oct 14, 2024
1 parent fb266b7 commit 209f0c8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions DiscoveryJson/workflowexecutions.v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -517,7 +517,7 @@
}
}
},
"revision": "20240916",
"revision": "20241001",
"rootUrl": "https://workflowexecutions.googleapis.com/",
"schemas": {
"Callback": {
Expand Down Expand Up @@ -1105,7 +1105,7 @@
"type": "string"
},
"progressNumber": {
"description": "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.",
"description": "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.",
"format": "int64",
"type": "string"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1982,7 +1982,8 @@ public class StepEntryMetadata : Google.Apis.Requests.IDirectResponseSchema

/// <summary>
/// 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.
/// iteration in a progress of PROGRESS_TYPE_FOR. Note: This field is only populated when an iteration exists
/// and the starting value is 1.
/// </summary>
[Newtonsoft.Json.JsonPropertyAttribute("progressNumber")]
public virtual System.Nullable<long> ProgressNumber { get; set; }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<!-- nupkg information -->
<PropertyGroup>
<Title>Google.Apis.WorkflowExecutions.v1 Client Library</Title>
<Version>1.68.0.3546</Version>
<Version>1.68.0.3561</Version>
<Authors>Google LLC</Authors>
<Copyright>Copyright 2024 Google LLC</Copyright>
<PackageTags>Google</PackageTags>
Expand Down

0 comments on commit 209f0c8

Please sign in to comment.