google-apis-groupssettings_v1 0.16.0 → 0.17.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: 452ff07320cf50ffe0b15e6f8955accc3893f4db2da4e109d2854f00fe560d86
4
- data.tar.gz: 382b70c7ffdf95107e7c6ed0810194b0eddf7bff3c7174b2374ae9d9c9ee9120
3
+ metadata.gz: 22238deff20f4acd216c52162dfe53ed6ffa41263b87dc575209462c2829ce1c
4
+ data.tar.gz: 8b113e176c616a36397616a377fc9cdfdd1948a1083c18d32d54628f0af1d141
5
5
  SHA512:
6
- metadata.gz: 7a3c2cfcb1c2438ee76d0f9b8f97729c52d595d78c2400a580abe5460bbfdf2398f939d28f2b5141788434efd0de8fd54cf081e6bb2f16f96e7873966ce9de1c
7
- data.tar.gz: 1d8dfd8bdfa491704c7a34cdb2dd8a45535760071f3974b241594c9ec62d0031d9bc7e7cda0f0a097884bd8dc4e3a40e44c7fe9d1087b41a27adf42feb1254e7
6
+ metadata.gz: c87d08f32b101d0bb2bc30d3e9cd00c9c75eb64a63d516ff1da41c916713f56d6809454460ac9be66b4298c6267dd5bb9cb66f54743c1e341c54dbe19538aa0e
7
+ data.tar.gz: abe9ff8ddcf37795ad66089156a6cbff547a9e316a8058e928d2234fc907cc3a279b802dcb3ba55bca3fbfc027a03125a0ac8b1ff592a7ac451b5035e56b4709
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-groupssettings_v1
2
2
 
3
+ ### v0.17.0 (2024-06-23)
4
+
5
+ * Regenerated from discovery document revision 20220614
6
+
3
7
  ### v0.16.0 (2024-05-19)
4
8
 
5
9
  * Regenerated using generator version 0.15.0
@@ -417,14 +417,14 @@ module Google
417
417
  attr_accessor :who_can_invite
418
418
 
419
419
  # Permission to join group. Possible values are:
420
- # - ANYONE_CAN_JOIN: Anyone in the account domain can join. This includes
421
- # accounts with multiple domains.
422
- # - ALL_IN_DOMAIN_CAN_JOIN: Any Internet user who is outside your domain can
423
- # access your Google Groups service and view the list of groups in your Groups
420
+ # - ANYONE_CAN_JOIN: Any Internet user who is outside your domain can access
421
+ # your Google Groups service and view the list of groups in your Groups
424
422
  # directory. Warning: Group owners can add external addresses, outside of the
425
423
  # domain to their groups. They can also allow people outside your domain to join
426
424
  # their groups. If you later disable this option, any external addresses already
427
425
  # added to users' groups remain in those groups.
426
+ # - ALL_IN_DOMAIN_CAN_JOIN: Anyone in the account domain can join. This includes
427
+ # accounts with multiple domains.
428
428
  # - INVITED_CAN_JOIN: Candidates for membership can be invited to join.
429
429
  # - CAN_REQUEST_TO_JOIN: Non members can request an invitation to join.
430
430
  # Corresponds to the JSON property `whoCanJoin`
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module GroupssettingsV1
18
18
  # Version of the google-apis-groupssettings_v1 gem
19
- GEM_VERSION = "0.16.0"
19
+ GEM_VERSION = "0.17.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.15.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210624"
25
+ REVISION = "20220614"
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-groupssettings_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.16.0
4
+ version: 0.17.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: 2024-05-26 00:00:00.000000000 Z
11
+ date: 2024-06-23 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-groupssettings_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-groupssettings_v1/v0.16.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-groupssettings_v1/v0.17.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-groupssettings_v1
63
63
  post_install_message:
64
64
  rdoc_options: []