google-apis-drive_v2 0.53.0 → 0.54.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: 2fa0ac68abfee89e8fdc0d5bbd607e07b598805d39f02cc52fddcc373c663b53
4
- data.tar.gz: a36f2359c9a818b560f3da5c9d9f9ae0debee380ae68bacafdc2fd33d3557938
3
+ metadata.gz: e24c4bbeba00120233145d48d11e82c7fc63198d2098d470571233c777980e3e
4
+ data.tar.gz: e90c37695dd02c8330d4c6eba42ae7ed6799386693391ee595a4b223ac7f5241
5
5
  SHA512:
6
- metadata.gz: a260f27a8e1815dc0f0550b9db24060c1a0e20c3ad276af4be7ef59d1b32c1d37429ef9cbd5471ce34289ff1a854ff834bc954c8c3a7a8802ecf636ce2c39c60
7
- data.tar.gz: fa5a35081dfb4ef085b4d540c388fe5437e8ba413982e0828f63ce9c4e00fd5cc43e2e5a4e0d08610d746ae5aba72a90a308d76a2ca9841279a509c57be3da97
6
+ metadata.gz: 757e43a9cd4acb4a7fe993cdc75075f145c1cb31e568451d84f42ab99bdf46e2b8c43a76323c34f2b1ad56ad5d831977314e8518625c06faec8eeb8a049b95a0
7
+ data.tar.gz: 3ad9335ac0d5e8ac70066aefa0e854ca6e26222e051a2f9a317fb333286d43daa172da3651ef313a6dd644f0f27b10bdfe7c0372367daaa584f2481082f98f08
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-drive_v2
2
2
 
3
+ ### v0.54.0 (2025-09-07)
4
+
5
+ * Regenerated from discovery document revision 20250829
6
+
3
7
  ### v0.53.0 (2025-08-31)
4
8
 
5
9
  * Regenerated from discovery document revision 20250826
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module DriveV2
18
18
  # Version of the google-apis-drive_v2 gem
19
- GEM_VERSION = "0.53.0"
19
+ GEM_VERSION = "0.54.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.18.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20250826"
25
+ REVISION = "20250829"
26
26
  end
27
27
  end
28
28
  end
@@ -1476,12 +1476,12 @@ module Google
1476
1476
  execute_or_queue_command(command, &block)
1477
1477
  end
1478
1478
 
1479
- # Lists the user's files. This method accepts the `q` parameter, which is a
1480
- # search query combining one or more search terms. For more information, see the
1481
- # [Search for files & folders](/workspace/drive/api/guides/search-files) guide. *
1482
- # Note:* This method returns *all* files by default, including trashed files. If
1483
- # you don't want trashed files to appear in the list, use the `trashed=false`
1484
- # query parameter to remove trashed files from the results.
1479
+ # Lists the user's files. For more information, see [Search for files and
1480
+ # folders](/workspace/drive/api/guides/search-files). This method accepts the `q`
1481
+ # parameter, which is a search query combining one or more search terms. This
1482
+ # method returns *all* files by default, including trashed files. If you don't
1483
+ # want trashed files to appear in the list, use the `trashed=false` query
1484
+ # parameter to remove trashed files from the results.
1485
1485
  # @param [String] corpora
1486
1486
  # Bodies of items (files/documents) to which the query applies. Supported bodies
1487
1487
  # are `default`, `domain`, `drive` and `allDrives`. Prefer `default` or `drive`
@@ -1889,16 +1889,17 @@ module Google
1889
1889
  execute_or_queue_command(command, &block)
1890
1890
  end
1891
1891
 
1892
- # Updates a file's metadata and/or content. When calling this method, only
1892
+ # Updates a file's metadata, content, or both. When calling this method, only
1893
1893
  # populate fields in the request that you want to modify. When updating fields,
1894
1894
  # some fields might be changed automatically, such as `modifiedDate`. This
1895
1895
  # method supports patch semantics. This method supports an */upload* URI and
1896
1896
  # accepts uploaded media with the following characteristics: - *Maximum file
1897
- # size:* 5,120 GB - *Accepted Media MIME types:*`*/*` Note: Specify a valid MIME
1897
+ # size:* 5,120 GB - *Accepted Media MIME types:* `*/*` (Specify a valid MIME
1898
1898
  # type, rather than the literal `*/*` value. The literal `*/*` is only used to
1899
- # indicate that any valid MIME type can be uploaded. For more information on
1900
- # uploading files, see [Upload file data](/workspace/drive/api/guides/manage-
1901
- # uploads).
1899
+ # indicate that any valid MIME type can be uploaded. For more information, see [
1900
+ # Google Workspace and Google Drive supported MIME types](/workspace/drive/api/
1901
+ # guides/mime-types).) For more information on uploading files, see [Upload file
1902
+ # data](/workspace/drive/api/guides/manage-uploads).
1902
1903
  # @param [String] file_id
1903
1904
  # The ID of the file to update.
1904
1905
  # @param [Google::Apis::DriveV2::File] file_object
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-drive_v2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.53.0
4
+ version: 0.54.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_v2/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-drive_v2/v0.53.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-drive_v2/v0.54.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-drive_v2
62
62
  rdoc_options: []
63
63
  require_paths: