google-apis-admin_directory_v1 0.30.0 → 0.32.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8a733be50c796c40fa094852ca734acf102a5094b3c7125fe7ebd1e91f4d0385
4
- data.tar.gz: 4b7577c6d7a77587c8f3bb18a5a5905eb9591e4b30a0a9ea52a7b09418a6cb87
3
+ metadata.gz: 3e08475da20fd3e61ff3b457bee397ea74ab5aa8cc30c528aed09268ff4f74f3
4
+ data.tar.gz: 412c84472cab3eae8a8550e121d31eeea80d0f18133eb941b0ae47ac9aecc040
5
5
  SHA512:
6
- metadata.gz: 39bea2b3dbd1b5f16fa0bfb90bbe17daf83e80d1604749f79e31bef04e6523be4fbc4d111e522f1f86bfbce7f628998a80e081c95051ee31b0247c0b236c4162
7
- data.tar.gz: 85aadd69b4f9b6eb37e1617682c371fbdd3c96d51243caf921d72248a524fcaca57be0da81f275cbb4654f7560a6e55fc8170245ecf1822f7b833ba67c80e979
6
+ metadata.gz: f159e698aa89138f79b9d4a7cc0681135cb8dce12812e259f05c98944696454cccb7a0b4a03062c114845a3f29a641ba335bca7387e19a0f3f299bdef4b758b4
7
+ data.tar.gz: d7cc809548bb127fc7df11b6f648c2339683c0ae6e54ba2f56b91072cdeaff91e200779740e1c466bf5a4d59cea3d3652a54df941bb8cf9e439a7abafc2ee7e1
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-admin_directory_v1
2
2
 
3
+ ### v0.32.0 (2022-09-16)
4
+
5
+ * Regenerated from discovery document revision 20220913
6
+
7
+ ### v0.31.0 (2022-08-18)
8
+
9
+ * Regenerated from discovery document revision 20220816
10
+
3
11
  ### v0.30.0 (2022-08-11)
4
12
 
5
13
  * Regenerated from discovery document revision 20220809
@@ -1470,7 +1470,7 @@ module Google
1470
1470
  end
1471
1471
  end
1472
1472
 
1473
- #
1473
+ # The data regarding an action to update the status of a Chrome OS device.
1474
1474
  class ChromeOsDeviceAction
1475
1475
  include Google::Apis::Core::Hashable
1476
1476
 
@@ -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.30.0"
19
+ GEM_VERSION = "0.32.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 = "20220809"
25
+ REVISION = "20220913"
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. Immutable ID of the Google Workspace account.
459
+ # Immutable. ID of the Google Workspace account.
460
460
  # @param [String] device_id
461
- # Immutable. Immutable ID of Chrome OS Device.
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. Immutable ID of the Google Workspace account.
495
+ # Immutable. ID of the Google Workspace account.
496
496
  # @param [String] device_id
497
- # Immutable. Immutable ID of Chrome OS Device.
497
+ # Immutable. ID of Chrome OS Device.
498
498
  # @param [Fixnum] command_id
499
- # Immutable. Immutable ID of Chrome OS Device Command.
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.30.0
4
+ version: 0.32.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-15 00:00:00.000000000 Z
11
+ date: 2022-09-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '0.7'
19
+ version: 0.7.2
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: '0.7'
29
+ version: 0.7.2
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -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.30.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-admin_directory_v1/v0.32.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: []