google-apis-admin_directory_v1 0.23.0 → 0.24.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: deb7121bc173f1ade47aa2dbad70ee9d51354ae4f13dda951263b7f46d37c8e1
4
- data.tar.gz: 6d9080e2a4ffb1eb2e4a9c5f81adb83fd987b8c8d074b16b5c404517dd0d36a5
3
+ metadata.gz: 14a412cafca530d608fce92414f27172df88b17132307dfab694940e1b70e80e
4
+ data.tar.gz: 9b777745c1825275ca7607e270af6ec667f8a39ae7fa7535f9f37d9c03a0b8f1
5
5
  SHA512:
6
- metadata.gz: e835cac13c25913a24220f2f3f7d5c7fb411510be3e440d5da9b9a157a8d9e43a434327c23919de76f1fa8f22d386efa7a4424b6e3c08bf404c4fdf238c1c48b
7
- data.tar.gz: 927937e3cf64028fe09311c5967e428ad00d633291be42b9439a4c96b23f5bea5837b40cec93db9ff9db37cd6e3231054d815341678103e239ce4b5020ce9bbb
6
+ metadata.gz: 8319f488f04b04d43a1386db006c4bf3f49d300e10e37e8d9386ceab397ebb81320406814610d3e4ad54a3d54a4df5a8af9d50b328e564ca215ab5bd0d9a4f9c
7
+ data.tar.gz: d1b2dce5d6cf98e2d798e286a303e60ce25d4e8b81c5062ba41ed78e9412684880f9eb88332450396dbcc93f1380ab7eeaab06bbb98362cd394817be1a1798b2
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-admin_directory_v1
2
2
 
3
+ ### v0.24.0 (2022-06-04)
4
+
5
+ * Regenerated from discovery document revision 20220531
6
+ * Regenerated using generator version 0.5.0
7
+
3
8
  ### v0.23.0 (2022-03-31)
4
9
 
5
10
  * Regenerated from discovery document revision 20220325
@@ -2183,14 +2183,14 @@ module Google
2183
2183
  class Group
2184
2184
  include Google::Apis::Core::Hashable
2185
2185
 
2186
- # Value is `true` if this group was created by an administrator rather than a
2187
- # user.
2186
+ # Read-only. Value is `true` if this group was created by an administrator
2187
+ # rather than a user.
2188
2188
  # Corresponds to the JSON property `adminCreated`
2189
2189
  # @return [Boolean]
2190
2190
  attr_accessor :admin_created
2191
2191
  alias_method :admin_created?, :admin_created
2192
2192
 
2193
- # List of a group's alias email addresses.
2193
+ # Read-only. A list of a group's alias email addresses.
2194
2194
  # Corresponds to the JSON property `aliases`
2195
2195
  # @return [Array<String>]
2196
2196
  attr_accessor :aliases
@@ -2224,8 +2224,8 @@ module Google
2224
2224
  # @return [String]
2225
2225
  attr_accessor :etag
2226
2226
 
2227
- # The unique ID of a group. A group `id` can be used as a group request URI's `
2228
- # groupKey`.
2227
+ # Read-only. The unique ID of a group. A group `id` can be used as a group
2228
+ # request URI's `groupKey`.
2229
2229
  # Corresponds to the JSON property `id`
2230
2230
  # @return [String]
2231
2231
  attr_accessor :id
@@ -2241,11 +2241,11 @@ module Google
2241
2241
  # @return [String]
2242
2242
  attr_accessor :name
2243
2243
 
2244
- # List of the group's non-editable alias email addresses that are outside of the
2245
- # account's primary domain or subdomains. These are functioning email addresses
2246
- # used by the group. This is a read-only property returned in the API's response
2247
- # for a group. If edited in a group's POST or PUT request, the edit is ignored
2248
- # by the API service.
2244
+ # Read-only. A list of the group's non-editable alias email addresses that are
2245
+ # outside of the account's primary domain or subdomains. These are functioning
2246
+ # email addresses used by the group. This is a read-only property returned in
2247
+ # the API's response for a group. If edited in a group's POST or PUT request,
2248
+ # the edit is ignored by the API service.
2249
2249
  # Corresponds to the JSON property `nonEditableAliases`
2250
2250
  # @return [Array<String>]
2251
2251
  attr_accessor :non_editable_aliases
@@ -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.23.0"
19
+ GEM_VERSION = "0.24.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.4.1"
22
+ GENERATOR_VERSION = "0.5.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220325"
25
+ REVISION = "20220531"
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.23.0
4
+ version: 0.24.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-04-04 00:00:00.000000000 Z
11
+ date: 2022-06-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '0.4'
19
+ version: '0.5'
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: '0.4'
29
+ version: '0.5'
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -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.23.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-admin_directory_v1/v0.24.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: []
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.3.5
78
+ rubygems_version: 3.3.14
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Admin SDK API DirectoryV1