google-apis-workflows_v1 0.36.0 → 0.38.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: fc6cf543fdab0f05a1a405b68c338a4aee2da77ea4527e9d90bd0753c3941077
4
- data.tar.gz: 98392b0f5df86596ccaf1c2b23af303683d368cf0bfb3d7ebcc7f276d5d606c9
3
+ metadata.gz: 0c0d9916a7c7c22fdb00906cf467c95cd3bc6bc2569ca03ffacc2f731870d952
4
+ data.tar.gz: b1e920394fdf0be3b66c0b0516c77a632e71bd9eb80b333c620e3bdda49ad99f
5
5
  SHA512:
6
- metadata.gz: bd40401d54cdd03cd0d9876f19505d98f29c629ebf7867d92d5dbf3ad12574bd356e29b04a11ed71d98bd014bd74e5b9fb0c80e7437d8048c3c97fc51b4d1383
7
- data.tar.gz: c28f636dc206fa8dc8033b6a1ccc1eb445795aaa679f4e5fcf2eaf52409f577abd06c7f918d5be3cb2c187f001f4bf110c83f8ff2ffc3e61bc30d93c3c3ad684
6
+ metadata.gz: ea4321850fbeb73beb07398820a37d3392a86e226097af757654cee4e8ac4784940efb52b3bf213e849157fbd657b40d2610b9352de9e7fd237e7274af593858
7
+ data.tar.gz: 155e599227bf96964bcc95ee1a76b62d953e6c1af2bff0a49dbb0bb3f7c4b31c3d87a772c8d8c6c530c8d77b2032d1f1caf25ec31cbc54b699b064ff8b3407cf
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-workflows_v1
2
2
 
3
+ ### v0.38.0 (2024-10-06)
4
+
5
+ * Regenerated from discovery document revision 20240925
6
+
7
+ ### v0.37.0 (2024-08-25)
8
+
9
+ * Regenerated from discovery document revision 20240814
10
+ * Regenerated using generator version 0.15.1
11
+
3
12
  ### v0.36.0 (2024-07-25)
4
13
 
5
14
  * Regenerated from discovery document revision 20240710
@@ -362,7 +362,7 @@ module Google
362
362
  end
363
363
  end
364
364
 
365
- # LINT.IfChange Workflow program to be executed by Workflows.
365
+ # Workflow program to be executed by Workflows.
366
366
  class Workflow
367
367
  include Google::Apis::Core::Hashable
368
368
 
@@ -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.36.0"
19
+ GEM_VERSION = "0.38.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.15.0"
22
+ GENERATOR_VERSION = "0.15.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240710"
25
+ REVISION = "20240925"
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.36.0
4
+ version: 0.38.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-07-25 00:00:00.000000000 Z
11
+ date: 2024-10-06 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.36.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-workflows_v1/v0.38.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: []