google-apis-admin_directory_v1 0.42.0 → 0.43.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: 0ee91f86ef6fe00ae87c42e9d1c3f52cc6de39d0d93a0a9f95d690a76e9a2176
|
|
4
|
+
data.tar.gz: c3755cf4b1f3179e10d7f7ec1fe0473d2f90728d3be3a9185024ee68f0d153be
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9462672aecc3bdca58e6e6c18093d2341c72ab3d3306e9abd408c892b8d13f65c1aa6bcf8345facc573b78a02250c6cddbfb35da81e6e5ee92026411a4f1327c
|
|
7
|
+
data.tar.gz: 785b547ef9cc5b5c298e6720ae5f6848d4e5bba559845cdf6506a2477d5a8df76f6d7562776bdb1e59df3acf3c786c732b9fedeb9a8bb4191c8e96ccf7a54b8d
|
data/CHANGELOG.md
CHANGED
|
@@ -2601,8 +2601,8 @@ module Google
|
|
|
2601
2601
|
class Member
|
|
2602
2602
|
include Google::Apis::Core::Hashable
|
|
2603
2603
|
|
|
2604
|
-
# Defines mail delivery preferences of member. This is only supported by
|
|
2605
|
-
# update
|
|
2604
|
+
# Defines mail delivery preferences of member. This field is only supported by `
|
|
2605
|
+
# insert`, `update`, and `get` methods.
|
|
2606
2606
|
# Corresponds to the JSON property `delivery_settings`
|
|
2607
2607
|
# @return [String]
|
|
2608
2608
|
attr_accessor :delivery_settings
|
|
@@ -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.43.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.12.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20230516"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -3982,7 +3982,11 @@ module Google
|
|
|
3982
3982
|
execute_or_queue_command(command, &block)
|
|
3983
3983
|
end
|
|
3984
3984
|
|
|
3985
|
-
# Creates a user.
|
|
3985
|
+
# Creates a user. Mutate calls immediately following user creation might
|
|
3986
|
+
# sometimes fail as the user isn't fully created due to propagation delay in our
|
|
3987
|
+
# backends. Check the error details for the "User creation is not complete"
|
|
3988
|
+
# message to see if this is the case. Retrying the calls after some time can
|
|
3989
|
+
# help in this case.
|
|
3986
3990
|
# @param [Google::Apis::AdminDirectoryV1::User] user_object
|
|
3987
3991
|
# @param [String] fields
|
|
3988
3992
|
# Selector specifying which fields to include in a partial response.
|
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.43.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: 2023-
|
|
11
|
+
date: 2023-05-21 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.43.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: []
|