google-apis-workspaceevents_v1 0.9.0 → 0.10.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 35310b112fa6899c0482a30298a17430ffa423526ad1043a683e784b66069fd5
4
- data.tar.gz: 8eb427858d3980f1df1f683a846532e9f936c505fad067fbaee2f0a467838a3e
3
+ metadata.gz: 4a3628968f746d4e0e594d80f57273b11e4909f4f11680495f70cda98e374850
4
+ data.tar.gz: 3756a42534e50e04d98605c72ea214166f7545a35a072c3f47b93f879844ce7f
5
5
  SHA512:
6
- metadata.gz: '09d01a3b5e1ba4f0f21c7fbf30ac37584dce2d103a16803a14c15687332a33e3b55aa9273002eb31c2f514db9445110222a09d28cdf64b42a91ba5138e9c4f6a'
7
- data.tar.gz: 79713d4673a8cbd5e2bc7ce239027ba35cf02f936c1125ea99ac465b370f04fc08b437959d652c7f55c43498b6f838d4474005e7064fc192d2319b32edc087c9
6
+ metadata.gz: ef0138c4c6407b5fe5aca398de17b01f7bb8fb08a98bdba28a9a504755990317fb35d7b27eb937d22a33a370b92e994dae3a1daea264f82d2aa5d94623eed008
7
+ data.tar.gz: 1310cf4f14a4ad0cbca5d80b697971035be0f6c7d10b52ce2a5ba8167b04f89ceca685a6e91184afd92a4f8c81b88da6e551a46183f8830d0e48da09842b0bfa
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-workspaceevents_v1
2
2
 
3
+ ### v0.10.0 (2024-11-03)
4
+
5
+ * Regenerated from discovery document revision 20241027
6
+
3
7
  ### v0.9.0 (2024-10-13)
4
8
 
5
9
  * Regenerated from discovery document revision 20241008
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module WorkspaceeventsV1
18
18
  # Version of the google-apis-workspaceevents_v1 gem
19
- GEM_VERSION = "0.9.0"
19
+ GEM_VERSION = "0.10.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.15.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20241008"
25
+ REVISION = "20241027"
26
26
  end
27
27
  end
28
28
  end
@@ -310,9 +310,10 @@ module Google
310
310
  # [Developer Preview](https://developers.google.com/workspace/preview):
311
311
  # Reactivates a suspended Google Workspace subscription. This method resets your
312
312
  # 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).
316
317
  # @param [String] name
317
318
  # Required. Resource name of the subscription. Format: `subscriptions/`
318
319
  # subscription``
@@ -57,6 +57,21 @@ module Google
57
57
  # View chat and spaces in Google Chat
58
58
  AUTH_CHAT_SPACES_READONLY = 'https://www.googleapis.com/auth/chat.spaces.readonly'
59
59
 
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
+
60
75
  # Create, edit, and see information about your Google Meet conferences created by the app.
61
76
  AUTH_MEETINGS_SPACE_CREATED = 'https://www.googleapis.com/auth/meetings.space.created'
62
77
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-workspaceevents_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.0
4
+ version: 0.10.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-10-13 00:00:00.000000000 Z
11
+ date: 2024-11-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-workspaceevents_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-workspaceevents_v1/v0.9.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-workspaceevents_v1/v0.10.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-workspaceevents_v1
63
63
  post_install_message:
64
64
  rdoc_options: []