@@ -26,6 +26,7 @@ authentication:
2626 oauth :
2727 canonical_scopes : |-
2828 https://www.googleapis.com/auth/chat.admin.memberships,
29+ https://www.googleapis.com/auth/chat.app.memberships,
2930 https://www.googleapis.com/auth/chat.import,
3031 https://www.googleapis.com/auth/chat.memberships,
3132 https://www.googleapis.com/auth/chat.memberships.app
@@ -46,6 +47,8 @@ authentication:
4647 - selector : google.chat.v1.ChatService.CreateSpace
4748 oauth :
4849 canonical_scopes : |-
50+ https://www.googleapis.com/auth/chat.app.spaces,
51+ https://www.googleapis.com/auth/chat.app.spaces.create,
4952 https://www.googleapis.com/auth/chat.import,
5053 https://www.googleapis.com/auth/chat.spaces,
5154 https://www.googleapis.com/auth/chat.spaces.create
@@ -57,6 +60,7 @@ authentication:
5760 oauth :
5861 canonical_scopes : |-
5962 https://www.googleapis.com/auth/chat.admin.memberships,
63+ https://www.googleapis.com/auth/chat.app.memberships,
6064 https://www.googleapis.com/auth/chat.import,
6165 https://www.googleapis.com/auth/chat.memberships,
6266 https://www.googleapis.com/auth/chat.memberships.app
@@ -76,6 +80,7 @@ authentication:
7680 oauth :
7781 canonical_scopes : |-
7882 https://www.googleapis.com/auth/chat.admin.delete,
83+ https://www.googleapis.com/auth/chat.app.delete,
7984 https://www.googleapis.com/auth/chat.delete,
8085 https://www.googleapis.com/auth/chat.import
8186 - selector : google.chat.v1.ChatService.FindDirectMessage
@@ -98,6 +103,7 @@ authentication:
98103 canonical_scopes : |-
99104 https://www.googleapis.com/auth/chat.admin.memberships,
100105 https://www.googleapis.com/auth/chat.admin.memberships.readonly,
106+ https://www.googleapis.com/auth/chat.app.memberships,
101107 https://www.googleapis.com/auth/chat.bot,
102108 https://www.googleapis.com/auth/chat.memberships,
103109 https://www.googleapis.com/auth/chat.memberships.readonly
@@ -112,12 +118,15 @@ authentication:
112118 canonical_scopes : |-
113119 https://www.googleapis.com/auth/chat.admin.spaces,
114120 https://www.googleapis.com/auth/chat.admin.spaces.readonly,
121+ https://www.googleapis.com/auth/chat.app.spaces,
115122 https://www.googleapis.com/auth/chat.bot,
116123 https://www.googleapis.com/auth/chat.spaces,
117124 https://www.googleapis.com/auth/chat.spaces.readonly
118125 - selector : google.chat.v1.ChatService.GetSpaceEvent
119126 oauth :
120127 canonical_scopes : |-
128+ https://www.googleapis.com/auth/chat.app.memberships,
129+ https://www.googleapis.com/auth/chat.app.spaces,
121130 https://www.googleapis.com/auth/chat.memberships,
122131 https://www.googleapis.com/auth/chat.memberships.readonly,
123132 https://www.googleapis.com/auth/chat.messages,
@@ -150,6 +159,7 @@ authentication:
150159 canonical_scopes : |-
151160 https://www.googleapis.com/auth/chat.admin.memberships,
152161 https://www.googleapis.com/auth/chat.admin.memberships.readonly,
162+ https://www.googleapis.com/auth/chat.app.memberships,
153163 https://www.googleapis.com/auth/chat.bot,
154164 https://www.googleapis.com/auth/chat.import,
155165 https://www.googleapis.com/auth/chat.memberships,
@@ -170,6 +180,8 @@ authentication:
170180 - selector : google.chat.v1.ChatService.ListSpaceEvents
171181 oauth :
172182 canonical_scopes : |-
183+ https://www.googleapis.com/auth/chat.app.memberships,
184+ https://www.googleapis.com/auth/chat.app.spaces,
173185 https://www.googleapis.com/auth/chat.memberships,
174186 https://www.googleapis.com/auth/chat.memberships.readonly,
175187 https://www.googleapis.com/auth/chat.messages,
@@ -198,6 +210,7 @@ authentication:
198210 oauth :
199211 canonical_scopes : |-
200212 https://www.googleapis.com/auth/chat.admin.memberships,
213+ https://www.googleapis.com/auth/chat.app.memberships,
201214 https://www.googleapis.com/auth/chat.import,
202215 https://www.googleapis.com/auth/chat.memberships
203216 - selector : google.chat.v1.ChatService.UpdateMessage
@@ -210,6 +223,7 @@ authentication:
210223 oauth :
211224 canonical_scopes : |-
212225 https://www.googleapis.com/auth/chat.admin.spaces,
226+ https://www.googleapis.com/auth/chat.app.spaces,
213227 https://www.googleapis.com/auth/chat.import,
214228 https://www.googleapis.com/auth/chat.spaces
215229 - selector : google.chat.v1.ChatService.UpdateSpaceNotificationSetting
0 commit comments