google-apis-drive_v3 0.86.0 → 0.87.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: dba9ce7d410436b740d889d6cf957881cb888cc5e849871b9d08b959a1d2b0af
4
- data.tar.gz: f105ee36843ee58279f8dc016f6944206690df103937e57ac72c97fb17ea8307
3
+ metadata.gz: 5b45449457ea915f49834aa462c182a49c1cbbf98954ec5a6744ba5f3752a7ea
4
+ data.tar.gz: c0fa5e0c388bf80a66a4d5ae3fc6b00c99c55628caa9fcab2b922becbef5d7eb
5
5
  SHA512:
6
- metadata.gz: 565365190170310950b6d04e32352feb64c6f29a8792679292c72b09f4665b8a202a6d709cf1ff2d14e8950ee1078cf5f9deba331bf67acc10023a0c435dd129
7
- data.tar.gz: 16d13f150ebbc60d1d48b4d079bbf1aa3a1a73d66950686850dcd62c0bc79b52ab503e69088450a9bf56d4ffddcf6454367822c922f6371f301c77b188c35fcc
6
+ metadata.gz: 7ee9eac45a713fcadf3960c4a96227888ff8586244d2664baf40267dfcbeeaf3ec68756c3855730efba895a46b154b298b7c0999edb497732e587a48fa648242
7
+ data.tar.gz: afa20a4a1e5b9ac6601831ee178aa8f2fa0d09dcbf9afbabe6ca5ff68ce6e5992acf94638fd8fff829bc17f492177e26af68176e8cd42318a6df78c34d323157
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-drive_v3
2
2
 
3
+ ### v0.87.0 (2026-09-06)
4
+
5
+ * Regenerated from discovery document revision 20260901
6
+
3
7
  ### v0.86.0 (2026-08-30)
4
8
 
5
9
  * Regenerated from discovery document revision 20260823
@@ -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.86.0"
19
+ GEM_VERSION = "0.87.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 = "20260823"
25
+ REVISION = "20260901"
26
26
  end
27
27
  end
28
28
  end
@@ -1298,6 +1298,8 @@ module Google
1298
1298
  # @param [String] file_id
1299
1299
  # The ID of the file.
1300
1300
  # @param [Google::Apis::DriveV3::File] file_object
1301
+ # @param [Boolean] copy_comments
1302
+ # Whether to copy the comments associated with the file.
1301
1303
  # @param [Boolean] enforce_single_parent
1302
1304
  # Deprecated: Copying files into multiple folders is no longer supported. Use
1303
1305
  # shortcuts instead.
@@ -1340,13 +1342,14 @@ module Google
1340
1342
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
1341
1343
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
1342
1344
  # @raise [Google::Apis::AuthorizationError] Authorization is required
1343
- def copy_file(file_id, file_object = nil, enforce_single_parent: nil, ignore_default_visibility: nil, include_labels: nil, include_permissions_for_view: nil, keep_revision_forever: nil, ocr_language: nil, supports_all_drives: nil, supports_team_drives: nil, fields: nil, quota_user: nil, options: nil, &block)
1345
+ def copy_file(file_id, file_object = nil, copy_comments: nil, enforce_single_parent: nil, ignore_default_visibility: nil, include_labels: nil, include_permissions_for_view: nil, keep_revision_forever: nil, ocr_language: nil, supports_all_drives: nil, supports_team_drives: nil, fields: nil, quota_user: nil, options: nil, &block)
1344
1346
  command = make_simple_command(:post, 'files/{fileId}/copy', options)
1345
1347
  command.request_representation = Google::Apis::DriveV3::File::Representation
1346
1348
  command.request_object = file_object
1347
1349
  command.response_representation = Google::Apis::DriveV3::File::Representation
1348
1350
  command.response_class = Google::Apis::DriveV3::File
1349
1351
  command.params['fileId'] = file_id unless file_id.nil?
1352
+ command.query['copyComments'] = copy_comments unless copy_comments.nil?
1350
1353
  command.query['enforceSingleParent'] = enforce_single_parent unless enforce_single_parent.nil?
1351
1354
  command.query['ignoreDefaultVisibility'] = ignore_default_visibility unless ignore_default_visibility.nil?
1352
1355
  command.query['includeLabels'] = include_labels unless include_labels.nil?
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.86.0
4
+ version: 0.87.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.86.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-drive_v3/v0.87.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: