google-apis-admin_directory_v1 0.67.0 → 0.68.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d2baf37d64ebacac94a24399d5aa01778ed758830418105f0167d8938e580974
|
4
|
+
data.tar.gz: d1769af435285cd7389670e11243476784124198df3a432931fbfacbec68babb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 92c5ad8b743ea73192c6783c02939fd3fe0c0a763aa839589ddbbf479f5c77980b1262449d3a090d7e02ef0b62e23cabffeaa46011a1cfb408a87811a79bed2b
|
7
|
+
data.tar.gz: c09f4df04774f783aab4b7a89106232b41cae60c325be3b845524d1c33a9e9de95209d932d556e89222a0875b71a23fb717d1e18608bcbd2363039e09606390b
|
data/CHANGELOG.md
CHANGED
@@ -1242,6 +1242,11 @@ module Google
|
|
1242
1242
|
# @return [String]
|
1243
1243
|
attr_accessor :os_version
|
1244
1244
|
|
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
|
+
|
1245
1250
|
# The Chrome device's platform version.
|
1246
1251
|
# Corresponds to the JSON property `platformVersion`
|
1247
1252
|
# @return [String]
|
@@ -1345,6 +1350,7 @@ module Google
|
|
1345
1350
|
@org_unit_path = args[:org_unit_path] if args.key?(:org_unit_path)
|
1346
1351
|
@os_update_status = args[:os_update_status] if args.key?(:os_update_status)
|
1347
1352
|
@os_version = args[:os_version] if args.key?(:os_version)
|
1353
|
+
@os_version_compliance = args[:os_version_compliance] if args.key?(:os_version_compliance)
|
1348
1354
|
@platform_version = args[:platform_version] if args.key?(:platform_version)
|
1349
1355
|
@recent_users = args[:recent_users] if args.key?(:recent_users)
|
1350
1356
|
@screenshot_files = args[:screenshot_files] if args.key?(:screenshot_files)
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module AdminDirectoryV1
|
18
18
|
# Version of the google-apis-admin_directory_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.68.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 = "
|
25
|
+
REVISION = "20250804"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -1078,6 +1078,7 @@ module Google
|
|
1078
1078
|
property :os_update_status, as: 'osUpdateStatus', class: Google::Apis::AdminDirectoryV1::OsUpdateStatus, decorator: Google::Apis::AdminDirectoryV1::OsUpdateStatus::Representation
|
1079
1079
|
|
1080
1080
|
property :os_version, as: 'osVersion'
|
1081
|
+
property :os_version_compliance, as: 'osVersionCompliance'
|
1081
1082
|
property :platform_version, as: 'platformVersion'
|
1082
1083
|
collection :recent_users, as: 'recentUsers', class: Google::Apis::AdminDirectoryV1::ChromeOsDevice::RecentUser, decorator: Google::Apis::AdminDirectoryV1::ChromeOsDevice::RecentUser::Representation
|
1083
1084
|
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-admin_directory_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.68.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-admin_directory_v1/CHANGELOG.md
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-admin_directory_v1/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-admin_directory_v1/v0.68.0
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-admin_directory_v1
|
62
62
|
rdoc_options: []
|
63
63
|
require_paths:
|