google-apis-osconfig_v1beta 0.11.0 → 0.12.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: 2dd7c7235b6aaae09c7e771086bfbad6ac580a019327ee2bf4d5d42b2574ca5b
4
- data.tar.gz: e86a376a51e685483cb9ceafcc5f3e997bf803153e2b3a89de3cbe770293758d
3
+ metadata.gz: 501aaf2e9d582f4af0dfd3c9baccd52033920ae540338c4f2399d49adfdbcf24
4
+ data.tar.gz: 504f8595cf88c25723068a7dfdc82c7926ac30b80f5cf1b69cc5d6f689210a15
5
5
  SHA512:
6
- metadata.gz: 3f933fa962f60e7f0421b6502895774a8f780cf542dfbf8c00645e271645299b6130dd4b5e5e61574485b39f94276949f0661b143d583082c0d678d4b19223ab
7
- data.tar.gz: 2f42b7c4362a37ec342f89181a7f763f48a4a9d359d4580b7a5e555ca82a2828b1f8ec0ea5fe1df29a44be2a6c334287084ee67290129d707abd35840d401a37
6
+ metadata.gz: d01a1d8a5262ea2726e8f037a0579a1b6169a95ec34d70b6d1c36735870780eb6c94824d54b4112e2018c038c807d1c5201c5f1c2bc36d2e9b756a9e1def21b3
7
+ data.tar.gz: ecc207cd0fc83f9f78f01bf84ef775ab8d7497bc49d4f196ad607f436cb6e134667ad7b6f4d9ab072fe68daf76b355c99db0c276a13c568478382a49dec34e14
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-osconfig_v1beta
2
2
 
3
+ ### v0.12.0 (2021-11-17)
4
+
5
+ * Regenerated from discovery document revision 20211106
6
+
3
7
  ### v0.11.0 (2021-11-06)
4
8
 
5
9
  * Regenerated from discovery document revision 20211029
@@ -2189,6 +2189,17 @@ module Google
2189
2189
  # @return [String]
2190
2190
  attr_accessor :day_of_week
2191
2191
 
2192
+ # Optional. Represents the number of days before or after the given week day of
2193
+ # month that the patch deployment is scheduled for. For example if `week_ordinal`
2194
+ # and `day_of_week` values point to the second day of the month and this `
2195
+ # day_offset` value is set to `3`, the patch deployment takes place three days
2196
+ # after the second Tuesday of the month. If this value is negative, for example -
2197
+ # 5, the patches are deployed five days before before the second Tuesday of the
2198
+ # month. Allowed values are in range [-30, 30].
2199
+ # Corresponds to the JSON property `dayOffset`
2200
+ # @return [Fixnum]
2201
+ attr_accessor :day_offset
2202
+
2192
2203
  # Required. Week number in a month. 1-4 indicates the 1st to 4th week of the
2193
2204
  # month. -1 indicates the last week of the month.
2194
2205
  # Corresponds to the JSON property `weekOrdinal`
@@ -2202,6 +2213,7 @@ module Google
2202
2213
  # Update properties of this object
2203
2214
  def update!(**args)
2204
2215
  @day_of_week = args[:day_of_week] if args.key?(:day_of_week)
2216
+ @day_offset = args[:day_offset] if args.key?(:day_offset)
2205
2217
  @week_ordinal = args[:week_ordinal] if args.key?(:week_ordinal)
2206
2218
  end
2207
2219
  end
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module OsconfigV1beta
18
18
  # Version of the google-apis-osconfig_v1beta gem
19
- GEM_VERSION = "0.11.0"
19
+ GEM_VERSION = "0.12.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 = "20211029"
25
+ REVISION = "20211106"
26
26
  end
27
27
  end
28
28
  end
@@ -969,6 +969,7 @@ module Google
969
969
  # @private
970
970
  class Representation < Google::Apis::Core::JsonRepresentation
971
971
  property :day_of_week, as: 'dayOfWeek'
972
+ property :day_offset, as: 'dayOffset'
972
973
  property :week_ordinal, as: 'weekOrdinal'
973
974
  end
974
975
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-osconfig_v1beta
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.11.0
4
+ version: 0.12.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-11-08 00:00:00.000000000 Z
11
+ date: 2021-12-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-osconfig_v1beta/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-osconfig_v1beta/v0.11.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-osconfig_v1beta/v0.12.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-osconfig_v1beta
63
63
  post_install_message:
64
64
  rdoc_options: []