google-apis-admin_directory_v1 0.30.0 → 0.31.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: 4061c94bbf35c86a77d38b3c55fb7118804c1cb175919b56b34f8bcaad9d17f4
4
+ data.tar.gz: dfd00a910c796f14822c2184e761cbaa6ec07c2f33ca9e3b63a1ef5c59becce1
5
5
  SHA512:
6
- metadata.gz: 39bea2b3dbd1b5f16fa0bfb90bbe17daf83e80d1604749f79e31bef04e6523be4fbc4d111e522f1f86bfbce7f628998a80e081c95051ee31b0247c0b236c4162
7
- data.tar.gz: 85aadd69b4f9b6eb37e1617682c371fbdd3c96d51243caf921d72248a524fcaca57be0da81f275cbb4654f7560a6e55fc8170245ecf1822f7b833ba67c80e979
6
+ metadata.gz: 4b6d979b6a0c2d5aee36dd2ef2d28f77ccb820c15782668f922aca3688b4881db27519cd73dac64c28aa282e2ae814898c06c9ac9ac28eef642f22fe52b24732
7
+ data.tar.gz: 8fc9c8a206e700c6f6ea999ed2f979b31dcd5530c38a1ee733cba908522e4b57dbb9a6102777260bc00567fec1493db2d3106463891ecdc1d08af1251060a0f0
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-admin_directory_v1
2
2
 
3
+ ### v0.31.0 (2022-08-18)
4
+
5
+ * Regenerated from discovery document revision 20220816
6
+
3
7
  ### v0.30.0 (2022-08-11)
4
8
 
5
9
  * 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.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 = "20220809"
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. 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.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-15 00:00:00.000000000 Z
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.30.0
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: []