google-apis-workspaceevents_v1 0.8.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: 9426a1bd39b0382580969b914989c21d143c76f0205daa370bdb26386a205959
4
- data.tar.gz: b6b197863aead9ca6297df58c005e304f083a9cd44aacae6e191c3c4aeebfd7f
3
+ metadata.gz: 4a3628968f746d4e0e594d80f57273b11e4909f4f11680495f70cda98e374850
4
+ data.tar.gz: 3756a42534e50e04d98605c72ea214166f7545a35a072c3f47b93f879844ce7f
5
5
  SHA512:
6
- metadata.gz: d0d22afb4e6fbce9e0b46da753133f3bf6821d0569348cc19d960892637afbe2855333efbccf478ffcfa9e555fe1d9bc561ec642ebbc96247ac73e09f280540d
7
- data.tar.gz: ad4a53a29f9adec00d08442889ed633f97f5d13f77c3c7d15bedb4b4ef1261f4f0ee6600414d8284ade0144b9b3efc14b43882d0545925e6e951e8a4ca627cf4
6
+ metadata.gz: ef0138c4c6407b5fe5aca398de17b01f7bb8fb08a98bdba28a9a504755990317fb35d7b27eb937d22a33a370b92e994dae3a1daea264f82d2aa5d94623eed008
7
+ data.tar.gz: 1310cf4f14a4ad0cbca5d80b697971035be0f6c7d10b52ce2a5ba8167b04f89ceca685a6e91184afd92a4f8c81b88da6e551a46183f8830d0e48da09842b0bfa
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
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
+
7
+ ### v0.9.0 (2024-10-13)
8
+
9
+ * Regenerated from discovery document revision 20241008
10
+
3
11
  ### v0.8.0 (2024-09-01)
4
12
 
5
13
  * Regenerated from discovery document revision 20240827
@@ -269,8 +269,8 @@ module Google
269
269
  # @return [String]
270
270
  attr_accessor :expire_time
271
271
 
272
- # Optional. Immutable. Identifier. Resource name of the subscription. Format: `
273
- # subscriptions/`subscription``
272
+ # Identifier. Resource name of the subscription. Format: `subscriptions/`
273
+ # subscription``
274
274
  # Corresponds to the JSON property `name`
275
275
  # @return [String]
276
276
  attr_accessor :name
@@ -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.8.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 = "20240827"
25
+ REVISION = "20241027"
26
26
  end
27
27
  end
28
28
  end
@@ -262,8 +262,8 @@ module Google
262
262
  # see [Update or renew a Google Workspace subscription](https://developers.
263
263
  # google.com/workspace/events/guides/update-subscription).
264
264
  # @param [String] name
265
- # Optional. Immutable. Identifier. Resource name of the subscription. Format: `
266
- # subscriptions/`subscription``
265
+ # Identifier. Resource name of the subscription. Format: `subscriptions/`
266
+ # subscription``
267
267
  # @param [Google::Apis::WorkspaceeventsV1::Subscription] subscription_object
268
268
  # @param [String] update_mask
269
269
  # Optional. The field to update. If omitted, updates any fields included in the
@@ -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.8.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-09-01 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.8.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: []
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.5.6
78
+ rubygems_version: 3.5.21
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Google Workspace Events API V1