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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1def89fcf7428c543ecf9149b5108dce91d116a594d10d31cf0b259c900a7724
|
4
|
+
data.tar.gz: 7e759e41ed9fd00e6405fd6e4236752a4700bee5a3ef3c18f80dc73fc7544d2c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 44f45f6be0c2d75580fdae85b85a36c7216fd7ce252d7732b45a6e8a8804c27772934a7c5cc9b7df7c576f8da1b1cca2c8e5dfcc3468cbaace0f729dda1c170d
|
7
|
+
data.tar.gz: 91954160c3a8851a488c178383d025ce6b1a910b686e08479ee821a1be95242405c4b277d1126b7e36c55c1c3caccb8d77b1c547b954ef555bd4703da1091de3
|
data/CHANGELOG.md
CHANGED
@@ -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.
|
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
|
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.
|
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 = "
|
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
|
157
|
+
# already accessible using other API methods.
|
158
158
|
# @param [String] name
|
159
|
-
# Required. Name of the execution to be
|
160
|
-
#
|
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
|
285
|
-
#
|
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.
|
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-
|
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.
|
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: []
|