google-apis-drive_v3 0.85.0 → 0.86.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: f637325e5d42f85d228a0bb09a29f5d8a300882feddfde366f78456d5929f9df
4
- data.tar.gz: 20d17ec8002d03a95de88bc648ffe993bd2672ad92965714ca77bd2239c0b884
3
+ metadata.gz: dba9ce7d410436b740d889d6cf957881cb888cc5e849871b9d08b959a1d2b0af
4
+ data.tar.gz: f105ee36843ee58279f8dc016f6944206690df103937e57ac72c97fb17ea8307
5
5
  SHA512:
6
- metadata.gz: 80378a8d56147c886a1301f795076b64d792ced150c24ebbc845f6eaa3e796c1e0b34b1ff2998004b7ab59c4f95b0430f89aa30c10a2001a156bfdd006c8e73c
7
- data.tar.gz: d922c31103ab9a435b2a178fb2e0ce4a108894a454a3c3cd0a5f292d66409ecd2350ed5fee42a4c27e13b54a5056d3e14e16068081d4f57b567bdce57384db99
6
+ metadata.gz: 565365190170310950b6d04e32352feb64c6f29a8792679292c72b09f4665b8a202a6d709cf1ff2d14e8950ee1078cf5f9deba331bf67acc10023a0c435dd129
7
+ data.tar.gz: 16d13f150ebbc60d1d48b4d079bbf1aa3a1a73d66950686850dcd62c0bc79b52ab503e69088450a9bf56d4ffddcf6454367822c922f6371f301c77b188c35fcc
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-drive_v3
2
2
 
3
+ ### v0.86.0 (2026-08-30)
4
+
5
+ * Regenerated from discovery document revision 20260823
6
+
3
7
  ### v0.85.0 (2026-07-26)
4
8
 
5
9
  * Regenerated from discovery document revision 20260720
@@ -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.85.0"
19
+ GEM_VERSION = "0.86.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 = "20260720"
25
+ REVISION = "20260823"
26
26
  end
27
27
  end
28
28
  end
@@ -385,7 +385,12 @@ module Google
385
385
  end
386
386
 
387
387
  # Lists the approvals on a file. For more information, see [Manage approvals](
388
- # https://developers.google.com/workspace/drive/api/guides/approvals).
388
+ # https://developers.google.com/workspace/drive/api/guides/approvals). By
389
+ # default, this method returns a minimal response that may not include the items
390
+ # array. To retrieve approval details, you must explicitly specify the fields
391
+ # you want using the `fields` query parameter. To return the exact fields you
392
+ # need, see [Return specific fields](https://developers.google.com/workspace/
393
+ # drive/api/guides/fields-parameter).
389
394
  # @param [String] file_id
390
395
  # Required. The ID of the file that the approval is on.
391
396
  # @param [Fixnum] page_size
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.85.0
4
+ version: 0.86.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.85.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-drive_v3/v0.86.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: