google-apis-admin_directory_v1 0.56.0 → 0.57.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: 688f69ab10b604e77920850b71ed85a6cbe29d3d97d728293e4850a32f88e9e3
|
|
4
|
+
data.tar.gz: 381ee585f53b7542babd8ec10ef92a56cf98fe2c0b4ffb48167fd69d823c82f1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 060ef4dae487b86000e33771dd0a6344e60d5f76798d3592e081cd463f4e794681288bb75d18a022115605c329953e1333bbe2755ad4b8e8b7207f6b293cb55d
|
|
7
|
+
data.tar.gz: 2a0109d16ab9685997dde9b464d4b7619371d4854ca2b2dc1faba49ba967776015f70b53e9e8bbb18fa039eed20bd76cb7d9d358688524245ac059a99a60fbe7
|
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.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 = "
|
|
25
|
+
REVISION = "20240611"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -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
|
|
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
|
|
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.
|
|
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-06-
|
|
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.
|
|
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: []
|