google-apis-drive_v2 0.55.0 → 0.56.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 +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/drive_v2/gem_version.rb +2 -2
- data/lib/google/apis/drive_v2/service.rb +5 -4
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 35f7aa15e4e698598ea78ee583e99c37e86500c9bc4377642be5524c3d4f42d7
|
|
4
|
+
data.tar.gz: 7080fdf9aca3363c43d2c17eaaba4a002e8be22dda6bd0d4c97191b44f36b6ee
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 42e645329ce9e44149f100a4cfb9ec6719f9813242489d65709965649591c4e82a787788072f2bb865ca1bdd4b3628929ec7af9c22b49a971edd94b8d3fd8292
|
|
7
|
+
data.tar.gz: e1a376d0bcd14317eb05a899328639ea4306ea2506aa71ecca1629f1f65c6bdd0522d38441ca78892818a7f165be1fc468a61a105bf207229f4f6d552997b5fc
|
data/CHANGELOG.md
CHANGED
|
@@ -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.
|
|
19
|
+
GEM_VERSION = "0.56.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 = "
|
|
25
|
+
REVISION = "20260118"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -1110,8 +1110,9 @@ module Google
|
|
|
1110
1110
|
# @param [String] timed_text_track_name
|
|
1111
1111
|
# The timed text track name.
|
|
1112
1112
|
# @param [String] visibility
|
|
1113
|
-
# The visibility of the new file.
|
|
1114
|
-
# source is not a
|
|
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`.
|
|
1115
1116
|
# @param [String] fields
|
|
1116
1117
|
# Selector specifying which fields to include in a partial response.
|
|
1117
1118
|
# @param [String] quota_user
|
|
@@ -1423,8 +1424,8 @@ module Google
|
|
|
1423
1424
|
# @param [Boolean] use_content_as_indexable_text
|
|
1424
1425
|
# Whether to use the content as indexable text.
|
|
1425
1426
|
# @param [String] visibility
|
|
1426
|
-
# The visibility of the new file.
|
|
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`.
|
|
1428
1429
|
# @param [String] fields
|
|
1429
1430
|
# Selector specifying which fields to include in a partial response.
|
|
1430
1431
|
# @param [String] quota_user
|
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.
|
|
4
|
+
version: 0.56.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.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-drive_v2/v0.56.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:
|