google-apis-admin_directory_v1 0.41.0 → 0.42.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: b96972f51fb7bc7ce41101f1bc200b6caf7f610e0821f0f90dba40f49e80d4e8
4
+ data.tar.gz: 4f90a4e934a61c260eeddf1e0645cdb3b07723470277ec90f0dc54396f4cf570
5
5
  SHA512:
6
- metadata.gz: 35f4f4f2e21c14303464db4d14c11b2ab71d1109a37c6899bc4aba19fc1d463c91676f6f0132a8833476e8db5e8942e045ec39433675f9cafc59626f131ee596
7
- data.tar.gz: 8117c002a5835f2575aa35f1c2fc457172de669d4ece86bd881e672657e09f89eac21c0725130d9dd6ed4dc4fef4db1d6500abc579cde23b25540d1f36dcdc4a
6
+ metadata.gz: ef909f46a6b76de71bacfe1dc7170360a614f6204cc6a93dd2580c55658524249eac0f3fc9fa12d32fbdcf2e4b01f7b3e1c778e15e4482cd5681a5c1e38ce48c
7
+ data.tar.gz: b03c53a814ff0fffd642a3878c2ad5e30ce905c380f0734c5f152c3022cc115d8ef3b23618b5e5d4d1648f033e447fe2711c52c9ec11bd17a184bf23c389beaa
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-admin_directory_v1
2
2
 
3
+ ### v0.42.0 (2023-04-30)
4
+
5
+ * Regenerated from discovery document revision 20230425
6
+
3
7
  ### v0.41.0 (2023-04-16)
4
8
 
5
9
  * Regenerated from discovery document revision 20230406
@@ -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.42.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 = "20230425"
26
26
  end
27
27
  end
28
28
  end
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.42.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-04-30 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.42.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: []