google-apis-workflowexecutions_v1beta 0.17.0 → 0.18.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: cfa877a0d629ec827cf0cd4ffa1d3a52caa5c6ed896af8fdf57a3af7710bf10f
4
- data.tar.gz: e1cace7c6c757f36019e2e1f1453ad7f9e668a1e432e3b817a6728c45215fbaf
3
+ metadata.gz: d955136e55232bd76b1e3129b90dd29dbda65ddc996bc1e021a53a28b7c7362e
4
+ data.tar.gz: 7b235fc59596f294afc28840801f495a4ea91b2d2f70b463576e85155892bcf1
5
5
  SHA512:
6
- metadata.gz: 88ecf73a878ba8e91002e36924d4d567ca78c329d2845c443a278d7c420cf868dacb9c64184b71b2a185f65484682012cfe5378450a7fe717f17c3757966672b
7
- data.tar.gz: cc3cc9ebad2a420aa9f109a5e5dfdf0da840a259f73e24a73254ef900d047de2485efe9269c4c6250a43256c156c7c298a876ec235bfe938a13b18e0df2da90a
6
+ metadata.gz: 853de75893acf20a5332b8ec49be3e75562259f8dbb18d5d07a00801314a830e8befb91fb1b985292640ec6946642d47c6dcf18475600b1d31e30774f75e524a
7
+ data.tar.gz: 3f6792a2db125ff403cb41b2b137a70b74dc7f9491ccebd1ce73566e918a45d65cf9250aa08e0201faade3df478863e9287601ea1f1b935caf50ac6fd30c946a
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-workflowexecutions_v1beta
2
2
 
3
+ ### v0.18.0 (2022-11-04)
4
+
5
+ * Regenerated from discovery document revision 20221020
6
+ * Regenerated using generator version 0.11.0
7
+
3
8
  ### v0.17.0 (2022-09-19)
4
9
 
5
10
  * Unspecified changes
@@ -116,15 +116,7 @@ module Google
116
116
  # @return [String]
117
117
  attr_accessor :state
118
118
 
119
- # > **Preview:** This field is covered by the > [Pre-GA Offerings Terms](https://
120
- # cloud.google.com/terms/service-terms) of > the Google Cloud Terms of Service.
121
- # Pre-GA features might have limited > support, and changes to pre-GA features
122
- # might not be compatible with > other pre-GA versions. For more information,
123
- # see the > [launch stage descriptions](https://cloud.google.com/products#
124
- # product-launch-stages). > This field is usable only if your project has access.
125
- # See the > [access request page](https://docs.google.com/forms/d/e/
126
- # 1FAIpQLSdgwrSV8Y4xZv_tvI6X2JEGX1-ty9yizv3_EAOVHWVKXvDLEA/viewform). Represents
127
- # the current status of this execution.
119
+ # Represents the current status of this execution.
128
120
  # Corresponds to the JSON property `status`
129
121
  # @return [Google::Apis::WorkflowexecutionsV1beta::Status]
130
122
  attr_accessor :status
@@ -263,15 +255,7 @@ module Google
263
255
  end
264
256
  end
265
257
 
266
- # > **Preview:** This field is covered by the > [Pre-GA Offerings Terms](https://
267
- # cloud.google.com/terms/service-terms) of > the Google Cloud Terms of Service.
268
- # Pre-GA features might have limited > support, and changes to pre-GA features
269
- # might not be compatible with > other pre-GA versions. For more information,
270
- # see the > [launch stage descriptions](https://cloud.google.com/products#
271
- # product-launch-stages). > This field is usable only if your project has access.
272
- # See the > [access request page](https://docs.google.com/forms/d/e/
273
- # 1FAIpQLSdgwrSV8Y4xZv_tvI6X2JEGX1-ty9yizv3_EAOVHWVKXvDLEA/viewform). Represents
274
- # the current status of this execution.
258
+ # Represents the current status of this execution.
275
259
  class Status
276
260
  include Google::Apis::Core::Hashable
277
261
 
@@ -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.17.0"
19
+ GEM_VERSION = "0.18.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.9.0"
22
+ GENERATOR_VERSION = "0.11.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220830"
25
+ REVISION = "20221020"
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.17.0
4
+ version: 0.18.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: 2022-09-26 00:00:00.000000000 Z
11
+ date: 2022-11-07 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.0
19
+ version: 0.9.1
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.0
29
+ version: 0.9.1
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_v1beta/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-workflowexecutions_v1beta/v0.17.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-workflowexecutions_v1beta/v0.18.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-workflowexecutions_v1beta
63
63
  post_install_message:
64
64
  rdoc_options: []