google-apis-admin_directory_v1 0.55.0 → 0.57.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: b169edc49c0d3529ff64b2a2cb0cbe66edc51d5e74b646afc5efb034cf287bfe
4
- data.tar.gz: 90e4585cd1cab1716b4e2fb1b2c54a54a1016a06567ba8b7a127465596940ac6
3
+ metadata.gz: 688f69ab10b604e77920850b71ed85a6cbe29d3d97d728293e4850a32f88e9e3
4
+ data.tar.gz: 381ee585f53b7542babd8ec10ef92a56cf98fe2c0b4ffb48167fd69d823c82f1
5
5
  SHA512:
6
- metadata.gz: 83db113dbefdb18eb099e348e1a2f7f469960526117c85a7c08ef3da5fb95ea17eb2fc03e1423cab5e65c034a76d7a0c863bed7b5603f35e1179847bfa6a2eee
7
- data.tar.gz: a892217653e3485070f42745acf263b94dfb50f6fd21956743ddc70ed75c46286968e4bdad9d3b54c12786ab8d47ac09c5dfd25fa0f9f1db03fa6c69398775af
6
+ metadata.gz: 060ef4dae487b86000e33771dd0a6344e60d5f76798d3592e081cd463f4e794681288bb75d18a022115605c329953e1333bbe2755ad4b8e8b7207f6b293cb55d
7
+ data.tar.gz: 2a0109d16ab9685997dde9b464d4b7619371d4854ca2b2dc1faba49ba967776015f70b53e9e8bbb18fa039eed20bd76cb7d9d358688524245ac059a99a60fbe7
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-admin_directory_v1
2
2
 
3
+ ### v0.57.0 (2024-06-16)
4
+
5
+ * Regenerated from discovery document revision 20240611
6
+
7
+ ### v0.56.0 (2024-06-09)
8
+
9
+ * Regenerated from discovery document revision 20240603
10
+
3
11
  ### v0.55.0 (2024-05-19)
4
12
 
5
13
  * Regenerated from discovery document revision 20240509
@@ -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.55.0"
19
+ GEM_VERSION = "0.57.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.15.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240509"
25
+ REVISION = "20240611"
26
26
  end
27
27
  end
28
28
  end
@@ -279,7 +279,7 @@ module Google
279
279
  # Return devices from all child orgunits, as well as the specified org unit. If
280
280
  # this is set to true, 'orgUnitPath' must be provided.
281
281
  # @param [Fixnum] max_results
282
- # Maximum number of results to return, value should not exceed 300.
282
+ # Maximum number of results to return. Value should not exceed 300.
283
283
  # @param [String] order_by
284
284
  # Device property to use for sorting results.
285
285
  # @param [String] org_unit_path
@@ -4069,13 +4069,13 @@ module Google
4069
4069
  # fetched. This should only be set when `projection=custom`.
4070
4070
  # @param [String] customer
4071
4071
  # The unique ID for the customer's Google Workspace account. In case of a multi-
4072
- # domain account, to fetch all groups for a customer, use this field instead of `
4072
+ # domain account, to fetch all users for a customer, use this field instead of `
4073
4073
  # domain`. You can also use the `my_customer` alias to represent your account's `
4074
4074
  # customerId`. The `customerId` is also returned as part of the [Users](/admin-
4075
4075
  # sdk/directory/v1/reference/users) resource. You must provide either the `
4076
4076
  # customer` or the `domain` parameter.
4077
4077
  # @param [String] domain
4078
- # The domain name. Use this field to get groups from only one domain. To return
4078
+ # The domain name. Use this field to get users from only one domain. To return
4079
4079
  # all domains for a customer account, use the `customer` query parameter instead.
4080
4080
  # Either the `customer` or the `domain` parameter must be provided.
4081
4081
  # @param [String] event
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.55.0
4
+ version: 0.57.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: 2024-05-19 00:00:00.000000000 Z
11
+ date: 2024-06-16 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.55.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-admin_directory_v1/v0.57.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: []