google-apis-workflowexecutions_v1beta 0.4.0 → 0.5.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: 2b42d2d1516fc4f3f2da2d2f8e09b8cca472db255fb4ba1f594b3a0425c0a816
|
|
4
|
+
data.tar.gz: cd8a6974e352029ce8a9e1f8845699eb0fd2c71049f4944512c80e31a61ee209
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1138302f13a0652161ade6b2ce2b977f6c32773011af608a63997cad6aacfda8043ad7c6af0f193a353007c580173f5c72da6e11b0707432433749e6cf3a5726
|
|
7
|
+
data.tar.gz: 3740e01e8a9cef24259d60f7cd5418f6278f63bb9aca5acea431d3e1bcf029943f39c76ca8aed9d8f606ad0d996cb0f80732ba674f9b571d83634c56d545ccf5
|
data/CHANGELOG.md
CHANGED
|
@@ -212,9 +212,7 @@ module Google
|
|
|
212
212
|
end
|
|
213
213
|
end
|
|
214
214
|
|
|
215
|
-
# A single stack element (frame) where an error occurred.
|
|
216
|
-
# only exists in v1Beta. We will need to roll this change out to V1 after the
|
|
217
|
-
# feature is thoroughly tested. TODO(b/178540475)
|
|
215
|
+
# A single stack element (frame) where an error occurred.
|
|
218
216
|
class StackTraceElement
|
|
219
217
|
include Google::Apis::Core::Hashable
|
|
220
218
|
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module WorkflowexecutionsV1beta
|
|
18
18
|
# Version of the google-apis-workflowexecutions_v1beta gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.5.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
|
-
GENERATOR_VERSION = "0.
|
|
22
|
+
GENERATOR_VERSION = "0.2.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20210302"
|
|
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_v1beta
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.5.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: 2021-03-
|
|
11
|
+
date: 2021-03-15 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: google-apis-core
|
|
@@ -52,7 +52,7 @@ licenses:
|
|
|
52
52
|
metadata:
|
|
53
53
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
54
54
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-workflowexecutions_v1beta/CHANGELOG.md
|
|
55
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-workflowexecutions_v1beta/v0.
|
|
55
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-workflowexecutions_v1beta/v0.5.0
|
|
56
56
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-workflowexecutions_v1beta
|
|
57
57
|
post_install_message:
|
|
58
58
|
rdoc_options: []
|