Skip to content

Commit 8c39c0e

Browse files
feat: Automated regeneration of WorkspaceEvents client (googleapis#12441)
Auto-created at 2024-10-30 13:17:32 +0000 using the toys pull request generator.
1 parent a8f9464 commit 8c39c0e

File tree

5 files changed

+19
-4
lines changed

5 files changed

+19
-4
lines changed

clients/workspace_events/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Install this package from [Hex](https://hex.pm) by adding
1111

1212
```elixir
1313
def deps do
14-
[{:google_api_workspace_events, "~> 0.3"}]
14+
[{:google_api_workspace_events, "~> 0.4"}]
1515
end
1616
```
1717

clients/workspace_events/lib/google_api/workspace_events/v1/api/subscriptions.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ defmodule GoogleApi.WorkspaceEvents.V1.Api.Subscriptions do
344344
end
345345

346346
@doc """
347-
[Developer Preview](https://developers.google.com/workspace/preview): Reactivates a suspended Google Workspace subscription. This method resets your subscription's `State` field to `ACTIVE`. Before you use this method, you must fix the error that suspended the subscription. To learn how to use this method, see [Reactivate a Google Workspace subscription](https://developers.google.com/workspace/events/guides/reactivate-subscription).
347+
[Developer Preview](https://developers.google.com/workspace/preview): Reactivates a suspended Google Workspace subscription. This method resets your subscription's `State` field to `ACTIVE`. Before you use this method, you must fix the error that suspended the subscription. This method will ignore or reject any subscription that isn't currently in a suspended state. To learn how to use this method, see [Reactivate a Google Workspace subscription](https://developers.google.com/workspace/events/guides/reactivate-subscription).
348348
349349
## Parameters
350350

clients/workspace_events/lib/google_api/workspace_events/v1/connection.ex

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,21 @@ defmodule GoogleApi.WorkspaceEvents.V1.Connection do
5151
# View chat and spaces in Google Chat
5252
"https://www.googleapis.com/auth/chat.spaces.readonly",
5353

54+
# See, edit, create, and delete all of your Google Drive files
55+
"https://www.googleapis.com/auth/drive",
56+
57+
# See, edit, create, and delete only the specific Google Drive files you use with this app
58+
"https://www.googleapis.com/auth/drive.file",
59+
60+
# View and manage metadata of files in your Google Drive
61+
"https://www.googleapis.com/auth/drive.metadata",
62+
63+
# See information about your Google Drive files
64+
"https://www.googleapis.com/auth/drive.metadata.readonly",
65+
66+
# See and download all your Google Drive files
67+
"https://www.googleapis.com/auth/drive.readonly",
68+
5469
# Create, edit, and see information about your Google Meet conferences created by the app.
5570
"https://www.googleapis.com/auth/meetings.space.created",
5671

clients/workspace_events/lib/google_api/workspace_events/v1/metadata.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ defmodule GoogleApi.WorkspaceEvents.V1 do
2020
API client metadata for GoogleApi.WorkspaceEvents.V1.
2121
"""
2222

23-
@discovery_revision "20241008"
23+
@discovery_revision "20241027"
2424

2525
def discovery_revision(), do: @discovery_revision
2626
end

clients/workspace_events/mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
defmodule GoogleApi.WorkspaceEvents.Mixfile do
1919
use Mix.Project
2020

21-
@version "0.3.3"
21+
@version "0.4.0"
2222

2323
def project() do
2424
[

0 commit comments

Comments
 (0)