google-apis-admin_directory_v1 0.24.0 → 0.25.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: dacb165457a3aff3f7f9acf2788c6fd18d9d6061299ade0e91eebac18f9e9577
|
|
4
|
+
data.tar.gz: 4a25bf7077d2ce46b53636ccc7f4eb2ef3c5cb648fa3b3b887d2390b5ca64edc
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 322bd31077fbdfd866d0df4b62f88a2fef2c4cd7bc78363668fe8f6109c9e425e75d17654cb7b02392826146c1e7412bfa7324ff908fbedfbb90dc49ca2b7a19
|
|
7
|
+
data.tar.gz: e9e76d070b0c26036a940b0368d7373a6b22078ff23969498c6eb3342078caba9bf68723961d5ef0b1209e0a96777b6c7be700672529c99ac741638c8a3acdfe
|
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.25.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.5.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20220606"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -1274,10 +1274,11 @@ module Google
|
|
|
1274
1274
|
# Retrieves all groups of a domain or of a user given a userKey (paginated).
|
|
1275
1275
|
# @param [String] customer
|
|
1276
1276
|
# The unique ID for the customer's Google Workspace account. In case of a multi-
|
|
1277
|
-
# domain account, to fetch all groups for a customer, fill this field instead
|
|
1278
|
-
# domain
|
|
1279
|
-
#
|
|
1280
|
-
#
|
|
1277
|
+
# domain account, to fetch all groups for a customer, fill in this field instead
|
|
1278
|
+
# of `domain`. You can also use the `my_customer` alias to represent your
|
|
1279
|
+
# account's `customerId`. The `customerId` is also returned as part of the [
|
|
1280
|
+
# Users](/admin-sdk/directory/v1/reference/users) resource. Either the `customer`
|
|
1281
|
+
# or the `domain` parameter must be provided.
|
|
1281
1282
|
# @param [String] domain
|
|
1282
1283
|
# The domain name. Use this field to get groups from only one domain. To return
|
|
1283
1284
|
# all domains for a customer account, use the `customer` query parameter instead.
|
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.25.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-06-
|
|
11
|
+
date: 2022-06-13 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.25.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: []
|