google-apis-workflowexecutions_v1 0.21.0 → 0.23.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 286d61d5eb9b6f0292ddd1938b0bfd6ca8cf91cdb4f7be1a93436d524156103a
4
- data.tar.gz: 410dc3032e8db700446dbcecec8db7a9f6bd2bb18d19b48f23821b025949a094
3
+ metadata.gz: 7670fa626d258611fd84f5321e97b2967d46cc1ca543e2073f2743f18002006c
4
+ data.tar.gz: 11f242770ce3c112e459a4667ecbaf3448ff54c239bece728693ae6856acab6d
5
5
  SHA512:
6
- metadata.gz: aeb9cd78774e1fabb422a620beb14be93df59d4d057435ba6237fa21f70ac2c97fed3250904a072889881cf622a230f1d21565a429f328660f5c40581aa59a79
7
- data.tar.gz: 2482138a77041ed9800a51870897c08caf86d4da65d01d0982954fc981e10c4cfa980767dc6613b51684d2c9d9b530e97f07390f7ea15bec12573725cd3c78e3
6
+ metadata.gz: 8c512844ca15d60efa8a20c01b6465e51af426233a15ca24d01a33ec9fc665fe19ec7c3df44151c68a3140466ed1a24657f40c95839aa2da906ee2504ff7a522
7
+ data.tar.gz: 5ff13757c97f0c516933fb8b037a0cc16f81c1ba0b2df25565a10c4ca3cd6c717aeba15630c92693535c573e082c1a38d1b490dba933fbaaa5952966c9c47499
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-workflowexecutions_v1
2
2
 
3
+ ### v0.23.0 (2023-03-05)
4
+
5
+ * Regenerated from discovery document revision 20230221
6
+
7
+ ### v0.22.0 (2023-02-26)
8
+
9
+ * Regenerated using generator version 0.12.0
10
+
3
11
  ### v0.21.0 (2023-01-29)
4
12
 
5
13
  * Regenerated from discovery document revision 20230117
@@ -101,8 +101,10 @@ module Google
101
101
 
102
102
  # Labels associated with this execution. Labels can contain at most 64 entries.
103
103
  # Keys and values can be no longer than 63 characters and can only contain
104
- # lowercase letters, numeric characters, underscores and dashes. Label keys must
105
- # start with a letter. International characters are allowed.
104
+ # lowercase letters, numeric characters, underscores, and dashes. Label keys
105
+ # must start with a letter. International characters are allowed. By default,
106
+ # labels are inherited from the workflow but are overridden by any labels
107
+ # associated with the execution.
106
108
  # Corresponds to the JSON property `labels`
107
109
  # @return [Hash<String,String>]
108
110
  attr_accessor :labels
@@ -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.21.0"
19
+ GEM_VERSION = "0.23.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.11.1"
22
+ GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230117"
25
+ REVISION = "20230221"
26
26
  end
27
27
  end
28
28
  end
@@ -199,7 +199,7 @@ module Google
199
199
  # following fields are supported for filtering: executionID, state, startTime,
200
200
  # endTime, duration, workflowRevisionID, stepName, and label.
201
201
  # @param [String] order_by
202
- # Optional. The orderding applied to the [Executions.ListExecutions] results. By
202
+ # Optional. The ordering applied to the [Executions.ListExecutions] results. By
203
203
  # default the ordering is based on descending start time. The following fields
204
204
  # are supported for order by: executionID, startTime, endTime, duration, state,
205
205
  # and workflowRevisionID.
@@ -211,7 +211,9 @@ module Google
211
211
  # @param [String] page_token
212
212
  # A page token, received from a previous `ListExecutions` call. Provide this to
213
213
  # retrieve the subsequent page. When paginating, all other parameters provided
214
- # to `ListExecutions` must match the call that provided the page token.
214
+ # to `ListExecutions` must match the call that provided the page token. Note
215
+ # that pagination is applied to dynamic data. The list of executions returned
216
+ # can change between page requests.
215
217
  # @param [String] view
216
218
  # Optional. A view defining which fields should be filled in the returned
217
219
  # executions. The API will default to the BASIC view.
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.21.0
4
+ version: 0.23.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: 2023-01-29 00:00:00.000000000 Z
11
+ date: 2023-03-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: 0.9.1
19
+ version: 0.11.0
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: 0.9.1
29
+ version: 0.11.0
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -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.21.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-workflowexecutions_v1/v0.23.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: []