Skip to content

Commit a1b30b9

Browse files
committed
feat: Generate Google.Apis.WorkspaceEvents.v1 version 1.73.0.4129
1 parent 2279b89 commit a1b30b9

3 files changed

Lines changed: 34 additions & 2 deletions

File tree

DiscoveryJson/workspaceevents.v1.json

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,12 @@
4444
"https://www.googleapis.com/auth/chat.spaces.readonly": {
4545
"description": "View chat and spaces in Google Chat"
4646
},
47+
"https://www.googleapis.com/auth/chat.users.readstate": {
48+
"description": "View and modify last read time for Google Chat conversations"
49+
},
50+
"https://www.googleapis.com/auth/chat.users.readstate.readonly": {
51+
"description": "View last read time for Google Chat conversations"
52+
},
4753
"https://www.googleapis.com/auth/drive": {
4854
"description": "See, edit, create, and delete all of your Google Drive files"
4955
},
@@ -217,6 +223,8 @@
217223
"https://www.googleapis.com/auth/chat.messages.readonly",
218224
"https://www.googleapis.com/auth/chat.spaces",
219225
"https://www.googleapis.com/auth/chat.spaces.readonly",
226+
"https://www.googleapis.com/auth/chat.users.readstate",
227+
"https://www.googleapis.com/auth/chat.users.readstate.readonly",
220228
"https://www.googleapis.com/auth/drive",
221229
"https://www.googleapis.com/auth/drive.file",
222230
"https://www.googleapis.com/auth/drive.metadata",
@@ -264,6 +272,8 @@
264272
"https://www.googleapis.com/auth/chat.messages.readonly",
265273
"https://www.googleapis.com/auth/chat.spaces",
266274
"https://www.googleapis.com/auth/chat.spaces.readonly",
275+
"https://www.googleapis.com/auth/chat.users.readstate",
276+
"https://www.googleapis.com/auth/chat.users.readstate.readonly",
267277
"https://www.googleapis.com/auth/drive",
268278
"https://www.googleapis.com/auth/drive.file",
269279
"https://www.googleapis.com/auth/drive.metadata",
@@ -319,6 +329,8 @@
319329
"https://www.googleapis.com/auth/chat.messages.readonly",
320330
"https://www.googleapis.com/auth/chat.spaces",
321331
"https://www.googleapis.com/auth/chat.spaces.readonly",
332+
"https://www.googleapis.com/auth/chat.users.readstate",
333+
"https://www.googleapis.com/auth/chat.users.readstate.readonly",
322334
"https://www.googleapis.com/auth/drive",
323335
"https://www.googleapis.com/auth/drive.file",
324336
"https://www.googleapis.com/auth/drive.metadata",
@@ -359,6 +371,8 @@
359371
"https://www.googleapis.com/auth/chat.messages.readonly",
360372
"https://www.googleapis.com/auth/chat.spaces",
361373
"https://www.googleapis.com/auth/chat.spaces.readonly",
374+
"https://www.googleapis.com/auth/chat.users.readstate",
375+
"https://www.googleapis.com/auth/chat.users.readstate.readonly",
362376
"https://www.googleapis.com/auth/drive",
363377
"https://www.googleapis.com/auth/drive.file",
364378
"https://www.googleapis.com/auth/drive.metadata",
@@ -406,6 +420,8 @@
406420
"https://www.googleapis.com/auth/chat.messages.readonly",
407421
"https://www.googleapis.com/auth/chat.spaces",
408422
"https://www.googleapis.com/auth/chat.spaces.readonly",
423+
"https://www.googleapis.com/auth/chat.users.readstate",
424+
"https://www.googleapis.com/auth/chat.users.readstate.readonly",
409425
"https://www.googleapis.com/auth/drive",
410426
"https://www.googleapis.com/auth/drive.file",
411427
"https://www.googleapis.com/auth/drive.metadata",
@@ -464,6 +480,8 @@
464480
"https://www.googleapis.com/auth/chat.messages.readonly",
465481
"https://www.googleapis.com/auth/chat.spaces",
466482
"https://www.googleapis.com/auth/chat.spaces.readonly",
483+
"https://www.googleapis.com/auth/chat.users.readstate",
484+
"https://www.googleapis.com/auth/chat.users.readstate.readonly",
467485
"https://www.googleapis.com/auth/drive",
468486
"https://www.googleapis.com/auth/drive.file",
469487
"https://www.googleapis.com/auth/drive.metadata",
@@ -511,6 +529,8 @@
511529
"https://www.googleapis.com/auth/chat.messages.readonly",
512530
"https://www.googleapis.com/auth/chat.spaces",
513531
"https://www.googleapis.com/auth/chat.spaces.readonly",
532+
"https://www.googleapis.com/auth/chat.users.readstate",
533+
"https://www.googleapis.com/auth/chat.users.readstate.readonly",
514534
"https://www.googleapis.com/auth/drive",
515535
"https://www.googleapis.com/auth/drive.file",
516536
"https://www.googleapis.com/auth/drive.metadata",
@@ -745,7 +765,7 @@
745765
}
746766
}
747767
},
748-
"revision": "20260407",
768+
"revision": "20260422",
749769
"rootUrl": "https://workspaceevents.googleapis.com/",
750770
"schemas": {
751771
"Artifact": {

Src/Generated/Google.Apis.WorkspaceEvents.v1/Google.Apis.WorkspaceEvents.v1.cs

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,12 @@ public class Scope
125125
/// <summary>View chat and spaces in Google Chat</summary>
126126
public static string ChatSpacesReadonly = "https://www.googleapis.com/auth/chat.spaces.readonly";
127127

128+
/// <summary>View and modify last read time for Google Chat conversations</summary>
129+
public static string ChatUsersReadstate = "https://www.googleapis.com/auth/chat.users.readstate";
130+
131+
/// <summary>View last read time for Google Chat conversations</summary>
132+
public static string ChatUsersReadstateReadonly = "https://www.googleapis.com/auth/chat.users.readstate.readonly";
133+
128134
/// <summary>See, edit, create, and delete all of your Google Drive files</summary>
129135
public static string Drive = "https://www.googleapis.com/auth/drive";
130136

@@ -216,6 +222,12 @@ public static class ScopeConstants
216222
/// <summary>View chat and spaces in Google Chat</summary>
217223
public const string ChatSpacesReadonly = "https://www.googleapis.com/auth/chat.spaces.readonly";
218224

225+
/// <summary>View and modify last read time for Google Chat conversations</summary>
226+
public const string ChatUsersReadstate = "https://www.googleapis.com/auth/chat.users.readstate";
227+
228+
/// <summary>View last read time for Google Chat conversations</summary>
229+
public const string ChatUsersReadstateReadonly = "https://www.googleapis.com/auth/chat.users.readstate.readonly";
230+
219231
/// <summary>See, edit, create, and delete all of your Google Drive files</summary>
220232
public const string Drive = "https://www.googleapis.com/auth/drive";
221233

Src/Generated/Google.Apis.WorkspaceEvents.v1/Google.Apis.WorkspaceEvents.v1.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<!-- nupkg information -->
44
<PropertyGroup>
55
<Title>Google.Apis.WorkspaceEvents.v1 Client Library</Title>
6-
<Version>1.73.0.4114</Version>
6+
<Version>1.73.0.4129</Version>
77
<Authors>Google LLC</Authors>
88
<Copyright>Copyright 2026 Google LLC</Copyright>
99
<PackageTags>Google</PackageTags>

0 commit comments

Comments
 (0)