google-apis-workflowexecutions_v1beta 0.4.0 → 0.5.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: d4e11e33d8434282989e6c1ee506d90e0eaf0a88aad02b7296f088470fe976da
4
- data.tar.gz: 2ebd4bc0abb1cd6aba80b9a113eede2c780a81089326142c29b5c02ead08164e
3
+ metadata.gz: 2b42d2d1516fc4f3f2da2d2f8e09b8cca472db255fb4ba1f594b3a0425c0a816
4
+ data.tar.gz: cd8a6974e352029ce8a9e1f8845699eb0fd2c71049f4944512c80e31a61ee209
5
5
  SHA512:
6
- metadata.gz: 6f47421a71f8289ab74226f9bd9d61b1fa2fdc6d0b2539b48a97724de304d3299ceedf88efabf718dc1bb8f2c958e3bc01cd1f6abe1c727a65b58ff19ad8018d
7
- data.tar.gz: 2448c4c5d783346afb50614a81f4a8199b344c7c9e51c8361e654b4adb5eabc3e41d453ac9e850db2e035fed6467a490e962c57190e9bc2ca79e9ff29cfd8499
6
+ metadata.gz: 1138302f13a0652161ade6b2ce2b977f6c32773011af608a63997cad6aacfda8043ad7c6af0f193a353007c580173f5c72da6e11b0707432433749e6cf3a5726
7
+ data.tar.gz: 3740e01e8a9cef24259d60f7cd5418f6278f63bb9aca5acea431d3e1bcf029943f39c76ca8aed9d8f606ad0d996cb0f80732ba674f9b571d83634c56d545ccf5
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-workflowexecutions_v1beta
2
2
 
3
+ ### v0.5.0 (2021-03-11)
4
+
5
+ * Regenerated from discovery document revision 20210302
6
+ * Regenerated using generator version 0.2.0
7
+
3
8
  ### v0.4.0 (2021-03-04)
4
9
 
5
10
  * Unspecified changes
@@ -212,9 +212,7 @@ module Google
212
212
  end
213
213
  end
214
214
 
215
- # A single stack element (frame) where an error occurred. This field currently
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.4.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.1.2"
22
+ GENERATOR_VERSION = "0.2.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210209"
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.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-08 00:00:00.000000000 Z
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.4.0
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: []