google-apis-admin_directory_v1 0.15.0 → 0.16.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: f7bc97214cf5c517f72bab59d0c6dba298243ccc2f1301c36c1bd0f42c138c31
4
- data.tar.gz: e2668c42c8a86a3724c7afe28a1139f853a0ed1a6acea85c3cc0e7d9501e33cd
3
+ metadata.gz: 455c3599c3950b4388e053315933a84f76ae81d63b2bc9835c3e7f70668490d5
4
+ data.tar.gz: 8cfe542aebca131752f3f50f5c59ca03e35b1a707601d49b86f9adda8e06b91a
5
5
  SHA512:
6
- metadata.gz: c035bf4659a652f0ae2dd6ef76a1efcbbe0b898894309220f8e47ab5abfe8d35d293392ecf2af700ac23fed3c6f0738e6ceb672757fee50f644f5a5520d1bf9b
7
- data.tar.gz: 5d974a756c212a5848b65233c16af5ccd773496eb7f01de32a84ac5726b9bfda9facf5f465e2b9cf8a8a3fe8d865dc65b493a6fdcddc307d8f6ddef61f9f9a82
6
+ metadata.gz: 0b214fb5dae6813def1e41ec354e347479ed3a83de1a5869964412e9396a9900516c578acd6bc629c219712cc03937979121a3e506067a72da5b090289024f09
7
+ data.tar.gz: 94071b1f8ea733287f79be5966b4818838fa4b5c164d1161a3f4a4e2d156496d5616d1335bd6295a86276fcd8a6bb0b01503f6a298afcd2825a3088f8bcbd072
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-admin_directory_v1
2
2
 
3
+ ### v0.16.0 (2021-10-20)
4
+
5
+ * Regenerated from discovery document revision 20211014
6
+
3
7
  ### v0.15.0 (2021-09-29)
4
8
 
5
9
  * Regenerated from discovery document revision 20210928
data/OVERVIEW.md CHANGED
@@ -60,8 +60,8 @@ See the class reference docs for information on the methods you can call from a
60
60
 
61
61
  More detailed descriptions of the Google simple REST clients are available in two documents.
62
62
 
63
- * The [Usage Guide](https://github.com/googleapis/google-api-ruby-client/blob/master/docs/usage-guide.md) discusses how to make API calls, how to use the provided data structures, and how to work the various features of the client library, including media upload and download, error handling, retries, pagination, and logging.
64
- * The [Auth Guide](https://github.com/googleapis/google-api-ruby-client/blob/master/docs/auth-guide.md) discusses authentication in the client libraries, including API keys, OAuth 2.0, service accounts, and environment variables.
63
+ * The [Usage Guide](https://github.com/googleapis/google-api-ruby-client/blob/main/docs/usage-guide.md) discusses how to make API calls, how to use the provided data structures, and how to work the various features of the client library, including media upload and download, error handling, retries, pagination, and logging.
64
+ * The [Auth Guide](https://github.com/googleapis/google-api-ruby-client/blob/main/docs/auth-guide.md) discusses authentication in the client libraries, including API keys, OAuth 2.0, service accounts, and environment variables.
65
65
 
66
66
  (Note: the above documents are written for the simple REST clients in general, and their examples may not reflect the Admin service in particular.)
67
67
 
@@ -2874,7 +2874,8 @@ module Google
2874
2874
  # Managing your account's organizational units allows you to configure your
2875
2875
  # users' access to services and custom settings. For more information about
2876
2876
  # common organizational unit tasks, see the [Developer's Guide](/admin-sdk/
2877
- # directory/v1/guides/manage-org-units.html).
2877
+ # directory/v1/guides/manage-org-units.html). The customer's organizational unit
2878
+ # hierarchy is limited to 35 levels of depth.
2878
2879
  class OrgUnit
2879
2880
  include Google::Apis::Core::Hashable
2880
2881
 
@@ -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.15.0"
19
+ GEM_VERSION = "0.16.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210928"
25
+ REVISION = "20211014"
26
26
  end
27
27
  end
28
28
  end
@@ -271,6 +271,9 @@ module Google
271
271
  # administrator, you can also use the `my_customer` alias to represent your
272
272
  # account's `customerId`. The `customerId` is also returned as part of the [
273
273
  # Users resource](/admin-sdk/directory/v1/reference/users).
274
+ # @param [Boolean] include_child_orgunits
275
+ # Return devices from all child orgunits, as well as the specified org unit. If
276
+ # this is set to true 'orgUnitPath' must be provided.
274
277
  # @param [Fixnum] max_results
275
278
  # Maximum number of results to return.
276
279
  # @param [String] order_by
@@ -306,11 +309,12 @@ module Google
306
309
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
307
310
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
308
311
  # @raise [Google::Apis::AuthorizationError] Authorization is required
309
- def list_chrome_os_devices(customer_id, max_results: nil, order_by: nil, org_unit_path: nil, page_token: nil, projection: nil, query: nil, sort_order: nil, fields: nil, quota_user: nil, options: nil, &block)
312
+ def list_chrome_os_devices(customer_id, include_child_orgunits: nil, max_results: nil, order_by: nil, org_unit_path: nil, page_token: nil, projection: nil, query: nil, sort_order: nil, fields: nil, quota_user: nil, options: nil, &block)
310
313
  command = make_simple_command(:get, 'admin/directory/v1/customer/{customerId}/devices/chromeos', options)
311
314
  command.response_representation = Google::Apis::AdminDirectoryV1::ChromeOsDevices::Representation
312
315
  command.response_class = Google::Apis::AdminDirectoryV1::ChromeOsDevices
313
316
  command.params['customerId'] = customer_id unless customer_id.nil?
317
+ command.query['includeChildOrgunits'] = include_child_orgunits unless include_child_orgunits.nil?
314
318
  command.query['maxResults'] = max_results unless max_results.nil?
315
319
  command.query['orderBy'] = order_by unless order_by.nil?
316
320
  command.query['orgUnitPath'] = org_unit_path unless org_unit_path.nil?
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.15.0
4
+ version: 0.16.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: 2021-10-04 00:00:00.000000000 Z
11
+ date: 2021-10-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -57,9 +57,9 @@ licenses:
57
57
  - Apache-2.0
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
- changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-admin_directory_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-admin_directory_v1/v0.15.0
62
- source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-admin_directory_v1
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.16.0
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: []
65
65
  require_paths: