google-apis-workflowexecutions_v1 0.27.0 → 0.28.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: 1d140cc0f9a69f2a9730b20d55c27e70c90468e11fb689304e25f925b52dfcb7
4
- data.tar.gz: 0cbdd954311552e80743983a63baa6b9340fea5090a3b9262f9d1c3803b48302
3
+ metadata.gz: 1def89fcf7428c543ecf9149b5108dce91d116a594d10d31cf0b259c900a7724
4
+ data.tar.gz: 7e759e41ed9fd00e6405fd6e4236752a4700bee5a3ef3c18f80dc73fc7544d2c
5
5
  SHA512:
6
- metadata.gz: eb6074a4ab7db975e80ee8bdd091db0dcea456490001f56813c7f58b37e8a9c412aaa36582cbd031576e127af9c22074a24bba2a1d86638d0e540e86b4003635
7
- data.tar.gz: d63d50ba4d1ac0ff75540e23eadf2bd8cb0660865ced528e44d58790fac5e9a1e317811a81e20530558a0f592e4e9920212b814e764c3dee9d179af28f6b1963
6
+ metadata.gz: 44f45f6be0c2d75580fdae85b85a36c7216fd7ce252d7732b45a6e8a8804c27772934a7c5cc9b7df7c576f8da1b1cca2c8e5dfcc3468cbaace0f729dda1c170d
7
+ data.tar.gz: 91954160c3a8851a488c178383d025ce6b1a910b686e08479ee821a1be95242405c4b277d1126b7e36c55c1c3caccb8d77b1c547b954ef555bd4703da1091de3
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-workflowexecutions_v1
2
2
 
3
+ ### v0.28.0 (2023-10-01)
4
+
5
+ * Regenerated from discovery document revision 20230912
6
+
3
7
  ### v0.27.0 (2023-09-10)
4
8
 
5
9
  * Regenerated from discovery document revision 20230829
@@ -32,7 +32,7 @@ module Google
32
32
  # @return [Array<String>]
33
33
  attr_accessor :available_payloads
34
34
 
35
- # Output only. The method accepted by the callback. E.g. GET, POST, PUT.
35
+ # Output only. The method accepted by the callback. For example: GET, POST, PUT.
36
36
  # Corresponds to the JSON property `method`
37
37
  # @return [String]
38
38
  attr_accessor :method_prop
@@ -212,8 +212,8 @@ module Google
212
212
  class ExportDataResponse
213
213
  include Google::Apis::Core::Hashable
214
214
 
215
- # The JSON string with customer data and metadata of an execution of the given
216
- # name
215
+ # The JSON string with customer data and metadata for an execution with the
216
+ # given name
217
217
  # Corresponds to the JSON property `data`
218
218
  # @return [String]
219
219
  attr_accessor :data
@@ -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.27.0"
19
+ GEM_VERSION = "0.28.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230829"
25
+ REVISION = "20230912"
26
26
  end
27
27
  end
28
28
  end
@@ -154,10 +154,11 @@ module Google
154
154
  end
155
155
 
156
156
  # Returns all metadata stored about an execution, excluding most data that is
157
- # already accessible via other API methods.
157
+ # already accessible using other API methods.
158
158
  # @param [String] name
159
- # Required. Name of the execution to be data exported. Format: projects/`project`
160
- # /locations/`location`/workflows/`workflow`/executions/`execution`
159
+ # Required. Name of the execution for which data is to be exported. Format:
160
+ # projects/`project`/locations/`location`/workflows/`workflow`/executions/`
161
+ # execution`
161
162
  # @param [String] fields
162
163
  # Selector specifying which fields to include in a partial response.
163
164
  # @param [String] quota_user
@@ -281,8 +282,8 @@ module Google
281
282
  execute_or_queue_command(command, &block)
282
283
  end
283
284
 
284
- # Returns a list of active callbacks which belong to the execution with the
285
- # given name. The returned callbacks are ordered by callback ID. first).
285
+ # Returns a list of active callbacks that belong to the execution with the given
286
+ # name. The returned callbacks are ordered by callback ID.
286
287
  # @param [String] parent
287
288
  # Required. Name of the execution for which the callbacks should be listed.
288
289
  # Format: projects/`project`/locations/`location`/workflows/`workflow`/
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.27.0
4
+ version: 0.28.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-09-10 00:00:00.000000000 Z
11
+ date: 2023-10-01 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.27.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-workflowexecutions_v1/v0.28.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: []