google-apis-drive_v3 0.51.0 → 0.52.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/drive_v3/classes.rb +6 -3
- data/lib/google/apis/drive_v3/gem_version.rb +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: fdbef364d76390fbd8eb4c88c95941961adaaf5d57ecca6114746adff8b9a654
|
4
|
+
data.tar.gz: 1c766a1cb6ee7f8934a39a57dd5c46d3384bcffe60277cbcc0d92fef1b6bbf96
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b17cfde13dd6d3f03c11cd9ac449e9e7d5554e997c5e9eec8ce784e4c8e716adb8a47b4b77aa498f02dc44fb6dfd650e0ed47e491bcc9af713c59e02b169dd52
|
7
|
+
data.tar.gz: f833c9aadc1624de369dbfb21f31cb63029959e2b0f9b53b3df6248ae687bab65b42576ba9bc4b2fcaf64e2ace21054018566b08a0e1adb59f34e12c92feca3a
|
data/CHANGELOG.md
CHANGED
@@ -1615,7 +1615,8 @@ module Google
|
|
1615
1615
|
attr_accessor :sharing_user
|
1616
1616
|
|
1617
1617
|
# Shortcut file details. Only populated for shortcut files, which have the
|
1618
|
-
# mimeType field set to `application/vnd.google-apps.shortcut`.
|
1618
|
+
# mimeType field set to `application/vnd.google-apps.shortcut`. Can only be set
|
1619
|
+
# on `files.create` requests.
|
1619
1620
|
# Corresponds to the JSON property `shortcutDetails`
|
1620
1621
|
# @return [Google::Apis::DriveV3::File::ShortcutDetails]
|
1621
1622
|
attr_accessor :shortcut_details
|
@@ -2411,11 +2412,13 @@ module Google
|
|
2411
2412
|
end
|
2412
2413
|
|
2413
2414
|
# Shortcut file details. Only populated for shortcut files, which have the
|
2414
|
-
# mimeType field set to `application/vnd.google-apps.shortcut`.
|
2415
|
+
# mimeType field set to `application/vnd.google-apps.shortcut`. Can only be set
|
2416
|
+
# on `files.create` requests.
|
2415
2417
|
class ShortcutDetails
|
2416
2418
|
include Google::Apis::Core::Hashable
|
2417
2419
|
|
2418
|
-
# The ID of the file that this shortcut points to.
|
2420
|
+
# The ID of the file that this shortcut points to. Can only be set on `files.
|
2421
|
+
# create` requests.
|
2419
2422
|
# Corresponds to the JSON property `targetId`
|
2420
2423
|
# @return [String]
|
2421
2424
|
attr_accessor :target_id
|
@@ -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.
|
19
|
+
GEM_VERSION = "0.52.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.15.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20240628"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-drive_v3
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.52.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-
|
11
|
+
date: 2024-07-25 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -58,7 +58,7 @@ licenses:
|
|
58
58
|
metadata:
|
59
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
60
60
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-drive_v3/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-drive_v3/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-drive_v3/v0.52.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-drive_v3
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|