google-apis-drive_v3 0.65.0 → 0.66.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 +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/drive_v3/gem_version.rb +2 -2
- data/lib/google/apis/drive_v3/service.rb +0 -3
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7f0891779a528c244c8d8fef0e1f803af46287e4e463bd17c30bf9458e72badb
|
4
|
+
data.tar.gz: 6884fc2b7ea909d59aeec248680ae8c294a4b5819c9b2bda883a518cbea5d766
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d8d34cb45924ad4d9448897e60b51fa7204b92e72920a84a24117757c702238f385fd4907a4d778596e985a254fe5394d8f68ae21e2d77a6d34b80a42c6bfc28
|
7
|
+
data.tar.gz: 74f45ec9f9de014cf1410ab5c24ad2a089e6b478b7cd6206806f25f7b8b055d94e2a1e4676247f98365da15926580459e89dcad7ac5720b763d2abe8c1c876ee
|
data/CHANGELOG.md
CHANGED
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module DriveV3
|
18
18
|
# Version of the google-apis-drive_v3 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.66.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.17.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250511"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -543,9 +543,6 @@ module Google
|
|
543
543
|
|
544
544
|
# Deletes a comment. For more information, see [Manage comments and replies](
|
545
545
|
# https://developers.google.com/workspace/drive/api/guides/manage-comments).
|
546
|
-
# Required: The `fields` parameter must be set. To return the exact fields you
|
547
|
-
# need, see [Return specific fields](https://developers.google.com/workspace/
|
548
|
-
# drive/api/guides/fields-parameter).
|
549
546
|
# @param [String] file_id
|
550
547
|
# The ID of the file.
|
551
548
|
# @param [String] comment_id
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-drive_v3
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.66.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-drive_v3/CHANGELOG.md
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-drive_v3/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-drive_v3/v0.66.0
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-drive_v3
|
62
62
|
rdoc_options: []
|
63
63
|
require_paths:
|