google-apis-workflowexecutions_v1beta 0.9.0 → 0.10.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: f8ce7e46f9f3afd332bc4dc5d4f5c50bee8d512c81f101399478766e75d441c2
4
- data.tar.gz: 8450b5abd39f9f1e8742bb828b406b5a613d8528b51d58e18d093220029fa4c8
3
+ metadata.gz: e63eb46e4b5b5e4363df70cf7be5a2b3533c7b941fbc9a255f39e3bec3238e93
4
+ data.tar.gz: eacbe6035fd17189aaa5a60b09edc1867a611e40892b524523087408662b5472
5
5
  SHA512:
6
- metadata.gz: 18f214e0a4ec4f430992c119405bbd340772d087fe05341c8543ecadbfafd6cfc8c180446fbd020796c3be73f8cb3122e454721f4cca58074e81455f52000201
7
- data.tar.gz: dee02d12534db78c79648ae5da113cd8d640ab80e953f026ef07d6fba3d440dc325c5d86ac0a85f42edbf9035ed9c1079624fc3d9c569f80a3b9ce1c434f9224
6
+ metadata.gz: 1bf9941340e01adc65a78a160b177a60ec718db63145e9563c67a307791e63e11e2fbe8b65b2cb48ced7fc81024cea945a4b00d626ff4fca5510dc6a4f60c6fe
7
+ data.tar.gz: 8657ce491a277607fd9c83de4b7d171c42cefff06e6b4dd66f1b736770c6e7e7ed2716520d4b92d64bd55f63cd509e063d192effd046ff1ae0427613aba818c6
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-workflowexecutions_v1beta
2
2
 
3
+ ### v0.10.0 (2021-09-01)
4
+
5
+ * Regenerated from discovery document revision 20210817
6
+
3
7
  ### v0.9.0 (2021-06-29)
4
8
 
5
9
  * Regenerated using generator version 0.4.0
@@ -79,6 +79,11 @@ module Google
79
79
  # @return [String]
80
80
  attr_accessor :argument
81
81
 
82
+ # The call logging level associated to this execution.
83
+ # Corresponds to the JSON property `callLogLevel`
84
+ # @return [String]
85
+ attr_accessor :call_log_level
86
+
82
87
  # Output only. Marks the end of execution, successful or not.
83
88
  # Corresponds to the JSON property `endTime`
84
89
  # @return [String]
@@ -123,6 +128,7 @@ module Google
123
128
  # Update properties of this object
124
129
  def update!(**args)
125
130
  @argument = args[:argument] if args.key?(:argument)
131
+ @call_log_level = args[:call_log_level] if args.key?(:call_log_level)
126
132
  @end_time = args[:end_time] if args.key?(:end_time)
127
133
  @error = args[:error] if args.key?(:error)
128
134
  @name = args[:name] if args.key?(:name)
@@ -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.9.0"
19
+ GEM_VERSION = "0.10.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210309"
25
+ REVISION = "20210817"
26
26
  end
27
27
  end
28
28
  end
@@ -84,6 +84,7 @@ module Google
84
84
  # @private
85
85
  class Representation < Google::Apis::Core::JsonRepresentation
86
86
  property :argument, as: 'argument'
87
+ property :call_log_level, as: 'callLogLevel'
87
88
  property :end_time, as: 'endTime'
88
89
  property :error, as: 'error', class: Google::Apis::WorkflowexecutionsV1beta::Error, decorator: Google::Apis::WorkflowexecutionsV1beta::Error::Representation
89
90
 
@@ -29,7 +29,7 @@ module Google
29
29
  # This is NOT the gem version.
30
30
  VERSION = 'V1beta'
31
31
 
32
- # See, edit, configure, and delete your Google Cloud Platform data
32
+ # See, edit, configure, and delete your Google Cloud data and see the email address for your Google Account.
33
33
  AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
34
34
  end
35
35
  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.9.0
4
+ version: 0.10.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: 2021-07-05 00:00:00.000000000 Z
11
+ date: 2021-09-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/master/generated/google-apis-workflowexecutions_v1beta/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-workflowexecutions_v1beta/v0.9.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-workflowexecutions_v1beta/v0.10.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-workflowexecutions_v1beta
63
63
  post_install_message:
64
64
  rdoc_options: []