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: f483900e8978011f43215f5c30c48a256af74d45139accb7502369b771146f79
4
- data.tar.gz: a39c115bfec9082ca36796760a97cccaf635a1ef6b27c913acb4d279fdd7af15
3
+ metadata.gz: 9426a1bd39b0382580969b914989c21d143c76f0205daa370bdb26386a205959
4
+ data.tar.gz: b6b197863aead9ca6297df58c005e304f083a9cd44aacae6e191c3c4aeebfd7f
5
5
  SHA512:
6
- metadata.gz: 9deb2cd9c99c90ffa50248d7d9152a27368f3fa1481dd01afaaae17cc3059c955d77a9b01d8e5433aaff24eee18c4b0c1d80a3db418c9529670dbc71fe0a459e
7
- data.tar.gz: f8f42528a94845e375808fe5131f486410a9b3cb9e41d43a2a38e74b675d80e19dc858f6e8fa4a1d3349552a0b3f6f57bb4f7e51a9ba6082af208dbaf3b3d6d2
6
+ metadata.gz: d0d22afb4e6fbce9e0b46da753133f3bf6821d0569348cc19d960892637afbe2855333efbccf478ffcfa9e555fe1d9bc561ec642ebbc96247ac73e09f280540d
7
+ data.tar.gz: ad4a53a29f9adec00d08442889ed633f97f5d13f77c3c7d15bedb4b4ef1261f4f0ee6600414d8284ade0144b9b3efc14b43882d0545925e6e951e8a4ca627cf4
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-workspaceevents_v1
2
2
 
3
+ ### v0.8.0 (2024-09-01)
4
+
5
+ * Regenerated from discovery document revision 20240827
6
+
3
7
  ### v0.7.0 (2024-08-04)
4
8
 
5
9
  * Regenerated from discovery document revision 20240723
@@ -249,16 +249,16 @@ module Google
249
249
  # @return [String]
250
250
  attr_accessor :etag
251
251
 
252
- # Required. Immutable. Unordered list. Input for creating a subscription.
253
- # Otherwise, output only. One or more types of events to receive about the
254
- # target resource. Formatted according to the CloudEvents specification. The
255
- # supported event types depend on the target resource of your subscription. For
256
- # details, see [Supported Google Workspace events](https://developers.google.com/
257
- # workspace/events/guides#supported-events). By default, you also receive events
258
- # about the [lifecycle of your subscription](https://developers.google.com/
259
- # workspace/events/guides/events-lifecycle). You don't need to specify lifecycle
260
- # events for this field. If you specify an event type that doesn't exist for the
261
- # target resource, the request returns an HTTP `400 Bad Request` status code.
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.7.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 = "20240723"
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. To fully replace the
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.7.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-08-04 00:00:00.000000000 Z
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.7.0
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: []