google-apis-workflows_v1 0.36.0 → 0.37.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: 38d8b5df39793b641425fff34286ea645361d5eb89809afeb7031bd6dfd150a0
|
|
4
|
+
data.tar.gz: ae94c59522da986f8920dd34bd3b6cb9244e1f9007137847c7a81c99d56a3b03
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 557a25dc15c070cf944fc12788b7ab9df79fbf5d9ceaf0084be909a65e653d8b025af872b2810018af438db4d5b60fa3f685d7d99c176793b56b23605298e182
|
|
7
|
+
data.tar.gz: 3082f263b22d0a85d1c72444c37d768eb059632f172cb941d8da1aeec4856561760e49fdcadfa5bd2c453c71b284836cf790c848de003732d86d4de6343eb725
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
# Release history for google-apis-workflows_v1
|
|
2
2
|
|
|
3
|
+
### v0.37.0 (2024-08-25)
|
|
4
|
+
|
|
5
|
+
* Regenerated from discovery document revision 20240814
|
|
6
|
+
* Regenerated using generator version 0.15.1
|
|
7
|
+
|
|
3
8
|
### v0.36.0 (2024-07-25)
|
|
4
9
|
|
|
5
10
|
* Regenerated from discovery document revision 20240710
|
|
@@ -416,6 +416,12 @@ module Google
|
|
|
416
416
|
# @return [String]
|
|
417
417
|
attr_accessor :description
|
|
418
418
|
|
|
419
|
+
# Optional. Describes the level of the execution history feature to apply to
|
|
420
|
+
# this workflow.
|
|
421
|
+
# Corresponds to the JSON property `executionHistoryLevel`
|
|
422
|
+
# @return [String]
|
|
423
|
+
attr_accessor :execution_history_level
|
|
424
|
+
|
|
419
425
|
# Labels associated with this workflow. Labels can contain at most 64 entries.
|
|
420
426
|
# Keys and values can be no longer than 63 characters and can only contain
|
|
421
427
|
# lowercase letters, numeric characters, underscores, and dashes. Label keys
|
|
@@ -500,6 +506,7 @@ module Google
|
|
|
500
506
|
@crypto_key_name = args[:crypto_key_name] if args.key?(:crypto_key_name)
|
|
501
507
|
@crypto_key_version = args[:crypto_key_version] if args.key?(:crypto_key_version)
|
|
502
508
|
@description = args[:description] if args.key?(:description)
|
|
509
|
+
@execution_history_level = args[:execution_history_level] if args.key?(:execution_history_level)
|
|
503
510
|
@labels = args[:labels] if args.key?(:labels)
|
|
504
511
|
@name = args[:name] if args.key?(:name)
|
|
505
512
|
@revision_create_time = args[:revision_create_time] if args.key?(:revision_create_time)
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module WorkflowsV1
|
|
18
18
|
# Version of the google-apis-workflows_v1 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.37.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
|
-
GENERATOR_VERSION = "0.15.
|
|
22
|
+
GENERATOR_VERSION = "0.15.1"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20240814"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -192,6 +192,7 @@ module Google
|
|
|
192
192
|
property :crypto_key_name, as: 'cryptoKeyName'
|
|
193
193
|
property :crypto_key_version, as: 'cryptoKeyVersion'
|
|
194
194
|
property :description, as: 'description'
|
|
195
|
+
property :execution_history_level, as: 'executionHistoryLevel'
|
|
195
196
|
hash :labels, as: 'labels'
|
|
196
197
|
property :name, as: 'name'
|
|
197
198
|
property :revision_create_time, as: 'revisionCreateTime'
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-workflows_v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.37.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: 2024-
|
|
11
|
+
date: 2024-08-25 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-workflows_v1/CHANGELOG.md
|
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-workflows_v1/v0.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-workflows_v1/v0.37.0
|
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-workflows_v1
|
|
63
63
|
post_install_message:
|
|
64
64
|
rdoc_options: []
|