Skip to content

Commit 7dbc8d0

Browse files
feat: Automated regeneration of osconfig v1 client (googleapis#25063)
Auto-created at 2025-11-23 10:32:47 +0000 using the toys pull request generator.
1 parent bbfc138 commit 7dbc8d0

File tree

3 files changed

+15
-11
lines changed

3 files changed

+15
-11
lines changed

generated/google-apis-osconfig_v1/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release history for google-apis-osconfig_v1
22

3+
### v0.51.0 (2025-11-23)
4+
5+
* Regenerated from discovery document revision 20251117
6+
37
### v0.50.0 (2025-11-09)
48

59
* Regenerated from discovery document revision 20251030

generated/google-apis-osconfig_v1/lib/google/apis/osconfig_v1/classes.rb

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2810,15 +2810,15 @@ class PatchConfig
28102810
attr_accessor :reboot_config
28112811

28122812
# Optional. Enables enhanced reporting for the patch job: 1. Allows the patch
2813-
# job to skip unpatchable instances, reporting them as SKIPPED. An instance can
2814-
# be unpatchable for two reasons: a. The instance runs Container-Optimized OS (
2815-
# COS), which cannot be patched. b. The patch job's configuration prohibits
2816-
# patching on Managed Instance Groups (MIGs) through the PatchConfig.
2817-
# migInstancesAllowed field, and the instance is part of one. 2. The system
2818-
# reports the patch job as SUCCEEDED if it completes without errors, regardless
2819-
# of whether any instances were SKIPPED. 3. The system reports the patch job as
2820-
# COMPLETED_WITH_INACTIVE_VMS if it completes without errors, but some instances
2821-
# were INACTIVE and therefore not patched.
2813+
# job to skip unpatchable instances, reporting them as `SKIPPED`. An instance
2814+
# can be unpatchable for two reasons: 1. The instance runs Container-Optimized
2815+
# OS (COS), which cannot be patched. 2. The instance is part of a managed
2816+
# instance group (MIG), and patching MIG instances is disabled in the patch job'
2817+
# s configuration (PatchConfig.migInstancesAllowed is `false`). 2. Reports the
2818+
# patch job as `SUCCEEDED` if it completes without errors, even if some
2819+
# instances were `SKIPPED`. 3. Reports the patch job as `
2820+
# COMPLETED_WITH_INACTIVE_VMS` if it completes without errors, but some
2821+
# instances were `INACTIVE` and were not patched.
28222822
# Corresponds to the JSON property `skipUnpatchableVms`
28232823
# @return [Boolean]
28242824
attr_accessor :skip_unpatchable_vms

generated/google-apis-osconfig_v1/lib/google/apis/osconfig_v1/gem_version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ module Google
1616
module Apis
1717
module OsconfigV1
1818
# Version of the google-apis-osconfig_v1 gem
19-
GEM_VERSION = "0.50.0"
19+
GEM_VERSION = "0.51.0"
2020

2121
# Version of the code generator used to generate this client
2222
GENERATOR_VERSION = "0.18.0"
2323

2424
# Revision of the discovery document this client was generated from
25-
REVISION = "20251030"
25+
REVISION = "20251117"
2626
end
2727
end
2828
end

0 commit comments

Comments
 (0)