google-apis-workflowexecutions_v1 0.35.0 → 0.36.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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a4cec992b2622427b891424dba88b9eb7d1a161d20d5ae436769af6c95476dc8
|
|
4
|
+
data.tar.gz: 350203904d4b422707f72c1f6d42ec2e2c3b803c79e6e18c0af76c8ce95f1244
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a8763a093db2149ee488b83db6a643f62d110c8f6ee8e1cd49d8ac1d626b0d03756f4edcaca68a17e84c077641b7de18906b5d47b96d81c1be142a88e8be5e9c
|
|
7
|
+
data.tar.gz: 8ecd67998be91f5a980608760cd01ca0979598a449c2e30f07bbf7b0ad4844da02bb2275f92491dda96deede2dc412a3292c5cce06d22990a45a83dac83f3ac6
|
data/CHANGELOG.md
CHANGED
|
@@ -700,6 +700,12 @@ module Google
|
|
|
700
700
|
class StepEntryMetadata
|
|
701
701
|
include Google::Apis::Core::Hashable
|
|
702
702
|
|
|
703
|
+
# Expected iteration represents the expected number of iterations in the step's
|
|
704
|
+
# progress.
|
|
705
|
+
# Corresponds to the JSON property `expectedIteration`
|
|
706
|
+
# @return [Fixnum]
|
|
707
|
+
attr_accessor :expected_iteration
|
|
708
|
+
|
|
703
709
|
# Progress number represents the current state of the current progress. eg: A
|
|
704
710
|
# step entry represents the 4th iteration in a progress of PROGRESS_TYPE_FOR.
|
|
705
711
|
# Corresponds to the JSON property `progressNumber`
|
|
@@ -722,6 +728,7 @@ module Google
|
|
|
722
728
|
|
|
723
729
|
# Update properties of this object
|
|
724
730
|
def update!(**args)
|
|
731
|
+
@expected_iteration = args[:expected_iteration] if args.key?(:expected_iteration)
|
|
725
732
|
@progress_number = args[:progress_number] if args.key?(:progress_number)
|
|
726
733
|
@progress_type = args[:progress_type] if args.key?(:progress_type)
|
|
727
734
|
@thread_id = args[:thread_id] if args.key?(:thread_id)
|
|
@@ -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.
|
|
19
|
+
GEM_VERSION = "0.36.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.15.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20240528"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -329,6 +329,7 @@ module Google
|
|
|
329
329
|
class StepEntryMetadata
|
|
330
330
|
# @private
|
|
331
331
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
332
|
+
property :expected_iteration, :numeric_string => true, as: 'expectedIteration'
|
|
332
333
|
property :progress_number, :numeric_string => true, as: 'progressNumber'
|
|
333
334
|
property :progress_type, as: 'progressType'
|
|
334
335
|
property :thread_id, as: 'threadId'
|
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.
|
|
4
|
+
version: 0.36.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-
|
|
11
|
+
date: 2024-06-09 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.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-workflowexecutions_v1/v0.36.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: []
|