google-apis-drive_v3 0.76.0 → 0.77.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: 4aeb8c83c4dd28e0ebdbb92be509281a268813ce8cc84c738fafaab39fd92cb5
4
- data.tar.gz: 507f0a85f0d3212c7705460a4d525b658398b934501ae0922784ef5ae24781bb
3
+ metadata.gz: c7e15704cde2627c7a49429aaf1687637318a2c1e93ec687468b9a9041969703
4
+ data.tar.gz: 3587f05c005a88c912fdef1faf049f8b1195b1bde22bd40033464ee2f653a833
5
5
  SHA512:
6
- metadata.gz: 8b3441dac4d18a17d9eb24519e229eb07c36320b9a6f7e88373745700e0e33055808fdaae84bdc2e9a4d2be0e702b5191bfbc9fba39f0887ec2bd896da70e8d1
7
- data.tar.gz: f240a036c4b13d8188ab67b120f21490d66c725ff5ad32abe8632a70943927ece23a7e48a4570f2f4a2ccfcb6f6399d6166d9aac65592ebb3beb065285e89db8
6
+ metadata.gz: 811161b9c9758e864229ed650b2002c6be745376a8bcd3502cd4ed30f5f1d1a5f86e4dc370bc195e9f3a573af4ceb84ba5c01dd0eab981ab40f0ba9ead928fd0
7
+ data.tar.gz: e951156ff5d78a7e5a826344ab52b01d1ddda839e7925e596f981e83c1140ca811a50cdda625ca6eb4031973dbf2cd82b2cbe3e8c68667791b06f01fba582d2a
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-drive_v3
2
2
 
3
+ ### v0.77.0 (2026-02-01)
4
+
5
+ * Regenerated from discovery document revision 20260128
6
+
3
7
  ### v0.76.0 (2025-12-14)
4
8
 
5
9
  * Regenerated from discovery document revision 20251210
@@ -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.76.0"
19
+ GEM_VERSION = "0.77.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 = "20251210"
25
+ REVISION = "20260128"
26
26
  end
27
27
  end
28
28
  end
@@ -1484,12 +1484,13 @@ module Google
1484
1484
  # want trashed files to appear in the list, use the `trashed=false` query
1485
1485
  # parameter to remove trashed files from the results.
1486
1486
  # @param [String] corpora
1487
- # Bodies of items (files or documents) to which the query applies. Supported
1488
- # bodies are: * `user` * `domain` * `drive` * `allDrives` Prefer `user` or `
1489
- # drive` to `allDrives` for efficiency. By default, corpora is set to `user`.
1490
- # However, this can change depending on the filter set through the `q` parameter.
1491
- # For more information, see [File organization](https://developers.google.com/
1492
- # workspace/drive/api/guides/about-files#file-organization).
1487
+ # Specifies a collection of items (files or documents) to which the query
1488
+ # applies. Supported items include: * `user` * `domain` * `drive` * `allDrives`
1489
+ # Prefer `user` or `drive` to `allDrives` for efficiency. By default, corpora is
1490
+ # set to `user`. However, this can change depending on the filter set through
1491
+ # the `q` parameter. For more information, see [File organization](https://
1492
+ # developers.google.com/workspace/drive/api/guides/about-files#file-organization)
1493
+ # .
1493
1494
  # @param [String] corpus
1494
1495
  # Deprecated: The source of files to list. Use `corpora` instead.
1495
1496
  # @param [String] drive_id
@@ -1506,14 +1507,16 @@ module Google
1506
1507
  # Deprecated: Use `includeItemsFromAllDrives` instead.
1507
1508
  # @param [String] order_by
1508
1509
  # A comma-separated list of sort keys. Valid keys are: * `createdTime`: When the
1509
- # file was created. * `folder`: The folder ID. This field is sorted using
1510
- # alphabetical ordering. * `modifiedByMeTime`: The last time the file was
1511
- # modified by the user. * `modifiedTime`: The last time the file was modified by
1512
- # anyone. * `name`: The name of the file. This field is sorted using
1513
- # alphabetical ordering, so 1, 12, 2, 22. * `name_natural`: The name of the file.
1514
- # This field is sorted using natural sort ordering, so 1, 2, 12, 22. * `
1515
- # quotaBytesUsed`: The number of storage quota bytes used by the file. * `
1516
- # recency`: The most recent timestamp from the file's date-time fields. * `
1510
+ # file was created. Avoid using this key for queries on large item collections
1511
+ # as it might result in timeouts or other issues. For time-related sorting on
1512
+ # large item collections, use `modifiedTime` instead. * `folder`: The folder ID.
1513
+ # This field is sorted using alphabetical ordering. * `modifiedByMeTime`: The
1514
+ # last time the file was modified by the user. * `modifiedTime`: The last time
1515
+ # the file was modified by anyone. * `name`: The name of the file. This field is
1516
+ # sorted using alphabetical ordering, so 1, 12, 2, 22. * `name_natural`: The
1517
+ # name of the file. This field is sorted using natural sort ordering, so 1, 2,
1518
+ # 12, 22. * `quotaBytesUsed`: The number of storage quota bytes used by the file.
1519
+ # * `recency`: The most recent timestamp from the file's date-time fields. * `
1517
1520
  # sharedWithMeTime`: When the file was shared with the user, if applicable. * `
1518
1521
  # starred`: Whether the user has starred the file. * `viewedByMeTime`: The last
1519
1522
  # time the file was viewed by the user. Each key sorts ascending by default, but
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.76.0
4
+ version: 0.77.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.76.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-drive_v3/v0.77.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: