google-apis-workspaceevents_v1 0.7.0 → 0.8.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9426a1bd39b0382580969b914989c21d143c76f0205daa370bdb26386a205959
|
4
|
+
data.tar.gz: b6b197863aead9ca6297df58c005e304f083a9cd44aacae6e191c3c4aeebfd7f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d0d22afb4e6fbce9e0b46da753133f3bf6821d0569348cc19d960892637afbe2855333efbccf478ffcfa9e555fe1d9bc561ec642ebbc96247ac73e09f280540d
|
7
|
+
data.tar.gz: ad4a53a29f9adec00d08442889ed633f97f5d13f77c3c7d15bedb4b4ef1261f4f0ee6600414d8284ade0144b9b3efc14b43882d0545925e6e951e8a4ca627cf4
|
data/CHANGELOG.md
CHANGED
@@ -249,16 +249,16 @@ module Google
|
|
249
249
|
# @return [String]
|
250
250
|
attr_accessor :etag
|
251
251
|
|
252
|
-
# Required.
|
253
|
-
#
|
254
|
-
#
|
255
|
-
#
|
256
|
-
#
|
257
|
-
#
|
258
|
-
#
|
259
|
-
#
|
260
|
-
#
|
261
|
-
#
|
252
|
+
# Required. Unordered list. Input for creating a subscription. Otherwise, output
|
253
|
+
# only. One or more types of events to receive about the target resource.
|
254
|
+
# Formatted according to the CloudEvents specification. The supported event
|
255
|
+
# types depend on the target resource of your subscription. For details, see [
|
256
|
+
# Supported Google Workspace events](https://developers.google.com/workspace/
|
257
|
+
# events/guides#supported-events). By default, you also receive events about the
|
258
|
+
# [lifecycle of your subscription](https://developers.google.com/workspace/
|
259
|
+
# events/guides/events-lifecycle). You don't need to specify lifecycle events
|
260
|
+
# for this field. If you specify an event type that doesn't exist for the target
|
261
|
+
# resource, the request returns an HTTP `400 Bad Request` status code.
|
262
262
|
# Corresponds to the JSON property `eventTypes`
|
263
263
|
# @return [Array<String>]
|
264
264
|
attr_accessor :event_types
|
@@ -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.
|
19
|
+
GEM_VERSION = "0.8.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 = "
|
25
|
+
REVISION = "20240827"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -269,7 +269,8 @@ module Google
|
|
269
269
|
# Optional. The field to update. If omitted, updates any fields included in the
|
270
270
|
# request. You can update one of the following fields in a subscription: * `
|
271
271
|
# expire_time`: The timestamp when the subscription expires. * `ttl`: The time-
|
272
|
-
# to-live (TTL) or duration of the subscription.
|
272
|
+
# to-live (TTL) or duration of the subscription. * `event_types`: The list of
|
273
|
+
# event types to receive about the target resource. To fully replace the
|
273
274
|
# subscription (the equivalent of `PUT`), use `*`. Any omitted fields are
|
274
275
|
# updated with empty values.
|
275
276
|
# @param [Boolean] validate_only
|
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.
|
4
|
+
version: 0.8.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-
|
11
|
+
date: 2024-09-01 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.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-workspaceevents_v1/v0.8.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: []
|