google-apis-androidmanagement_v1 0.105.0 → 0.106.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6b4e390cd73076f86e7f3c2ef7550cff99e9226a8385d69a14f8e8651d458ea3
4
- data.tar.gz: c0c4c036e7052ff01f8c0664fb97cd7074cfb30757572ab8d5f4e153e481fa29
3
+ metadata.gz: ae5b4e66a4c8c4d1fd9bbac3962c2d7ca98c18bf960aaf99859ae50bbdca0fb4
4
+ data.tar.gz: 4f28fd0043907e58a07f6c0aef78b2acdbd5c0a2da74ae9b6965e58686f66509
5
5
  SHA512:
6
- metadata.gz: 799b79a5ac524a7dbab2c098fabf67bc506a023c81e0234a98559d5695816c0a406b89646c83ec57e5a3d085071f752bd5722c617b55dbe2e2364e07c1552126
7
- data.tar.gz: 48bab6ec7faece049af410989718b1e77fb42966a26481996138a9c2b89ee854f331ae7e5199f9150c03316898995cb62aaf10e0a30894dddc03490794dc5269
6
+ metadata.gz: 2152433f7f8e5153175b28eba545e0506c41c97df13b5de4351edbf42375c8519130da04f6ae874755b63436cb948dc4308c75ee0b3940e34f842c81bce66fd5
7
+ data.tar.gz: cbac2737aca88a2f1789a775db2e2e3b7b3a7cb10000d677ae87349f92dbbb51980d3a18cc38f3a9d0f8e9eaf2a338195f897cf0bc603488590e50e5944c4202
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-androidmanagement_v1
2
2
 
3
+ ### v0.106.0 (2026-01-25)
4
+
5
+ * Regenerated from discovery document revision 20260121
6
+
3
7
  ### v0.105.0 (2026-01-18)
4
8
 
5
9
  * Regenerated from discovery document revision 20260113
@@ -7083,6 +7083,13 @@ module Google
7083
7083
  class SystemUpdate
7084
7084
  include Google::Apis::Core::Hashable
7085
7085
 
7086
+ # If this is greater than zero, then this is the number of days after a pending
7087
+ # update becoming available that a device can remain compliant, without taking
7088
+ # the update. Has no effect otherwise.
7089
+ # Corresponds to the JSON property `allowedDaysWithoutUpdate`
7090
+ # @return [Fixnum]
7091
+ attr_accessor :allowed_days_without_update
7092
+
7086
7093
  # If the type is WINDOWED, the end of the maintenance window, measured as the
7087
7094
  # number of minutes after midnight in device's local time. This value must be
7088
7095
  # between 0 and 1439, inclusive. If this value is less than start_minutes, then
@@ -7119,6 +7126,7 @@ module Google
7119
7126
 
7120
7127
  # Update properties of this object
7121
7128
  def update!(**args)
7129
+ @allowed_days_without_update = args[:allowed_days_without_update] if args.key?(:allowed_days_without_update)
7122
7130
  @end_minutes = args[:end_minutes] if args.key?(:end_minutes)
7123
7131
  @freeze_periods = args[:freeze_periods] if args.key?(:freeze_periods)
7124
7132
  @start_minutes = args[:start_minutes] if args.key?(:start_minutes)
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module AndroidmanagementV1
18
18
  # Version of the google-apis-androidmanagement_v1 gem
19
- GEM_VERSION = "0.105.0"
19
+ GEM_VERSION = "0.106.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.18.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20260113"
25
+ REVISION = "20260121"
26
26
  end
27
27
  end
28
28
  end
@@ -2794,6 +2794,7 @@ module Google
2794
2794
  class SystemUpdate
2795
2795
  # @private
2796
2796
  class Representation < Google::Apis::Core::JsonRepresentation
2797
+ property :allowed_days_without_update, as: 'allowedDaysWithoutUpdate'
2797
2798
  property :end_minutes, as: 'endMinutes'
2798
2799
  collection :freeze_periods, as: 'freezePeriods', class: Google::Apis::AndroidmanagementV1::FreezePeriod, decorator: Google::Apis::AndroidmanagementV1::FreezePeriod::Representation
2799
2800
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-androidmanagement_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.105.0
4
+ version: 0.106.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -57,7 +57,7 @@ licenses:
57
57
  metadata:
58
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
59
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-androidmanagement_v1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-androidmanagement_v1/v0.105.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-androidmanagement_v1/v0.106.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-androidmanagement_v1
62
62
  rdoc_options: []
63
63
  require_paths: