google-apis-admin_directory_v1 0.67.0 → 0.69.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: f406d5abf595dc837186d6c18ad925b290257c4b1bef83963b5315348fd86e36
|
4
|
+
data.tar.gz: 1bb3493ebd0ca965fdc979dc3b445fc2d00a7c91a8a55f0bcf317802cbb9ccaa
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2f38a05234870f1c305e9db5d643e133b52164f9eee5e81986ff57d938a9552bd0ed5be574e99f8e5b1c1679ab40d9ff66ea200d1b566c5347bb3e5e3000306e
|
7
|
+
data.tar.gz: 35770dab0fd71fbc700f8d70d8fd7f3817432340bd230cf260c3e7a10e343f3e3fe07e4b41b6e164f84b25fbbc12e71943f17da7c59da513c05e84a69e370ef2
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Release history for google-apis-admin_directory_v1
|
2
2
|
|
3
|
+
### v0.69.0 (2025-09-21)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20250916
|
6
|
+
|
7
|
+
### v0.68.0 (2025-08-10)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20250804
|
10
|
+
|
3
11
|
### v0.67.0 (2025-07-13)
|
4
12
|
|
5
13
|
* Regenerated from discovery document revision 20250707
|
@@ -1242,6 +1242,11 @@ module Google
|
|
1242
1242
|
# @return [String]
|
1243
1243
|
attr_accessor :os_version
|
1244
1244
|
|
1245
|
+
# Output only. Device policy 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.69.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 = "20250916"
|
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
|
|
@@ -1624,7 +1624,8 @@ module Google
|
|
1624
1624
|
# Token to specify next page in the list
|
1625
1625
|
# @param [String] query
|
1626
1626
|
# Query string search. Should be of the form "". Complete documentation is at
|
1627
|
-
# https
|
1627
|
+
# https://developers.google.com/workspace/admin/directory/v1/guides/search-
|
1628
|
+
# groups
|
1628
1629
|
# @param [String] sort_order
|
1629
1630
|
# Whether to return results in ascending or descending order. Only of use when
|
1630
1631
|
# orderBy is also used
|
@@ -4361,7 +4362,7 @@ module Google
|
|
4361
4362
|
# What subset of fields to fetch for this user.
|
4362
4363
|
# @param [String] query
|
4363
4364
|
# Query string search. Should be of the form "". Complete documentation is at
|
4364
|
-
# https
|
4365
|
+
# https://developers.google.com/workspace/admin/directory/v1/guides/search-users
|
4365
4366
|
# @param [String] show_deleted
|
4366
4367
|
# If set to true, retrieves the list of deleted users. (Default: false)
|
4367
4368
|
# @param [String] sort_order
|
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.69.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.69.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:
|