Skip to content

Commit f1af2ed

Browse files
feat: Automated regeneration of drive v2 client (googleapis#25487)
Auto-created at 2026-01-25 10:46:23 +0000 using the toys pull request generator.
1 parent 1716f2e commit f1af2ed

File tree

3 files changed

+11
-6
lines changed

3 files changed

+11
-6
lines changed

generated/google-apis-drive_v2/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release history for google-apis-drive_v2
22

3+
### v0.56.0 (2026-01-25)
4+
5+
* Regenerated from discovery document revision 20260118
6+
37
### v0.55.0 (2025-11-23)
48

59
* Regenerated from discovery document revision 20251114

generated/google-apis-drive_v2/lib/google/apis/drive_v2/gem_version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ module Google
1616
module Apis
1717
module DriveV2
1818
# Version of the google-apis-drive_v2 gem
19-
GEM_VERSION = "0.55.0"
19+
GEM_VERSION = "0.56.0"
2020

2121
# Version of the code generator used to generate this client
2222
GENERATOR_VERSION = "0.18.0"
2323

2424
# Revision of the discovery document this client was generated from
25-
REVISION = "20251114"
25+
REVISION = "20260118"
2626
end
2727
end
2828
end

generated/google-apis-drive_v2/lib/google/apis/drive_v2/service.rb

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1110,8 +1110,9 @@ def update_drive(drive_id, drive_object = nil, use_domain_admin_access: nil, fie
11101110
# @param [String] timed_text_track_name
11111111
# The timed text track name.
11121112
# @param [String] visibility
1113-
# The visibility of the new file. This parameter is only relevant when the
1114-
# source is not a native Google Doc and convert=false.
1113+
# The visibility of the new file. Permissions are still inherited from parent
1114+
# folders. This parameter is only relevant when the source is not a Google Doc
1115+
# file and when `convert=false`.
11151116
# @param [String] fields
11161117
# Selector specifying which fields to include in a partial response.
11171118
# @param [String] quota_user
@@ -1423,8 +1424,8 @@ def get_file(file_id, acknowledge_abuse: nil, include_labels: nil, include_permi
14231424
# @param [Boolean] use_content_as_indexable_text
14241425
# Whether to use the content as indexable text.
14251426
# @param [String] visibility
1426-
# The visibility of the new file. This parameter is only relevant when convert=
1427-
# false.
1427+
# The visibility of the new file. Permissions are still inherited from parent
1428+
# folders. This parameter is only relevant when `convert=false`.
14281429
# @param [String] fields
14291430
# Selector specifying which fields to include in a partial response.
14301431
# @param [String] quota_user

0 commit comments

Comments
 (0)