Skip to content

Commit 82f39a3

Browse files
feat: Automated regeneration of workspaceevents v1 client (googleapis#20509)
Auto-created at 2024-11-03 09:51:33 +0000 using the toys pull request generator.
1 parent 032ac65 commit 82f39a3

File tree

4 files changed

+25
-5
lines changed

4 files changed

+25
-5
lines changed

generated/google-apis-workspaceevents_v1/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release history for google-apis-workspaceevents_v1
22

3+
### v0.10.0 (2024-11-03)
4+
5+
* Regenerated from discovery document revision 20241027
6+
37
### v0.9.0 (2024-10-13)
48

59
* Regenerated from discovery document revision 20241008

generated/google-apis-workspaceevents_v1/lib/google/apis/workspaceevents_v1.rb

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,21 @@ module WorkspaceeventsV1
5757
# View chat and spaces in Google Chat
5858
AUTH_CHAT_SPACES_READONLY = 'https://www.googleapis.com/auth/chat.spaces.readonly'
5959

60+
# See, edit, create, and delete all of your Google Drive files
61+
AUTH_DRIVE = 'https://www.googleapis.com/auth/drive'
62+
63+
# See, edit, create, and delete only the specific Google Drive files you use with this app
64+
AUTH_DRIVE_FILE = 'https://www.googleapis.com/auth/drive.file'
65+
66+
# View and manage metadata of files in your Google Drive
67+
AUTH_DRIVE_METADATA = 'https://www.googleapis.com/auth/drive.metadata'
68+
69+
# See information about your Google Drive files
70+
AUTH_DRIVE_METADATA_READONLY = 'https://www.googleapis.com/auth/drive.metadata.readonly'
71+
72+
# See and download all your Google Drive files
73+
AUTH_DRIVE_READONLY = 'https://www.googleapis.com/auth/drive.readonly'
74+
6075
# Create, edit, and see information about your Google Meet conferences created by the app.
6176
AUTH_MEETINGS_SPACE_CREATED = 'https://www.googleapis.com/auth/meetings.space.created'
6277

generated/google-apis-workspaceevents_v1/lib/google/apis/workspaceevents_v1/gem_version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ module Google
1616
module Apis
1717
module WorkspaceeventsV1
1818
# Version of the google-apis-workspaceevents_v1 gem
19-
GEM_VERSION = "0.9.0"
19+
GEM_VERSION = "0.10.0"
2020

2121
# Version of the code generator used to generate this client
2222
GENERATOR_VERSION = "0.15.1"
2323

2424
# Revision of the discovery document this client was generated from
25-
REVISION = "20241008"
25+
REVISION = "20241027"
2626
end
2727
end
2828
end

generated/google-apis-workspaceevents_v1/lib/google/apis/workspaceevents_v1/service.rb

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -310,9 +310,10 @@ def patch_subscription(name, subscription_object = nil, update_mask: nil, valida
310310
# [Developer Preview](https://developers.google.com/workspace/preview):
311311
# Reactivates a suspended Google Workspace subscription. This method resets your
312312
# subscription's `State` field to `ACTIVE`. Before you use this method, you must
313-
# fix the error that suspended the subscription. To learn how to use this method,
314-
# see [Reactivate a Google Workspace subscription](https://developers.google.
315-
# com/workspace/events/guides/reactivate-subscription).
313+
# fix the error that suspended the subscription. This method will ignore or
314+
# reject any subscription that isn't currently in a suspended state. To learn
315+
# how to use this method, see [Reactivate a Google Workspace subscription](https:
316+
# //developers.google.com/workspace/events/guides/reactivate-subscription).
316317
# @param [String] name
317318
# Required. Resource name of the subscription. Format: `subscriptions/`
318319
# subscription``

0 commit comments

Comments
 (0)