google-apis-admin_directory_v1 0.30.0 → 0.31.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: 4061c94bbf35c86a77d38b3c55fb7118804c1cb175919b56b34f8bcaad9d17f4
|
|
4
|
+
data.tar.gz: dfd00a910c796f14822c2184e761cbaa6ec07c2f33ca9e3b63a1ef5c59becce1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4b6d979b6a0c2d5aee36dd2ef2d28f77ccb820c15782668f922aca3688b4881db27519cd73dac64c28aa282e2ae814898c06c9ac9ac28eef642f22fe52b24732
|
|
7
|
+
data.tar.gz: 8fc9c8a206e700c6f6ea999ed2f979b31dcd5530c38a1ee733cba908522e4b57dbb9a6102777260bc00567fec1493db2d3106463891ecdc1d08af1251060a0f0
|
data/CHANGELOG.md
CHANGED
|
@@ -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.31.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.9.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20220816"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -331,7 +331,7 @@ module Google
|
|
|
331
331
|
# Moves or inserts multiple Chrome OS devices to an organizational unit. You can
|
|
332
332
|
# move up to 50 devices at once.
|
|
333
333
|
# @param [String] customer_id
|
|
334
|
-
# Immutable ID of the Google Workspace account
|
|
334
|
+
# Immutable. ID of the Google Workspace account
|
|
335
335
|
# @param [String] org_unit_path
|
|
336
336
|
# Full path of the target organizational unit or its ID
|
|
337
337
|
# @param [Google::Apis::AdminDirectoryV1::ChromeOsMoveDevicesToOu] chrome_os_move_devices_to_ou_object
|
|
@@ -456,9 +456,9 @@ module Google
|
|
|
456
456
|
|
|
457
457
|
# Issues a command for the device to execute.
|
|
458
458
|
# @param [String] customer_id
|
|
459
|
-
# Immutable.
|
|
459
|
+
# Immutable. ID of the Google Workspace account.
|
|
460
460
|
# @param [String] device_id
|
|
461
|
-
# Immutable.
|
|
461
|
+
# Immutable. ID of Chrome OS Device.
|
|
462
462
|
# @param [Google::Apis::AdminDirectoryV1::DirectoryChromeosdevicesIssueCommandRequest] directory_chromeosdevices_issue_command_request_object
|
|
463
463
|
# @param [String] fields
|
|
464
464
|
# Selector specifying which fields to include in a partial response.
|
|
@@ -492,11 +492,11 @@ module Google
|
|
|
492
492
|
|
|
493
493
|
# Gets command data a specific command issued to the device.
|
|
494
494
|
# @param [String] customer_id
|
|
495
|
-
# Immutable.
|
|
495
|
+
# Immutable. ID of the Google Workspace account.
|
|
496
496
|
# @param [String] device_id
|
|
497
|
-
# Immutable.
|
|
497
|
+
# Immutable. ID of Chrome OS Device.
|
|
498
498
|
# @param [Fixnum] command_id
|
|
499
|
-
# Immutable.
|
|
499
|
+
# Immutable. ID of Chrome OS Device Command.
|
|
500
500
|
# @param [String] fields
|
|
501
501
|
# Selector specifying which fields to include in a partial response.
|
|
502
502
|
# @param [String] quota_user
|
|
@@ -1569,7 +1569,12 @@ module Google
|
|
|
1569
1569
|
end
|
|
1570
1570
|
|
|
1571
1571
|
# Checks whether the given user is a member of the group. Membership can be
|
|
1572
|
-
# direct or nested
|
|
1572
|
+
# direct or nested, but if nested, the `memberKey` and `groupKey` must be
|
|
1573
|
+
# entities in the same domain or an `Invalid input` error is returned. To check
|
|
1574
|
+
# for nested memberships that include entities outside of the group's domain,
|
|
1575
|
+
# use the [`checkTransitiveMembership()`](https://cloud.google.com/identity/docs/
|
|
1576
|
+
# reference/rest/v1/groups.memberships/checkTransitiveMembership) method in the
|
|
1577
|
+
# Cloud Identity Groups API.
|
|
1573
1578
|
# @param [String] group_key
|
|
1574
1579
|
# Identifies the group in the API request. The value can be the group's email
|
|
1575
1580
|
# address, group alias, or the unique group ID.
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
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.31.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2022-08-
|
|
11
|
+
date: 2022-08-22 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: google-apis-core
|
|
@@ -58,7 +58,7 @@ licenses:
|
|
|
58
58
|
metadata:
|
|
59
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
60
60
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-admin_directory_v1/CHANGELOG.md
|
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-admin_directory_v1/v0.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-admin_directory_v1/v0.31.0
|
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-admin_directory_v1
|
|
63
63
|
post_install_message:
|
|
64
64
|
rdoc_options: []
|