google-apis-workflowexecutions_v1 0.18.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: 3312123ef42ac7f2003d6e28ed0a0122241ca3c56e81c59319ee7a27ba06bafa
4
- data.tar.gz: 8ec32da24cb6f9e2a1409d4f6b1301d666e03db51aafecdc65a73ac1e05802a8
3
+ metadata.gz: 3ad0bdd079d3716b1ceba4d93a0ae13810ab7a124d650d0567635fb3ea164048
4
+ data.tar.gz: ac065a29e735e0e44c360ecb351cfafa9cf215357c25151bd2ab5e43b81d3cc1
5
5
  SHA512:
6
- metadata.gz: '0798ba2e1d8d8cceae18f8483f1633fce800cb46b129d5e3101dbda6cee2cc9651d822d7d98ae120d63ba1e9b42bfe36fc93ea9f835b6456de6c46b90b477375'
7
- data.tar.gz: 8410325068491b738364350de39168940171b24fb7ba071579e377c026fee7a915f0902f6b08186296b47f46fbefe3ba1ba1b22dd4eb782982f77a64e2a0ee75
6
+ metadata.gz: 5ad4f2f2a1597387c2af278388bfd06011f83bdc670961baebf3a99aeac5f9553d49785c3836a23f06bd504d213da58eb826efa503c803d47965c0f4c6ccafe0
7
+ data.tar.gz: b9a2ef3c90362730436b00e9e0b7aa03f94860cfa22b4366c71281d0cf4c6ab7982f7b7f0ffc6f501540f73527de8d93f193b1e66958661dab046ed35169ef58
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
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
+
7
+ ### v0.19.0 (2022-10-30)
8
+
9
+ * Regenerated from discovery document revision 20221020
10
+ * Regenerated using generator version 0.11.0
11
+
3
12
  ### v0.18.0 (2022-09-20)
4
13
 
5
14
  * Regenerated using generator version 0.10.0
@@ -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]
@@ -116,15 +121,7 @@ module Google
116
121
  # @return [String]
117
122
  attr_accessor :state
118
123
 
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.
124
+ # Represents the current status of this execution.
128
125
  # Corresponds to the JSON property `status`
129
126
  # @return [Google::Apis::WorkflowexecutionsV1::Status]
130
127
  attr_accessor :status
@@ -142,6 +139,7 @@ module Google
142
139
  def update!(**args)
143
140
  @argument = args[:argument] if args.key?(:argument)
144
141
  @call_log_level = args[:call_log_level] if args.key?(:call_log_level)
142
+ @duration = args[:duration] if args.key?(:duration)
145
143
  @end_time = args[:end_time] if args.key?(:end_time)
146
144
  @error = args[:error] if args.key?(:error)
147
145
  @name = args[:name] if args.key?(:name)
@@ -326,15 +324,7 @@ module Google
326
324
  end
327
325
  end
328
326
 
329
- # > **Preview:** This field is covered by the > [Pre-GA Offerings Terms](https://
330
- # cloud.google.com/terms/service-terms) of > the Google Cloud Terms of Service.
331
- # Pre-GA features might have limited > support, and changes to pre-GA features
332
- # might not be compatible with > other pre-GA versions. For more information,
333
- # see the > [launch stage descriptions](https://cloud.google.com/products#
334
- # product-launch-stages). > This field is usable only if your project has access.
335
- # See the > [access request page](https://docs.google.com/forms/d/e/
336
- # 1FAIpQLSdgwrSV8Y4xZv_tvI6X2JEGX1-ty9yizv3_EAOVHWVKXvDLEA/viewform). Represents
337
- # the current status of this execution.
327
+ # Represents the current status of this execution.
338
328
  class Status
339
329
  include Google::Apis::Core::Hashable
340
330
 
@@ -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.18.0"
19
+ GEM_VERSION = "0.20.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.10.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 = "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.18.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-09-26 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
@@ -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_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-workflowexecutions_v1/v0.18.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: []