google-apis-admin_directory_v1 0.41.0 → 0.43.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: 2428a00e2aa3e0429841d599f1d7bfd1043bc83742d46d5b513f441435405640
4
- data.tar.gz: f69ef7f19c47748389fee68646df75a8539a5345ab0c7e35fe8a668ed141dea3
3
+ metadata.gz: 0ee91f86ef6fe00ae87c42e9d1c3f52cc6de39d0d93a0a9f95d690a76e9a2176
4
+ data.tar.gz: c3755cf4b1f3179e10d7f7ec1fe0473d2f90728d3be3a9185024ee68f0d153be
5
5
  SHA512:
6
- metadata.gz: 35f4f4f2e21c14303464db4d14c11b2ab71d1109a37c6899bc4aba19fc1d463c91676f6f0132a8833476e8db5e8942e045ec39433675f9cafc59626f131ee596
7
- data.tar.gz: 8117c002a5835f2575aa35f1c2fc457172de669d4ece86bd881e672657e09f89eac21c0725130d9dd6ed4dc4fef4db1d6500abc579cde23b25540d1f36dcdc4a
6
+ metadata.gz: 9462672aecc3bdca58e6e6c18093d2341c72ab3d3306e9abd408c892b8d13f65c1aa6bcf8345facc573b78a02250c6cddbfb35da81e6e5ee92026411a4f1327c
7
+ data.tar.gz: 785b547ef9cc5b5c298e6720ae5f6848d4e5bba559845cdf6506a2477d5a8df76f6d7562776bdb1e59df3acf3c786c732b9fedeb9a8bb4191c8e96ccf7a54b8d
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-admin_directory_v1
2
2
 
3
+ ### v0.43.0 (2023-05-21)
4
+
5
+ * Regenerated from discovery document revision 20230516
6
+
7
+ ### v0.42.0 (2023-04-30)
8
+
9
+ * Regenerated from discovery document revision 20230425
10
+
3
11
  ### v0.41.0 (2023-04-16)
4
12
 
5
13
  * Regenerated from discovery document revision 20230406
@@ -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 create/
2605
- # update/get.
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
@@ -3126,9 +3126,11 @@ module Google
3126
3126
 
3127
3127
  # Determines if a sub-organizational unit can inherit the settings of the parent
3128
3128
  # organization. The default value is `false`, meaning a sub-organizational unit
3129
- # inherits the settings of the nearest parent organizational unit. For more
3130
- # information on inheritance and users in an organization structure, see the [
3131
- # administration help center](https://support.google.com/a/answer/4352075).
3129
+ # inherits the settings of the nearest parent organizational unit. We recommend
3130
+ # using the default value because setting `block_inheritance` to `true` can have
3131
+ # _unintended consequences_. For more information about inheritance and users in
3132
+ # an organization structure, see the [administration help center](https://
3133
+ # support.google.com/a/answer/4352075).
3132
3134
  # Corresponds to the JSON property `blockInheritance`
3133
3135
  # @return [Boolean]
3134
3136
  attr_accessor :block_inheritance
@@ -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.41.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 = "20230406"
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.41.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-04-16 00:00:00.000000000 Z
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.41.0
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: []