google-apis-workspaceevents_v1 0.26.0 → 0.27.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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 267c9a6320d878d9fb4c13b9faa0dd49dcf3b8a57db39bc0926d720db221d237
|
|
4
|
+
data.tar.gz: f33db89ac9f616f8da5eaa46b15f387852d42b8994aaf633d89e1d7cadff6ec7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 533560fa41fd92572b102cde861bee2956484625e3a3deb05819f54a7824f4897f495c3c3c47dc224ccc0678617b0d14bc4d270ade47bee63907ee7ad3891833
|
|
7
|
+
data.tar.gz: b1b6aacb7919965d8610a112dba0777f6e18704b87fb9e11b08d746d0466577cda1083b882735d037b78a5372e29a072b764c4bfdb9b11184f5bcfea519d98b8
|
data/CHANGELOG.md
CHANGED
|
@@ -144,12 +144,12 @@ module Google
|
|
|
144
144
|
|
|
145
145
|
# Optional. Immutable. For subscriptions to Google Drive events, whether to
|
|
146
146
|
# receive events about Drive files that are children of the target folder or
|
|
147
|
-
# shared drive.
|
|
148
|
-
#
|
|
149
|
-
#
|
|
150
|
-
# application/vnd.google-
|
|
151
|
-
# types](https://developers.
|
|
152
|
-
# event-types).
|
|
147
|
+
# shared drive. This field must be `true` for subscriptions on shared drives. *
|
|
148
|
+
# If `false`, the subscription only receives events about changes to the folder
|
|
149
|
+
# or shared drive that's specified as the `targetResource`. * If `true`, the `
|
|
150
|
+
# mimeType` field of the `file` resource must be set to `application/vnd.google-
|
|
151
|
+
# apps.folder`. For details, see [Google Drive event types](https://developers.
|
|
152
|
+
# google.com/workspace/events/guides/events-drive#event-types).
|
|
153
153
|
# Corresponds to the JSON property `includeDescendants`
|
|
154
154
|
# @return [Boolean]
|
|
155
155
|
attr_accessor :include_descendants
|
|
@@ -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.27.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.19.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20260818"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
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.27.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
@@ -57,7 +57,7 @@ licenses:
|
|
|
57
57
|
metadata:
|
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-workspaceevents_v1/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-workspaceevents_v1/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-workspaceevents_v1/v0.27.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-workspaceevents_v1
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|