Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Automated regeneration of GroupsSettings client #11431

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ defmodule GoogleApi.GroupsSettings.V1.Model.Groups do
- When false, updating whoCanPostMessage to NONE_CAN_POST, results in an error.
* `whoCanAddReferences` (*type:* `String.t`, *default:* `nil`) - Deprecated. This functionality is no longer supported in the Google Groups UI. The value is always "NONE".
* `whoCanJoin` (*type:* `String.t`, *default:* `nil`) - Permission to join group. Possible values are:
- ANYONE_CAN_JOIN: Anyone in the account domain can join. This includes accounts with multiple domains.
- ALL_IN_DOMAIN_CAN_JOIN: Any Internet user who is outside your domain can access your Google Groups service and view the list of groups in your Groups directory. Warning: Group owners can add external addresses, outside of the domain to their groups. They can also allow people outside your domain to join their groups. If you later disable this option, any external addresses already added to users' groups remain in those groups.
- ANYONE_CAN_JOIN: Any Internet user who is outside your domain can access your Google Groups service and view the list of groups in your Groups directory. Warning: Group owners can add external addresses, outside of the domain to their groups. They can also allow people outside your domain to join their groups. If you later disable this option, any external addresses already added to users' groups remain in those groups.
- ALL_IN_DOMAIN_CAN_JOIN: Anyone in the account domain can join. This includes accounts with multiple domains.
- INVITED_CAN_JOIN: Candidates for membership can be invited to join.
- CAN_REQUEST_TO_JOIN: Non members can request an invitation to join.
* `whoCanModerateContent` (*type:* `String.t`, *default:* `nil`) - Specifies who can moderate content. Possible values are:
Expand Down
2 changes: 1 addition & 1 deletion clients/groups_settings/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
defmodule GoogleApi.GroupsSettings.Mixfile do
use Mix.Project

@version "0.15.0"
@version "0.15.1"

def project() do
[
Expand Down
Loading