Skip to content

Commit 7806230

Browse files
feat: Automated regeneration of admin directory_v1 client (googleapis#23911)
Auto-created at 2025-08-10 10:28:29 +0000 using the toys pull request generator.
1 parent 11c44ff commit 7806230

File tree

5 files changed

+14
-2
lines changed

5 files changed

+14
-2
lines changed

api_names_out.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3850,6 +3850,7 @@
38503850
"/admin:directory_v1/ChromeOsDevice/orgUnitPath": org_unit_path
38513851
"/admin:directory_v1/ChromeOsDevice/osUpdateStatus": os_update_status
38523852
"/admin:directory_v1/ChromeOsDevice/osVersion": os_version
3853+
"/admin:directory_v1/ChromeOsDevice/osVersionCompliance": os_version_compliance
38533854
"/admin:directory_v1/ChromeOsDevice/platformVersion": platform_version
38543855
"/admin:directory_v1/ChromeOsDevice/recentUsers": recent_users
38553856
"/admin:directory_v1/ChromeOsDevice/recentUsers/recent_user": recent_user

generated/google-apis-admin_directory_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-admin_directory_v1
22

3+
### v0.68.0 (2025-08-10)
4+
5+
* Regenerated from discovery document revision 20250804
6+
37
### v0.67.0 (2025-07-13)
48

59
* Regenerated from discovery document revision 20250707

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1242,6 +1242,11 @@ class ChromeOsDevice
12421242
# @return [String]
12431243
attr_accessor :os_version
12441244

1245+
# Output only. Compliance status of the OS version.
1246+
# Corresponds to the JSON property `osVersionCompliance`
1247+
# @return [String]
1248+
attr_accessor :os_version_compliance
1249+
12451250
# The Chrome device's platform version.
12461251
# Corresponds to the JSON property `platformVersion`
12471252
# @return [String]
@@ -1345,6 +1350,7 @@ def update!(**args)
13451350
@org_unit_path = args[:org_unit_path] if args.key?(:org_unit_path)
13461351
@os_update_status = args[:os_update_status] if args.key?(:os_update_status)
13471352
@os_version = args[:os_version] if args.key?(:os_version)
1353+
@os_version_compliance = args[:os_version_compliance] if args.key?(:os_version_compliance)
13481354
@platform_version = args[:platform_version] if args.key?(:platform_version)
13491355
@recent_users = args[:recent_users] if args.key?(:recent_users)
13501356
@screenshot_files = args[:screenshot_files] if args.key?(:screenshot_files)

generated/google-apis-admin_directory_v1/lib/google/apis/admin_directory_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 AdminDirectoryV1
1818
# Version of the google-apis-admin_directory_v1 gem
19-
GEM_VERSION = "0.67.0"
19+
GEM_VERSION = "0.68.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 = "20250707"
25+
REVISION = "20250804"
2626
end
2727
end
2828
end

generated/google-apis-admin_directory_v1/lib/google/apis/admin_directory_v1/representations.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1078,6 +1078,7 @@ class Representation < Google::Apis::Core::JsonRepresentation
10781078
property :os_update_status, as: 'osUpdateStatus', class: Google::Apis::AdminDirectoryV1::OsUpdateStatus, decorator: Google::Apis::AdminDirectoryV1::OsUpdateStatus::Representation
10791079

10801080
property :os_version, as: 'osVersion'
1081+
property :os_version_compliance, as: 'osVersionCompliance'
10811082
property :platform_version, as: 'platformVersion'
10821083
collection :recent_users, as: 'recentUsers', class: Google::Apis::AdminDirectoryV1::ChromeOsDevice::RecentUser, decorator: Google::Apis::AdminDirectoryV1::ChromeOsDevice::RecentUser::Representation
10831084

0 commit comments

Comments
 (0)