google-apis-admin_directory_v1 0.68.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
@@ -1242,7 +1242,7 @@ module Google
|
|
1242
1242
|
# @return [String]
|
1243
1243
|
attr_accessor :os_version
|
1244
1244
|
|
1245
|
-
# Output only.
|
1245
|
+
# Output only. Device policy compliance status of the OS version.
|
1246
1246
|
# Corresponds to the JSON property `osVersionCompliance`
|
1247
1247
|
# @return [String]
|
1248
1248
|
attr_accessor :os_version_compliance
|
@@ -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
|
@@ -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:
|