google-apis-workflowexecutions_v1 0.19.0 → 0.20.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: 6b99dc097aee11921e0ded51473dedb865367f45226a2537db888904f854bd31
4
- data.tar.gz: 22719da364d8b2c9486e178966c77475c17e9cc039e52e69bb7be02ba58a0f73
3
+ metadata.gz: 3ad0bdd079d3716b1ceba4d93a0ae13810ab7a124d650d0567635fb3ea164048
4
+ data.tar.gz: ac065a29e735e0e44c360ecb351cfafa9cf215357c25151bd2ab5e43b81d3cc1
5
5
  SHA512:
6
- metadata.gz: ab9d4b0d52ded3b6bc7a91fc82fc2ce8e0c00b0945c7bfd3946d0c3c94978cf13fdff6895ba2846d128390b84f9107b76da668c794974a824e492f4ea9d008ca
7
- data.tar.gz: 937fea7b25c681e2cd010b7aaf942675877dd0d2a47722fa720d9ba239bdc6e44e84db4437d09a27b27ff3f02b80ebc39fcc5a92360dae1f750b1f3a5681694c
6
+ metadata.gz: 5ad4f2f2a1597387c2af278388bfd06011f83bdc670961baebf3a99aeac5f9553d49785c3836a23f06bd504d213da58eb826efa503c803d47965c0f4c6ccafe0
7
+ data.tar.gz: b9a2ef3c90362730436b00e9e0b7aa03f94860cfa22b4366c71281d0cf4c6ab7982f7b7f0ffc6f501540f73527de8d93f193b1e66958661dab046ed35169ef58
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-workflowexecutions_v1
2
2
 
3
+ ### v0.20.0 (2022-12-18)
4
+
5
+ * Regenerated from discovery document revision 20221206
6
+
3
7
  ### v0.19.0 (2022-10-30)
4
8
 
5
9
  * Regenerated from discovery document revision 20221020
@@ -84,6 +84,11 @@ module Google
84
84
  # @return [String]
85
85
  attr_accessor :call_log_level
86
86
 
87
+ # Output only. Measures the duration of the execution.
88
+ # Corresponds to the JSON property `duration`
89
+ # @return [String]
90
+ attr_accessor :duration
91
+
87
92
  # Output only. Marks the end of execution, successful or not.
88
93
  # Corresponds to the JSON property `endTime`
89
94
  # @return [String]
@@ -134,6 +139,7 @@ module Google
134
139
  def update!(**args)
135
140
  @argument = args[:argument] if args.key?(:argument)
136
141
  @call_log_level = args[:call_log_level] if args.key?(:call_log_level)
142
+ @duration = args[:duration] if args.key?(:duration)
137
143
  @end_time = args[:end_time] if args.key?(:end_time)
138
144
  @error = args[:error] if args.key?(:error)
139
145
  @name = args[:name] if args.key?(:name)
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module WorkflowexecutionsV1
18
18
  # Version of the google-apis-workflowexecutions_v1 gem
19
- GEM_VERSION = "0.19.0"
19
+ GEM_VERSION = "0.20.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.11.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20221020"
25
+ REVISION = "20221206"
26
26
  end
27
27
  end
28
28
  end
@@ -109,6 +109,7 @@ module Google
109
109
  class Representation < Google::Apis::Core::JsonRepresentation
110
110
  property :argument, as: 'argument'
111
111
  property :call_log_level, as: 'callLogLevel'
112
+ property :duration, as: 'duration'
112
113
  property :end_time, as: 'endTime'
113
114
  property :error, as: 'error', class: Google::Apis::WorkflowexecutionsV1::Error, decorator: Google::Apis::WorkflowexecutionsV1::Error::Representation
114
115
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-workflowexecutions_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.19.0
4
+ version: 0.20.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-10-31 00:00:00.000000000 Z
11
+ date: 2023-01-04 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-workflowexecutions_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-workflowexecutions_v1/v0.19.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-workflowexecutions_v1/v0.20.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-workflowexecutions_v1
63
63
  post_install_message:
64
64
  rdoc_options: []