google-apis-workflowexecutions_v1 0.40.0 → 0.41.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1d77ee4654e5826e731519583bbdd7142f242b7aeccb26657e92930bfa66176b
4
- data.tar.gz: 8d91e7e10eecb6501a0037a88992a411bd1e206c710d95a32bbdcbc00db83b49
3
+ metadata.gz: f9f20d518838b6977477bcfaaab91ea02cbc663b0ac65d924cb8aae8662d3830
4
+ data.tar.gz: cc5057bfd769e8144f4296edd4bf4edf404705b2cfbc94786d108af2d6d6da62
5
5
  SHA512:
6
- metadata.gz: 99be841f18ae0f1a43fd773274f890e61da667a8ba03bfab190888ad3af6a29e0444627f260f7cd64e0811d0e4a7b780d1337d39a8babe1e3e2d59f9add62909
7
- data.tar.gz: 030aa7ca743c9b26f34de6b51a78cf5b554e35e480b059d1c48eb6cb11ee92b7a0928b7f78a838975d888baeee3cf7aa17065a8992344fabaef2b2076ecd445e
6
+ metadata.gz: 179208c3d2e8f02cb7b8f21af9eaf44c8d3b9bc71239b858d7a340270e6102e3b78e8125fbc5b91a9439685663447ed53f5d1a3da03bb7c916a512308e2bf602
7
+ data.tar.gz: 895efc7a7917015dd39970c6d99ac8ab579a86a0a74d8472f82145fbac44356d26ead1307989915c03857e078355c02af52a982560dd053d1663b49cfb2bd016
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-workflowexecutions_v1
2
2
 
3
+ ### v0.41.0 (2024-10-13)
4
+
5
+ * Regenerated from discovery document revision 20241001
6
+
3
7
  ### v0.40.0 (2024-09-22)
4
8
 
5
9
  * Regenerated from discovery document revision 20240916
@@ -754,6 +754,8 @@ module Google
754
754
 
755
755
  # Progress number represents the current state of the current progress. eg: A
756
756
  # step entry represents the 4th iteration in a progress of PROGRESS_TYPE_FOR.
757
+ # Note: This field is only populated when an iteration exists and the starting
758
+ # value is 1.
757
759
  # Corresponds to the JSON property `progressNumber`
758
760
  # @return [Fixnum]
759
761
  attr_accessor :progress_number
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module WorkflowexecutionsV1
18
18
  # Version of the google-apis-workflowexecutions_v1 gem
19
- GEM_VERSION = "0.40.0"
19
+ GEM_VERSION = "0.41.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.15.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240916"
25
+ REVISION = "20241001"
26
26
  end
27
27
  end
28
28
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-workflowexecutions_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.40.0
4
+ version: 0.41.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-09-22 00:00:00.000000000 Z
11
+ date: 2024-10-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-workflowexecutions_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-workflowexecutions_v1/v0.40.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-workflowexecutions_v1/v0.41.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-workflowexecutions_v1
63
63
  post_install_message:
64
64
  rdoc_options: []
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.5.6
78
+ rubygems_version: 3.5.21
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Workflow Executions API V1