Skip to content

Commit

Permalink
feat: Generate Google.Apis.WorkspaceEvents.v1 version 1.68.0.3666
Browse files Browse the repository at this point in the history
  • Loading branch information
amanda-tarafa authored and jskeet committed Jan 20, 2025
1 parent 8705796 commit 5b80740
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 18 deletions.
10 changes: 5 additions & 5 deletions DiscoveryJson/workspaceevents.v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,16 @@
"description": "View members in Google Chat conversations."
},
"https://www.googleapis.com/auth/chat.messages": {
"description": "See, compose, send, update, and delete messages and their associated attachments, and add, see, and delete reactions to messages."
"description": "See, compose, send, update, and delete messages as well as their message content; add, see, and delete reactions to messages."
},
"https://www.googleapis.com/auth/chat.messages.reactions": {
"description": "See, add, and delete reactions to messages in Google Chat"
"description": "See, add, and delete reactions as well as their reaction content to messages in Google Chat"
},
"https://www.googleapis.com/auth/chat.messages.reactions.readonly": {
"description": "View reactions to messages in Google Chat"
"description": "View reactions as well as their reaction content to messages in Google Chat"
},
"https://www.googleapis.com/auth/chat.messages.readonly": {
"description": "See messages and their associated reactions and attachments in Google Chat"
"description": "See messages as well as their reactions and message content in Google Chat"
},
"https://www.googleapis.com/auth/chat.spaces": {
"description": "Create conversations and spaces and see or update metadata (including history settings and access settings) in Google Chat"
Expand Down Expand Up @@ -474,7 +474,7 @@
}
}
},
"revision": "20241027",
"revision": "20250114",
"rootUrl": "https://workspaceevents.googleapis.com/",
"schemas": {
"ListSubscriptionsResponse": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2024 Google LLC
// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -71,18 +71,20 @@ public class Scope
public static string ChatMembershipsReadonly = "https://www.googleapis.com/auth/chat.memberships.readonly";

/// <summary>
/// See, compose, send, update, and delete messages and their associated attachments, and add, see, and
/// delete reactions to messages.
/// See, compose, send, update, and delete messages as well as their message content; add, see, and delete
/// reactions to messages.
/// </summary>
public static string ChatMessages = "https://www.googleapis.com/auth/chat.messages";

/// <summary>See, add, and delete reactions to messages in Google Chat</summary>
/// <summary>
/// See, add, and delete reactions as well as their reaction content to messages in Google Chat
/// </summary>
public static string ChatMessagesReactions = "https://www.googleapis.com/auth/chat.messages.reactions";

/// <summary>View reactions to messages in Google Chat</summary>
/// <summary>View reactions as well as their reaction content to messages in Google Chat</summary>
public static string ChatMessagesReactionsReadonly = "https://www.googleapis.com/auth/chat.messages.reactions.readonly";

/// <summary>See messages and their associated reactions and attachments in Google Chat</summary>
/// <summary>See messages as well as their reactions and message content in Google Chat</summary>
public static string ChatMessagesReadonly = "https://www.googleapis.com/auth/chat.messages.readonly";

/// <summary>
Expand Down Expand Up @@ -133,18 +135,20 @@ public static class ScopeConstants
public const string ChatMembershipsReadonly = "https://www.googleapis.com/auth/chat.memberships.readonly";

/// <summary>
/// See, compose, send, update, and delete messages and their associated attachments, and add, see, and
/// delete reactions to messages.
/// See, compose, send, update, and delete messages as well as their message content; add, see, and delete
/// reactions to messages.
/// </summary>
public const string ChatMessages = "https://www.googleapis.com/auth/chat.messages";

/// <summary>See, add, and delete reactions to messages in Google Chat</summary>
/// <summary>
/// See, add, and delete reactions as well as their reaction content to messages in Google Chat
/// </summary>
public const string ChatMessagesReactions = "https://www.googleapis.com/auth/chat.messages.reactions";

/// <summary>View reactions to messages in Google Chat</summary>
/// <summary>View reactions as well as their reaction content to messages in Google Chat</summary>
public const string ChatMessagesReactionsReadonly = "https://www.googleapis.com/auth/chat.messages.reactions.readonly";

/// <summary>See messages and their associated reactions and attachments in Google Chat</summary>
/// <summary>See messages as well as their reactions and message content in Google Chat</summary>
public const string ChatMessagesReadonly = "https://www.googleapis.com/auth/chat.messages.readonly";

/// <summary>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
<!-- nupkg information -->
<PropertyGroup>
<Title>Google.Apis.WorkspaceEvents.v1 Client Library</Title>
<Version>1.68.0.3587</Version>
<Version>1.68.0.3666</Version>
<Authors>Google LLC</Authors>
<Copyright>Copyright 2024 Google LLC</Copyright>
<Copyright>Copyright 2025 Google LLC</Copyright>
<PackageTags>Google</PackageTags>
<PackageProjectUrl>https://github.com/google/google-api-dotnet-client</PackageProjectUrl>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
Expand Down

0 comments on commit 5b80740

Please sign in to comment.