google-apis-workspaceevents_v1 0.1.0 → 0.16.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: bd4a3a38c095e7e388fa7b9ecef76ec4c50ec8a34912355254f3860751217b2c
4
- data.tar.gz: eb5264b9731c62cf7aab4a03b53efdee8b04b61ba286cb2db729be51ecd0eb06
3
+ metadata.gz: 37055f3cc563f8270868660db90f28548aee37ffb495960e55cc143394d60a9f
4
+ data.tar.gz: 0e8462fd744b32cd6d28598e97488e98df04f90242e8a9c1350f87e990393528
5
5
  SHA512:
6
- metadata.gz: a83a31b079906803d69760c9dd597866932f5c41d82ba94b35f3c8a028362108f5c2ad3fa7b3b5291a613e657be905c3f028bec7ec3f12de92e698a900f32e67
7
- data.tar.gz: fce501df6597d31c0bf7472639c95a04c1560a4803da106241c5d4eedb57c21368e5c56da75f54c8dfeac3ab05d89f1161a07fe1dda5404d2b72eabe28adf241
6
+ metadata.gz: 233ce8fa17fc9a3517b53eb0a43068902290142525cfa9c429089d8af9ce6b892e1f1bd43cf205d7933cc34e3e9d7d9bbc492cec605b2d50eed6d835a7d171d6
7
+ data.tar.gz: b38d4341a193fc0d9308e3912febbebd39edefb69a2080db9463e63c91f4a0acbe5c3c29604b3ffdd316a61eecda0ab4dadccf7ad92def00ac21dc339bec5c25
data/CHANGELOG.md CHANGED
@@ -1,5 +1,70 @@
1
1
  # Release history for google-apis-workspaceevents_v1
2
2
 
3
+ ### v0.16.0 (2025-07-13)
4
+
5
+ * Regenerated from discovery document revision 20250708
6
+
7
+ ### v0.15.0 (2025-07-06)
8
+
9
+ * Regenerated from discovery document revision 20250629
10
+
11
+ ### v0.14.0 (2025-06-22)
12
+
13
+ * Regenerated from discovery document revision 20250615
14
+ * Regenerated using generator version 0.18.0
15
+
16
+ ### v0.13.0 (2025-05-04)
17
+
18
+ * Regenerated from discovery document revision 20250427
19
+ * Regenerated using generator version 0.17.0
20
+
21
+ ### v0.12.0 (2025-04-27)
22
+
23
+ * Regenerated from discovery document revision 20250420
24
+
25
+ ### v0.11.0 (2025-03-02)
26
+
27
+ * Regenerated from discovery document revision 20250225
28
+ * Regenerated using generator version 0.16.0
29
+
30
+ ### v0.10.0 (2024-11-03)
31
+
32
+ * Regenerated from discovery document revision 20241027
33
+
34
+ ### v0.9.0 (2024-10-13)
35
+
36
+ * Regenerated from discovery document revision 20241008
37
+
38
+ ### v0.8.0 (2024-09-01)
39
+
40
+ * Regenerated from discovery document revision 20240827
41
+
42
+ ### v0.7.0 (2024-08-04)
43
+
44
+ * Regenerated from discovery document revision 20240723
45
+ * Regenerated using generator version 0.15.1
46
+
47
+ ### v0.6.0 (2024-05-19)
48
+
49
+ * Regenerated using generator version 0.15.0
50
+
51
+ ### v0.5.0 (2024-05-05)
52
+
53
+ * Regenerated from discovery document revision 20240430
54
+
55
+ ### v0.4.0 (2024-04-07)
56
+
57
+ * Regenerated from discovery document revision 20240402
58
+
59
+ ### v0.3.0 (2024-03-10)
60
+
61
+ * Regenerated from discovery document revision 20240305
62
+
63
+ ### v0.2.0 (2024-02-24)
64
+
65
+ * Regenerated from discovery document revision 20240218
66
+ * Regenerated using generator version 0.14.0
67
+
3
68
  ### v0.1.0 (2024-01-28)
4
69
 
5
70
  * Regenerated from discovery document revision 20240123
data/OVERVIEW.md CHANGED
@@ -83,9 +83,9 @@ The [product documentation](https://developers.google.com/workspace/events) may
83
83
 
84
84
  ## Supported Ruby versions
85
85
 
86
- This library is supported on Ruby 2.5+.
86
+ This library is supported on Ruby 3.1+.
87
87
 
88
- Google provides official support for Ruby versions that are actively supported by Ruby Core -- that is, Ruby versions that are either in normal maintenance or in security maintenance, and not end of life. Currently, this means Ruby 2.5 and later. Older versions of Ruby _may_ still work, but are unsupported and not recommended. See https://www.ruby-lang.org/en/downloads/branches/ for details about the Ruby support schedule.
88
+ Google provides official support for Ruby versions that are actively supported by Ruby Core -- that is, Ruby versions that are either in normal maintenance or in security maintenance, and not end of life. Older versions of Ruby _may_ still work, but are unsupported and not recommended. See https://www.ruby-lang.org/en/downloads/branches/ for details about the Ruby support schedule.
89
89
 
90
90
  ## License
91
91
 
@@ -21,6 +21,344 @@ require 'google/apis/errors'
21
21
  module Google
22
22
  module Apis
23
23
  module WorkspaceeventsV1
24
+
25
+ # The response message for SubscriptionsService.ListSubscriptions.
26
+ class ListSubscriptionsResponse
27
+ include Google::Apis::Core::Hashable
28
+
29
+ # A token, which can be sent as `page_token` to retrieve the next page. If this
30
+ # field is omitted, there are no subsequent pages.
31
+ # Corresponds to the JSON property `nextPageToken`
32
+ # @return [String]
33
+ attr_accessor :next_page_token
34
+
35
+ # List of subscriptions.
36
+ # Corresponds to the JSON property `subscriptions`
37
+ # @return [Array<Google::Apis::WorkspaceeventsV1::Subscription>]
38
+ attr_accessor :subscriptions
39
+
40
+ def initialize(**args)
41
+ update!(**args)
42
+ end
43
+
44
+ # Update properties of this object
45
+ def update!(**args)
46
+ @next_page_token = args[:next_page_token] if args.key?(:next_page_token)
47
+ @subscriptions = args[:subscriptions] if args.key?(:subscriptions)
48
+ end
49
+ end
50
+
51
+ # The endpoint where the subscription delivers events.
52
+ class NotificationEndpoint
53
+ include Google::Apis::Core::Hashable
54
+
55
+ # Immutable. The Pub/Sub topic that receives events for the subscription. Format:
56
+ # `projects/`project`/topics/`topic`` You must create the topic in the same
57
+ # Google Cloud project where you create this subscription. Note: The Google
58
+ # Workspace Events API uses [ordering keys](https://cloud.google.com/pubsub/docs/
59
+ # ordering) for the benefit of sequential events. If the Cloud Pub/Sub topic has
60
+ # a [message storage policy](https://cloud.google.com/pubsub/docs/resource-
61
+ # location-restriction#exceptions) configured to exclude the nearest Google
62
+ # Cloud region, publishing events with ordering keys will fail. When the topic
63
+ # receives events, the events are encoded as Pub/Sub messages. For details, see
64
+ # the [Google Cloud Pub/Sub Protocol Binding for CloudEvents](https://github.com/
65
+ # googleapis/google-cloudevents/blob/main/docs/spec/pubsub.md).
66
+ # Corresponds to the JSON property `pubsubTopic`
67
+ # @return [String]
68
+ attr_accessor :pubsub_topic
69
+
70
+ def initialize(**args)
71
+ update!(**args)
72
+ end
73
+
74
+ # Update properties of this object
75
+ def update!(**args)
76
+ @pubsub_topic = args[:pubsub_topic] if args.key?(:pubsub_topic)
77
+ end
78
+ end
79
+
80
+ # This resource represents a long-running operation that is the result of a
81
+ # network API call.
82
+ class Operation
83
+ include Google::Apis::Core::Hashable
84
+
85
+ # If the value is `false`, it means the operation is still in progress. If `true`
86
+ # , the operation is completed, and either `error` or `response` is available.
87
+ # Corresponds to the JSON property `done`
88
+ # @return [Boolean]
89
+ attr_accessor :done
90
+ alias_method :done?, :done
91
+
92
+ # The `Status` type defines a logical error model that is suitable for different
93
+ # programming environments, including REST APIs and RPC APIs. It is used by [
94
+ # gRPC](https://github.com/grpc). Each `Status` message contains three pieces of
95
+ # data: error code, error message, and error details. You can find out more
96
+ # about this error model and how to work with it in the [API Design Guide](https:
97
+ # //cloud.google.com/apis/design/errors).
98
+ # Corresponds to the JSON property `error`
99
+ # @return [Google::Apis::WorkspaceeventsV1::Status]
100
+ attr_accessor :error
101
+
102
+ # Service-specific metadata associated with the operation. It typically contains
103
+ # progress information and common metadata such as create time. Some services
104
+ # might not provide such metadata. Any method that returns a long-running
105
+ # operation should document the metadata type, if any.
106
+ # Corresponds to the JSON property `metadata`
107
+ # @return [Hash<String,Object>]
108
+ attr_accessor :metadata
109
+
110
+ # The server-assigned name, which is only unique within the same service that
111
+ # originally returns it. If you use the default HTTP mapping, the `name` should
112
+ # be a resource name ending with `operations/`unique_id``.
113
+ # Corresponds to the JSON property `name`
114
+ # @return [String]
115
+ attr_accessor :name
116
+
117
+ # The normal, successful response of the operation. If the original method
118
+ # returns no data on success, such as `Delete`, the response is `google.protobuf.
119
+ # Empty`. If the original method is standard `Get`/`Create`/`Update`, the
120
+ # response should be the resource. For other methods, the response should have
121
+ # the type `XxxResponse`, where `Xxx` is the original method name. For example,
122
+ # if the original method name is `TakeSnapshot()`, the inferred response type is
123
+ # `TakeSnapshotResponse`.
124
+ # Corresponds to the JSON property `response`
125
+ # @return [Hash<String,Object>]
126
+ attr_accessor :response
127
+
128
+ def initialize(**args)
129
+ update!(**args)
130
+ end
131
+
132
+ # Update properties of this object
133
+ def update!(**args)
134
+ @done = args[:done] if args.key?(:done)
135
+ @error = args[:error] if args.key?(:error)
136
+ @metadata = args[:metadata] if args.key?(:metadata)
137
+ @name = args[:name] if args.key?(:name)
138
+ @response = args[:response] if args.key?(:response)
139
+ end
140
+ end
141
+
142
+ # Options about what data to include in the event payload. Only supported for
143
+ # Google Chat and Google Drive events.
144
+ class PayloadOptions
145
+ include Google::Apis::Core::Hashable
146
+
147
+ # Optional. If `include_resource` is set to `true`, the list of fields to
148
+ # include in the event payload. Separate fields with a comma. For example, to
149
+ # include a Google Chat message's sender and create time, enter `message.sender,
150
+ # message.createTime`. If omitted, the payload includes all fields for the
151
+ # resource. If you specify a field that doesn't exist for the resource, the
152
+ # system ignores the field.
153
+ # Corresponds to the JSON property `fieldMask`
154
+ # @return [String]
155
+ attr_accessor :field_mask
156
+
157
+ # Optional. Whether the event payload includes data about the resource that
158
+ # changed. For example, for an event where a Google Chat message was created,
159
+ # whether the payload contains data about the [`Message`](https://developers.
160
+ # google.com/chat/api/reference/rest/v1/spaces.messages) resource. If false, the
161
+ # event payload only includes the name of the changed resource.
162
+ # Corresponds to the JSON property `includeResource`
163
+ # @return [Boolean]
164
+ attr_accessor :include_resource
165
+ alias_method :include_resource?, :include_resource
166
+
167
+ def initialize(**args)
168
+ update!(**args)
169
+ end
170
+
171
+ # Update properties of this object
172
+ def update!(**args)
173
+ @field_mask = args[:field_mask] if args.key?(:field_mask)
174
+ @include_resource = args[:include_resource] if args.key?(:include_resource)
175
+ end
176
+ end
177
+
178
+ # The request message for SubscriptionsService.ReactivateSubscription.
179
+ class ReactivateSubscriptionRequest
180
+ include Google::Apis::Core::Hashable
181
+
182
+ def initialize(**args)
183
+ update!(**args)
184
+ end
185
+
186
+ # Update properties of this object
187
+ def update!(**args)
188
+ end
189
+ end
190
+
191
+ # The `Status` type defines a logical error model that is suitable for different
192
+ # programming environments, including REST APIs and RPC APIs. It is used by [
193
+ # gRPC](https://github.com/grpc). Each `Status` message contains three pieces of
194
+ # data: error code, error message, and error details. You can find out more
195
+ # about this error model and how to work with it in the [API Design Guide](https:
196
+ # //cloud.google.com/apis/design/errors).
197
+ class Status
198
+ include Google::Apis::Core::Hashable
199
+
200
+ # The status code, which should be an enum value of google.rpc.Code.
201
+ # Corresponds to the JSON property `code`
202
+ # @return [Fixnum]
203
+ attr_accessor :code
204
+
205
+ # A list of messages that carry the error details. There is a common set of
206
+ # message types for APIs to use.
207
+ # Corresponds to the JSON property `details`
208
+ # @return [Array<Hash<String,Object>>]
209
+ attr_accessor :details
210
+
211
+ # A developer-facing error message, which should be in English. Any user-facing
212
+ # error message should be localized and sent in the google.rpc.Status.details
213
+ # field, or localized by the client.
214
+ # Corresponds to the JSON property `message`
215
+ # @return [String]
216
+ attr_accessor :message
217
+
218
+ def initialize(**args)
219
+ update!(**args)
220
+ end
221
+
222
+ # Update properties of this object
223
+ def update!(**args)
224
+ @code = args[:code] if args.key?(:code)
225
+ @details = args[:details] if args.key?(:details)
226
+ @message = args[:message] if args.key?(:message)
227
+ end
228
+ end
229
+
230
+ # A subscription to receive events about a Google Workspace resource. To learn
231
+ # more about subscriptions, see the [Google Workspace Events API overview](https:
232
+ # //developers.google.com/workspace/events).
233
+ class Subscription
234
+ include Google::Apis::Core::Hashable
235
+
236
+ # Output only. The user who authorized the creation of the subscription. Format:
237
+ # `users/`user`` For Google Workspace users, the ``user`` value is the [`user.id`
238
+ # ](https://developers.google.com/admin-sdk/directory/reference/rest/v1/users#
239
+ # User.FIELDS.ids) field from the Directory API.
240
+ # Corresponds to the JSON property `authority`
241
+ # @return [String]
242
+ attr_accessor :authority
243
+
244
+ # Output only. The time when the subscription is created.
245
+ # Corresponds to the JSON property `createTime`
246
+ # @return [String]
247
+ attr_accessor :create_time
248
+
249
+ # Optional. This checksum is computed by the server based on the value of other
250
+ # fields, and might be sent on update requests to ensure the client has an up-to-
251
+ # date value before proceeding.
252
+ # Corresponds to the JSON property `etag`
253
+ # @return [String]
254
+ attr_accessor :etag
255
+
256
+ # Required. Unordered list. Input for creating a subscription. Otherwise, output
257
+ # only. One or more types of events to receive about the target resource.
258
+ # Formatted according to the CloudEvents specification. The supported event
259
+ # types depend on the target resource of your subscription. For details, see [
260
+ # Supported Google Workspace events](https://developers.google.com/workspace/
261
+ # events/guides#supported-events). By default, you also receive events about the
262
+ # [lifecycle of your subscription](https://developers.google.com/workspace/
263
+ # events/guides/events-lifecycle). You don't need to specify lifecycle events
264
+ # for this field. If you specify an event type that doesn't exist for the target
265
+ # resource, the request returns an HTTP `400 Bad Request` status code.
266
+ # Corresponds to the JSON property `eventTypes`
267
+ # @return [Array<String>]
268
+ attr_accessor :event_types
269
+
270
+ # Non-empty default. The timestamp in UTC when the subscription expires. Always
271
+ # displayed on output, regardless of what was used on input.
272
+ # Corresponds to the JSON property `expireTime`
273
+ # @return [String]
274
+ attr_accessor :expire_time
275
+
276
+ # Identifier. Resource name of the subscription. Format: `subscriptions/`
277
+ # subscription``
278
+ # Corresponds to the JSON property `name`
279
+ # @return [String]
280
+ attr_accessor :name
281
+
282
+ # The endpoint where the subscription delivers events.
283
+ # Corresponds to the JSON property `notificationEndpoint`
284
+ # @return [Google::Apis::WorkspaceeventsV1::NotificationEndpoint]
285
+ attr_accessor :notification_endpoint
286
+
287
+ # Options about what data to include in the event payload. Only supported for
288
+ # Google Chat and Google Drive events.
289
+ # Corresponds to the JSON property `payloadOptions`
290
+ # @return [Google::Apis::WorkspaceeventsV1::PayloadOptions]
291
+ attr_accessor :payload_options
292
+
293
+ # Output only. If `true`, the subscription is in the process of being updated.
294
+ # Corresponds to the JSON property `reconciling`
295
+ # @return [Boolean]
296
+ attr_accessor :reconciling
297
+ alias_method :reconciling?, :reconciling
298
+
299
+ # Output only. The state of the subscription. Determines whether the
300
+ # subscription can receive events and deliver them to the notification endpoint.
301
+ # Corresponds to the JSON property `state`
302
+ # @return [String]
303
+ attr_accessor :state
304
+
305
+ # Output only. The error that suspended the subscription. To reactivate the
306
+ # subscription, resolve the error and call the `ReactivateSubscription` method.
307
+ # Corresponds to the JSON property `suspensionReason`
308
+ # @return [String]
309
+ attr_accessor :suspension_reason
310
+
311
+ # Required. Immutable. The Google Workspace resource that's monitored for events,
312
+ # formatted as the [full resource name](https://google.aip.dev/122#full-
313
+ # resource-names). To learn about target resources and the events that they
314
+ # support, see [Supported Google Workspace events](https://developers.google.com/
315
+ # workspace/events#supported-events). A user can only authorize your app to
316
+ # create one subscription for a given target resource. If your app tries to
317
+ # create another subscription with the same user credentials, the request
318
+ # returns an `ALREADY_EXISTS` error.
319
+ # Corresponds to the JSON property `targetResource`
320
+ # @return [String]
321
+ attr_accessor :target_resource
322
+
323
+ # Input only. The time-to-live (TTL) or duration for the subscription. If
324
+ # unspecified or set to `0`, uses the maximum possible duration.
325
+ # Corresponds to the JSON property `ttl`
326
+ # @return [String]
327
+ attr_accessor :ttl
328
+
329
+ # Output only. System-assigned unique identifier for the subscription.
330
+ # Corresponds to the JSON property `uid`
331
+ # @return [String]
332
+ attr_accessor :uid
333
+
334
+ # Output only. The last time that the subscription is updated.
335
+ # Corresponds to the JSON property `updateTime`
336
+ # @return [String]
337
+ attr_accessor :update_time
338
+
339
+ def initialize(**args)
340
+ update!(**args)
341
+ end
342
+
343
+ # Update properties of this object
344
+ def update!(**args)
345
+ @authority = args[:authority] if args.key?(:authority)
346
+ @create_time = args[:create_time] if args.key?(:create_time)
347
+ @etag = args[:etag] if args.key?(:etag)
348
+ @event_types = args[:event_types] if args.key?(:event_types)
349
+ @expire_time = args[:expire_time] if args.key?(:expire_time)
350
+ @name = args[:name] if args.key?(:name)
351
+ @notification_endpoint = args[:notification_endpoint] if args.key?(:notification_endpoint)
352
+ @payload_options = args[:payload_options] if args.key?(:payload_options)
353
+ @reconciling = args[:reconciling] if args.key?(:reconciling)
354
+ @state = args[:state] if args.key?(:state)
355
+ @suspension_reason = args[:suspension_reason] if args.key?(:suspension_reason)
356
+ @target_resource = args[:target_resource] if args.key?(:target_resource)
357
+ @ttl = args[:ttl] if args.key?(:ttl)
358
+ @uid = args[:uid] if args.key?(:uid)
359
+ @update_time = args[:update_time] if args.key?(:update_time)
360
+ end
361
+ end
24
362
  end
25
363
  end
26
364
  end
@@ -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.1.0"
19
+ GEM_VERSION = "0.16.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.13.1"
22
+ GENERATOR_VERSION = "0.18.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240123"
25
+ REVISION = "20250708"
26
26
  end
27
27
  end
28
28
  end
@@ -21,6 +21,122 @@ require 'google/apis/errors'
21
21
  module Google
22
22
  module Apis
23
23
  module WorkspaceeventsV1
24
+
25
+ class ListSubscriptionsResponse
26
+ class Representation < Google::Apis::Core::JsonRepresentation; end
27
+
28
+ include Google::Apis::Core::JsonObjectSupport
29
+ end
30
+
31
+ class NotificationEndpoint
32
+ class Representation < Google::Apis::Core::JsonRepresentation; end
33
+
34
+ include Google::Apis::Core::JsonObjectSupport
35
+ end
36
+
37
+ class Operation
38
+ class Representation < Google::Apis::Core::JsonRepresentation; end
39
+
40
+ include Google::Apis::Core::JsonObjectSupport
41
+ end
42
+
43
+ class PayloadOptions
44
+ class Representation < Google::Apis::Core::JsonRepresentation; end
45
+
46
+ include Google::Apis::Core::JsonObjectSupport
47
+ end
48
+
49
+ class ReactivateSubscriptionRequest
50
+ class Representation < Google::Apis::Core::JsonRepresentation; end
51
+
52
+ include Google::Apis::Core::JsonObjectSupport
53
+ end
54
+
55
+ class Status
56
+ class Representation < Google::Apis::Core::JsonRepresentation; end
57
+
58
+ include Google::Apis::Core::JsonObjectSupport
59
+ end
60
+
61
+ class Subscription
62
+ class Representation < Google::Apis::Core::JsonRepresentation; end
63
+
64
+ include Google::Apis::Core::JsonObjectSupport
65
+ end
66
+
67
+ class ListSubscriptionsResponse
68
+ # @private
69
+ class Representation < Google::Apis::Core::JsonRepresentation
70
+ property :next_page_token, as: 'nextPageToken'
71
+ collection :subscriptions, as: 'subscriptions', class: Google::Apis::WorkspaceeventsV1::Subscription, decorator: Google::Apis::WorkspaceeventsV1::Subscription::Representation
72
+
73
+ end
74
+ end
75
+
76
+ class NotificationEndpoint
77
+ # @private
78
+ class Representation < Google::Apis::Core::JsonRepresentation
79
+ property :pubsub_topic, as: 'pubsubTopic'
80
+ end
81
+ end
82
+
83
+ class Operation
84
+ # @private
85
+ class Representation < Google::Apis::Core::JsonRepresentation
86
+ property :done, as: 'done'
87
+ property :error, as: 'error', class: Google::Apis::WorkspaceeventsV1::Status, decorator: Google::Apis::WorkspaceeventsV1::Status::Representation
88
+
89
+ hash :metadata, as: 'metadata'
90
+ property :name, as: 'name'
91
+ hash :response, as: 'response'
92
+ end
93
+ end
94
+
95
+ class PayloadOptions
96
+ # @private
97
+ class Representation < Google::Apis::Core::JsonRepresentation
98
+ property :field_mask, as: 'fieldMask'
99
+ property :include_resource, as: 'includeResource'
100
+ end
101
+ end
102
+
103
+ class ReactivateSubscriptionRequest
104
+ # @private
105
+ class Representation < Google::Apis::Core::JsonRepresentation
106
+ end
107
+ end
108
+
109
+ class Status
110
+ # @private
111
+ class Representation < Google::Apis::Core::JsonRepresentation
112
+ property :code, as: 'code'
113
+ collection :details, as: 'details'
114
+ property :message, as: 'message'
115
+ end
116
+ end
117
+
118
+ class Subscription
119
+ # @private
120
+ class Representation < Google::Apis::Core::JsonRepresentation
121
+ property :authority, as: 'authority'
122
+ property :create_time, as: 'createTime'
123
+ property :etag, as: 'etag'
124
+ collection :event_types, as: 'eventTypes'
125
+ property :expire_time, as: 'expireTime'
126
+ property :name, as: 'name'
127
+ property :notification_endpoint, as: 'notificationEndpoint', class: Google::Apis::WorkspaceeventsV1::NotificationEndpoint, decorator: Google::Apis::WorkspaceeventsV1::NotificationEndpoint::Representation
128
+
129
+ property :payload_options, as: 'payloadOptions', class: Google::Apis::WorkspaceeventsV1::PayloadOptions, decorator: Google::Apis::WorkspaceeventsV1::PayloadOptions::Representation
130
+
131
+ property :reconciling, as: 'reconciling'
132
+ property :state, as: 'state'
133
+ property :suspension_reason, as: 'suspensionReason'
134
+ property :target_resource, as: 'targetResource'
135
+ property :ttl, as: 'ttl'
136
+ property :uid, as: 'uid'
137
+ property :update_time, as: 'updateTime'
138
+ end
139
+ end
24
140
  end
25
141
  end
26
142
  end
@@ -51,6 +51,295 @@ module Google
51
51
  client_version: Google::Apis::WorkspaceeventsV1::GEM_VERSION)
52
52
  @batch_path = 'batch'
53
53
  end
54
+
55
+ # Gets the latest state of a long-running operation. Clients can use this method
56
+ # to poll the operation result at intervals as recommended by the API service.
57
+ # @param [String] name
58
+ # The name of the operation resource.
59
+ # @param [String] fields
60
+ # Selector specifying which fields to include in a partial response.
61
+ # @param [String] quota_user
62
+ # Available to use for quota purposes for server-side applications. Can be any
63
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
64
+ # @param [Google::Apis::RequestOptions] options
65
+ # Request-specific options
66
+ #
67
+ # @yield [result, err] Result & error if block supplied
68
+ # @yieldparam result [Google::Apis::WorkspaceeventsV1::Operation] parsed result object
69
+ # @yieldparam err [StandardError] error object if request failed
70
+ #
71
+ # @return [Google::Apis::WorkspaceeventsV1::Operation]
72
+ #
73
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
74
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
75
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
76
+ def get_operation(name, fields: nil, quota_user: nil, options: nil, &block)
77
+ command = make_simple_command(:get, 'v1/{+name}', options)
78
+ command.response_representation = Google::Apis::WorkspaceeventsV1::Operation::Representation
79
+ command.response_class = Google::Apis::WorkspaceeventsV1::Operation
80
+ command.params['name'] = name unless name.nil?
81
+ command.query['fields'] = fields unless fields.nil?
82
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
83
+ execute_or_queue_command(command, &block)
84
+ end
85
+
86
+ # Creates a Google Workspace subscription. To learn how to use this method, see [
87
+ # Create a Google Workspace subscription](https://developers.google.com/
88
+ # workspace/events/guides/create-subscription).
89
+ # @param [Google::Apis::WorkspaceeventsV1::Subscription] subscription_object
90
+ # @param [Boolean] validate_only
91
+ # Optional. If set to `true`, validates and previews the request, but doesn't
92
+ # create the subscription.
93
+ # @param [String] fields
94
+ # Selector specifying which fields to include in a partial response.
95
+ # @param [String] quota_user
96
+ # Available to use for quota purposes for server-side applications. Can be any
97
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
98
+ # @param [Google::Apis::RequestOptions] options
99
+ # Request-specific options
100
+ #
101
+ # @yield [result, err] Result & error if block supplied
102
+ # @yieldparam result [Google::Apis::WorkspaceeventsV1::Operation] parsed result object
103
+ # @yieldparam err [StandardError] error object if request failed
104
+ #
105
+ # @return [Google::Apis::WorkspaceeventsV1::Operation]
106
+ #
107
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
108
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
109
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
110
+ def create_subscription(subscription_object = nil, validate_only: nil, fields: nil, quota_user: nil, options: nil, &block)
111
+ command = make_simple_command(:post, 'v1/subscriptions', options)
112
+ command.request_representation = Google::Apis::WorkspaceeventsV1::Subscription::Representation
113
+ command.request_object = subscription_object
114
+ command.response_representation = Google::Apis::WorkspaceeventsV1::Operation::Representation
115
+ command.response_class = Google::Apis::WorkspaceeventsV1::Operation
116
+ command.query['validateOnly'] = validate_only unless validate_only.nil?
117
+ command.query['fields'] = fields unless fields.nil?
118
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
119
+ execute_or_queue_command(command, &block)
120
+ end
121
+
122
+ # Deletes a Google Workspace subscription. To learn how to use this method, see [
123
+ # Delete a Google Workspace subscription](https://developers.google.com/
124
+ # workspace/events/guides/delete-subscription).
125
+ # @param [String] name
126
+ # Required. Resource name of the subscription to delete. Format: `subscriptions/`
127
+ # subscription``
128
+ # @param [Boolean] allow_missing
129
+ # Optional. If set to `true` and the subscription isn't found, the request
130
+ # succeeds but doesn't delete the subscription.
131
+ # @param [String] etag
132
+ # Optional. Etag of the subscription. If present, it must match with the server'
133
+ # s etag. Otherwise, request fails with the status `ABORTED`.
134
+ # @param [Boolean] validate_only
135
+ # Optional. If set to `true`, validates and previews the request, but doesn't
136
+ # delete the subscription.
137
+ # @param [String] fields
138
+ # Selector specifying which fields to include in a partial response.
139
+ # @param [String] quota_user
140
+ # Available to use for quota purposes for server-side applications. Can be any
141
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
142
+ # @param [Google::Apis::RequestOptions] options
143
+ # Request-specific options
144
+ #
145
+ # @yield [result, err] Result & error if block supplied
146
+ # @yieldparam result [Google::Apis::WorkspaceeventsV1::Operation] parsed result object
147
+ # @yieldparam err [StandardError] error object if request failed
148
+ #
149
+ # @return [Google::Apis::WorkspaceeventsV1::Operation]
150
+ #
151
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
152
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
153
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
154
+ def delete_subscription(name, allow_missing: nil, etag: nil, validate_only: nil, fields: nil, quota_user: nil, options: nil, &block)
155
+ command = make_simple_command(:delete, 'v1/{+name}', options)
156
+ command.response_representation = Google::Apis::WorkspaceeventsV1::Operation::Representation
157
+ command.response_class = Google::Apis::WorkspaceeventsV1::Operation
158
+ command.params['name'] = name unless name.nil?
159
+ command.query['allowMissing'] = allow_missing unless allow_missing.nil?
160
+ command.query['etag'] = etag unless etag.nil?
161
+ command.query['validateOnly'] = validate_only unless validate_only.nil?
162
+ command.query['fields'] = fields unless fields.nil?
163
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
164
+ execute_or_queue_command(command, &block)
165
+ end
166
+
167
+ # Gets details about a Google Workspace subscription. To learn how to use this
168
+ # method, see [Get details about a Google Workspace subscription](https://
169
+ # developers.google.com/workspace/events/guides/get-subscription).
170
+ # @param [String] name
171
+ # Required. Resource name of the subscription. Format: `subscriptions/`
172
+ # subscription``
173
+ # @param [String] fields
174
+ # Selector specifying which fields to include in a partial response.
175
+ # @param [String] quota_user
176
+ # Available to use for quota purposes for server-side applications. Can be any
177
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
178
+ # @param [Google::Apis::RequestOptions] options
179
+ # Request-specific options
180
+ #
181
+ # @yield [result, err] Result & error if block supplied
182
+ # @yieldparam result [Google::Apis::WorkspaceeventsV1::Subscription] parsed result object
183
+ # @yieldparam err [StandardError] error object if request failed
184
+ #
185
+ # @return [Google::Apis::WorkspaceeventsV1::Subscription]
186
+ #
187
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
188
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
189
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
190
+ def get_subscription(name, fields: nil, quota_user: nil, options: nil, &block)
191
+ command = make_simple_command(:get, 'v1/{+name}', options)
192
+ command.response_representation = Google::Apis::WorkspaceeventsV1::Subscription::Representation
193
+ command.response_class = Google::Apis::WorkspaceeventsV1::Subscription
194
+ command.params['name'] = name unless name.nil?
195
+ command.query['fields'] = fields unless fields.nil?
196
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
197
+ execute_or_queue_command(command, &block)
198
+ end
199
+
200
+ # Lists Google Workspace subscriptions. To learn how to use this method, see [
201
+ # List Google Workspace subscriptions](https://developers.google.com/workspace/
202
+ # events/guides/list-subscriptions).
203
+ # @param [String] filter
204
+ # Required. A query filter. You can filter subscriptions by event type (`
205
+ # event_types`) and target resource (`target_resource`). You must specify at
206
+ # least one event type in your query. To filter for multiple event types, use
207
+ # the `OR` operator. To filter by both event type and target resource, use the `
208
+ # AND` operator and specify the full resource name, such as `//chat.googleapis.
209
+ # com/spaces/`space``. For example, the following queries are valid: ```
210
+ # event_types:"google.workspace.chat.membership.v1.updated" OR event_types:"
211
+ # google.workspace.chat.message.v1.created" event_types:"google.workspace.chat.
212
+ # message.v1.created" AND target_resource="//chat.googleapis.com/spaces/`space`"
213
+ # ( event_types:"google.workspace.chat.membership.v1.updated" OR event_types:"
214
+ # google.workspace.chat.message.v1.created" ) AND target_resource="//chat.
215
+ # googleapis.com/spaces/`space`" ``` The server rejects invalid queries with an `
216
+ # INVALID_ARGUMENT` error.
217
+ # @param [Fixnum] page_size
218
+ # Optional. The maximum number of subscriptions to return. The service might
219
+ # return fewer than this value. If unspecified or set to `0`, up to 50
220
+ # subscriptions are returned. The maximum value is 100. If you specify a value
221
+ # more than 100, the system only returns 100 subscriptions.
222
+ # @param [String] page_token
223
+ # Optional. A page token, received from a previous list subscriptions call.
224
+ # Provide this parameter to retrieve the subsequent page. When paginating, the
225
+ # filter value should match the call that provided the page token. Passing a
226
+ # different value might lead to unexpected results.
227
+ # @param [String] fields
228
+ # Selector specifying which fields to include in a partial response.
229
+ # @param [String] quota_user
230
+ # Available to use for quota purposes for server-side applications. Can be any
231
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
232
+ # @param [Google::Apis::RequestOptions] options
233
+ # Request-specific options
234
+ #
235
+ # @yield [result, err] Result & error if block supplied
236
+ # @yieldparam result [Google::Apis::WorkspaceeventsV1::ListSubscriptionsResponse] parsed result object
237
+ # @yieldparam err [StandardError] error object if request failed
238
+ #
239
+ # @return [Google::Apis::WorkspaceeventsV1::ListSubscriptionsResponse]
240
+ #
241
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
242
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
243
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
244
+ def list_subscriptions(filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
245
+ command = make_simple_command(:get, 'v1/subscriptions', options)
246
+ command.response_representation = Google::Apis::WorkspaceeventsV1::ListSubscriptionsResponse::Representation
247
+ command.response_class = Google::Apis::WorkspaceeventsV1::ListSubscriptionsResponse
248
+ command.query['filter'] = filter unless filter.nil?
249
+ command.query['pageSize'] = page_size unless page_size.nil?
250
+ command.query['pageToken'] = page_token unless page_token.nil?
251
+ command.query['fields'] = fields unless fields.nil?
252
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
253
+ execute_or_queue_command(command, &block)
254
+ end
255
+
256
+ # Updates or renews a Google Workspace subscription. To learn how to use this
257
+ # method, see [Update or renew a Google Workspace subscription](https://
258
+ # developers.google.com/workspace/events/guides/update-subscription).
259
+ # @param [String] name
260
+ # Identifier. Resource name of the subscription. Format: `subscriptions/`
261
+ # subscription``
262
+ # @param [Google::Apis::WorkspaceeventsV1::Subscription] subscription_object
263
+ # @param [String] update_mask
264
+ # Optional. The field to update. If omitted, updates any fields included in the
265
+ # request. You can update one of the following fields in a subscription: * `
266
+ # expire_time`: The timestamp when the subscription expires. * `ttl`: The time-
267
+ # to-live (TTL) or duration of the subscription. * `event_types`: The list of
268
+ # event types to receive about the target resource. When using the `*` wildcard (
269
+ # equivalent to `PUT`), omitted fields are set to empty values and rejected if
270
+ # they're invalid.
271
+ # @param [Boolean] validate_only
272
+ # Optional. If set to `true`, validates and previews the request, but doesn't
273
+ # update the subscription.
274
+ # @param [String] fields
275
+ # Selector specifying which fields to include in a partial response.
276
+ # @param [String] quota_user
277
+ # Available to use for quota purposes for server-side applications. Can be any
278
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
279
+ # @param [Google::Apis::RequestOptions] options
280
+ # Request-specific options
281
+ #
282
+ # @yield [result, err] Result & error if block supplied
283
+ # @yieldparam result [Google::Apis::WorkspaceeventsV1::Operation] parsed result object
284
+ # @yieldparam err [StandardError] error object if request failed
285
+ #
286
+ # @return [Google::Apis::WorkspaceeventsV1::Operation]
287
+ #
288
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
289
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
290
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
291
+ def patch_subscription(name, subscription_object = nil, update_mask: nil, validate_only: nil, fields: nil, quota_user: nil, options: nil, &block)
292
+ command = make_simple_command(:patch, 'v1/{+name}', options)
293
+ command.request_representation = Google::Apis::WorkspaceeventsV1::Subscription::Representation
294
+ command.request_object = subscription_object
295
+ command.response_representation = Google::Apis::WorkspaceeventsV1::Operation::Representation
296
+ command.response_class = Google::Apis::WorkspaceeventsV1::Operation
297
+ command.params['name'] = name unless name.nil?
298
+ command.query['updateMask'] = update_mask unless update_mask.nil?
299
+ command.query['validateOnly'] = validate_only unless validate_only.nil?
300
+ command.query['fields'] = fields unless fields.nil?
301
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
302
+ execute_or_queue_command(command, &block)
303
+ end
304
+
305
+ # Reactivates a suspended Google Workspace subscription. This method resets your
306
+ # subscription's `State` field to `ACTIVE`. Before you use this method, you must
307
+ # fix the error that suspended the subscription. This method will ignore or
308
+ # reject any subscription that isn't currently in a suspended state. To learn
309
+ # how to use this method, see [Reactivate a Google Workspace subscription](https:
310
+ # //developers.google.com/workspace/events/guides/reactivate-subscription).
311
+ # @param [String] name
312
+ # Required. Resource name of the subscription. Format: `subscriptions/`
313
+ # subscription``
314
+ # @param [Google::Apis::WorkspaceeventsV1::ReactivateSubscriptionRequest] reactivate_subscription_request_object
315
+ # @param [String] fields
316
+ # Selector specifying which fields to include in a partial response.
317
+ # @param [String] quota_user
318
+ # Available to use for quota purposes for server-side applications. Can be any
319
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
320
+ # @param [Google::Apis::RequestOptions] options
321
+ # Request-specific options
322
+ #
323
+ # @yield [result, err] Result & error if block supplied
324
+ # @yieldparam result [Google::Apis::WorkspaceeventsV1::Operation] parsed result object
325
+ # @yieldparam err [StandardError] error object if request failed
326
+ #
327
+ # @return [Google::Apis::WorkspaceeventsV1::Operation]
328
+ #
329
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
330
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
331
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
332
+ def reactivate_subscription(name, reactivate_subscription_request_object = nil, fields: nil, quota_user: nil, options: nil, &block)
333
+ command = make_simple_command(:post, 'v1/{+name}:reactivate', options)
334
+ command.request_representation = Google::Apis::WorkspaceeventsV1::ReactivateSubscriptionRequest::Representation
335
+ command.request_object = reactivate_subscription_request_object
336
+ command.response_representation = Google::Apis::WorkspaceeventsV1::Operation::Representation
337
+ command.response_class = Google::Apis::WorkspaceeventsV1::Operation
338
+ command.params['name'] = name unless name.nil?
339
+ command.query['fields'] = fields unless fields.nil?
340
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
341
+ execute_or_queue_command(command, &block)
342
+ end
54
343
 
55
344
  protected
56
345
 
@@ -29,6 +29,60 @@ module Google
29
29
  # Version of the Google Workspace Events API this client connects to.
30
30
  # This is NOT the gem version.
31
31
  VERSION = 'V1'
32
+
33
+ # On their own behalf, apps in Google Chat can see, add, update, and remove members from conversations and spaces
34
+ AUTH_CHAT_APP_MEMBERSHIPS = 'https://www.googleapis.com/auth/chat.app.memberships'
35
+
36
+ # On their own behalf, apps in Google Chat can create conversations and spaces and see or update their metadata (including history settings and access settings)
37
+ AUTH_CHAT_APP_SPACES = 'https://www.googleapis.com/auth/chat.app.spaces'
38
+
39
+ # Private Service: https://www.googleapis.com/auth/chat.bot
40
+ AUTH_CHAT_BOT = 'https://www.googleapis.com/auth/chat.bot'
41
+
42
+ # See, add, update, and remove members from conversations and spaces in Google Chat
43
+ AUTH_CHAT_MEMBERSHIPS = 'https://www.googleapis.com/auth/chat.memberships'
44
+
45
+ # View members in Google Chat conversations.
46
+ AUTH_CHAT_MEMBERSHIPS_READONLY = 'https://www.googleapis.com/auth/chat.memberships.readonly'
47
+
48
+ # See, compose, send, update, and delete messages as well as their message content; add, see, and delete reactions to messages.
49
+ AUTH_CHAT_MESSAGES = 'https://www.googleapis.com/auth/chat.messages'
50
+
51
+ # See, add, and delete reactions as well as their reaction content to messages in Google Chat
52
+ AUTH_CHAT_MESSAGES_REACTIONS = 'https://www.googleapis.com/auth/chat.messages.reactions'
53
+
54
+ # View reactions as well as their reaction content to messages in Google Chat
55
+ AUTH_CHAT_MESSAGES_REACTIONS_READONLY = 'https://www.googleapis.com/auth/chat.messages.reactions.readonly'
56
+
57
+ # See messages as well as their reactions and message content in Google Chat
58
+ AUTH_CHAT_MESSAGES_READONLY = 'https://www.googleapis.com/auth/chat.messages.readonly'
59
+
60
+ # Create conversations and spaces and see or update metadata (including history settings and access settings) in Google Chat
61
+ AUTH_CHAT_SPACES = 'https://www.googleapis.com/auth/chat.spaces'
62
+
63
+ # View chat and spaces in Google Chat
64
+ AUTH_CHAT_SPACES_READONLY = 'https://www.googleapis.com/auth/chat.spaces.readonly'
65
+
66
+ # See, edit, create, and delete all of your Google Drive files
67
+ AUTH_DRIVE = 'https://www.googleapis.com/auth/drive'
68
+
69
+ # See, edit, create, and delete only the specific Google Drive files you use with this app
70
+ AUTH_DRIVE_FILE = 'https://www.googleapis.com/auth/drive.file'
71
+
72
+ # View and manage metadata of files in your Google Drive
73
+ AUTH_DRIVE_METADATA = 'https://www.googleapis.com/auth/drive.metadata'
74
+
75
+ # See information about your Google Drive files
76
+ AUTH_DRIVE_METADATA_READONLY = 'https://www.googleapis.com/auth/drive.metadata.readonly'
77
+
78
+ # See and download all your Google Drive files
79
+ AUTH_DRIVE_READONLY = 'https://www.googleapis.com/auth/drive.readonly'
80
+
81
+ # Create, edit, and see information about your Google Meet conferences created by the app.
82
+ AUTH_MEETINGS_SPACE_CREATED = 'https://www.googleapis.com/auth/meetings.space.created'
83
+
84
+ # Read information about any of your Google Meet conferences
85
+ AUTH_MEETINGS_SPACE_READONLY = 'https://www.googleapis.com/auth/meetings.space.readonly'
32
86
  end
33
87
  end
34
88
  end
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-workspaceevents_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.16.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2024-01-28 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: google-apis-core
@@ -16,7 +15,7 @@ dependencies:
16
15
  requirements:
17
16
  - - ">="
18
17
  - !ruby/object:Gem::Version
19
- version: 0.12.0
18
+ version: 0.15.0
20
19
  - - "<"
21
20
  - !ruby/object:Gem::Version
22
21
  version: 2.a
@@ -26,7 +25,7 @@ dependencies:
26
25
  requirements:
27
26
  - - ">="
28
27
  - !ruby/object:Gem::Version
29
- version: 0.12.0
28
+ version: 0.15.0
30
29
  - - "<"
31
30
  - !ruby/object:Gem::Version
32
31
  version: 2.a
@@ -58,9 +57,8 @@ licenses:
58
57
  metadata:
59
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
59
  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.1.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-workspaceevents_v1/v0.16.0
62
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-workspaceevents_v1
63
- post_install_message:
64
62
  rdoc_options: []
65
63
  require_paths:
66
64
  - lib
@@ -68,15 +66,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
68
66
  requirements:
69
67
  - - ">="
70
68
  - !ruby/object:Gem::Version
71
- version: '2.5'
69
+ version: '3.1'
72
70
  required_rubygems_version: !ruby/object:Gem::Requirement
73
71
  requirements:
74
72
  - - ">="
75
73
  - !ruby/object:Gem::Version
76
74
  version: '0'
77
75
  requirements: []
78
- rubygems_version: 3.5.3
79
- signing_key:
76
+ rubygems_version: 3.6.9
80
77
  specification_version: 4
81
78
  summary: Simple REST client for Google Workspace Events API V1
82
79
  test_files: []