google-apis-osconfig_v1alpha 0.1.0 → 0.2.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: ad101cfaca0bc6a526d89ab5b2f6d0aff50598b028c3f5038edfa8ebacdd5c99
4
- data.tar.gz: 33104b718f4f1cb84a592701dfeec6b6c6d60c36a1b231f9336df67b13bdb6aa
3
+ metadata.gz: 41a57152aff0175af386ba8bab437afa13f61c54afecbbc5e994e11339c0a80a
4
+ data.tar.gz: 317c9b9b01f2db808584d6cf0bf98530742f62466a7cef3ff61f06e309455196
5
5
  SHA512:
6
- metadata.gz: 0c6b983c0c46db101e0b572d3f792c6c9999f07ab69357fd75785b798c0bd403d247ea28be3b8bac33170a638813963ece783f796c1335b8e1b8e6e88f599104
7
- data.tar.gz: a16a1e4b5db2732ea4089e4168c232f623f495aa405bf23083d3dc831ec61270e34e02069c19ea3511b105730c4b0eee2eeb0cd81192e83809a66e123bdbc20c
6
+ metadata.gz: 98756da979bf7d850845ae4927644ea2f82145450295ca95da45d4c5386370088f0eb88a8a7f31022a7f5cd170342ae31f25b4a478f786f8277bd09c55f18fa8
7
+ data.tar.gz: a050608716f9b5e9d193f79080b019c1bed91551061ebb012b88e65b4e783baa71cd7574d3765ccd9c2ec4be4e2604cf0e82dab6b7b4d1a30023ba60415dffd6
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-osconfig_v1alpha
2
2
 
3
+ ### v0.2.0 (2021-06-05)
4
+
5
+ * Regenerated from discovery document revision 20210527
6
+ * Regenerated using generator version 0.3.0
7
+
3
8
  ### v0.1.0 (2021-05-27)
4
9
 
5
10
  * Regenerated from discovery document revision 20210507
@@ -1322,6 +1322,12 @@ module Google
1322
1322
  class OsPolicyResourceConfigStep
1323
1323
  include Google::Apis::Core::Hashable
1324
1324
 
1325
+ # An error message recorded during the execution of this step. Only populated
1326
+ # when outcome is FAILED.
1327
+ # Corresponds to the JSON property `errorMessage`
1328
+ # @return [String]
1329
+ attr_accessor :error_message
1330
+
1325
1331
  # Outcome of the configuration step.
1326
1332
  # Corresponds to the JSON property `outcome`
1327
1333
  # @return [String]
@@ -1338,6 +1344,7 @@ module Google
1338
1344
 
1339
1345
  # Update properties of this object
1340
1346
  def update!(**args)
1347
+ @error_message = args[:error_message] if args.key?(:error_message)
1341
1348
  @outcome = args[:outcome] if args.key?(:outcome)
1342
1349
  @type = args[:type] if args.key?(:type)
1343
1350
  end
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module OsconfigV1alpha
18
18
  # Version of the google-apis-osconfig_v1alpha gem
19
- GEM_VERSION = "0.1.0"
19
+ GEM_VERSION = "0.2.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.2.0"
22
+ GENERATOR_VERSION = "0.3.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210507"
25
+ REVISION = "20210527"
26
26
  end
27
27
  end
28
28
  end
@@ -705,6 +705,7 @@ module Google
705
705
  class OsPolicyResourceConfigStep
706
706
  # @private
707
707
  class Representation < Google::Apis::Core::JsonRepresentation
708
+ property :error_message, as: 'errorMessage'
708
709
  property :outcome, as: 'outcome'
709
710
  property :type, as: 'type'
710
711
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-osconfig_v1alpha
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.2.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-05-31 00:00:00.000000000 Z
11
+ date: 2021-06-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -52,7 +52,7 @@ licenses:
52
52
  metadata:
53
53
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
54
54
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-osconfig_v1alpha/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-osconfig_v1alpha/v0.1.0
55
+ documentation_uri: https://googleapis.dev/ruby/google-apis-osconfig_v1alpha/v0.2.0
56
56
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-osconfig_v1alpha
57
57
  post_install_message:
58
58
  rdoc_options: []