google-apis-drive_v2 0.26.0 → 0.27.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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 48720b4fcfc1920324e856a67ac6c5a212a5e8ab23f7ae5f6c55371992a47f55
|
|
4
|
+
data.tar.gz: 6e5d6cbed05e01220561e321672fab2e5fc2b54e559e1384160a5dcc524e2560
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0e2538b1802fbe8c409fc8d937bd07b86565230def21d2945a0df10df868350900222cfb6674e6023ea90f831214cea99351e36491ac6484ec08a54fedb3da86
|
|
7
|
+
data.tar.gz: 3f0f6c85b2bfff2d9d8fdb65971a58c6e486aa3ca859d51a3a30fefd4e722c98a046e51453c43b81d0275de37b36161b961e47bf60dba8aa1f6ef8722dec3cb1
|
data/CHANGELOG.md
CHANGED
|
@@ -2105,6 +2105,20 @@ module Google
|
|
|
2105
2105
|
# @return [String]
|
|
2106
2106
|
attr_accessor :self_link
|
|
2107
2107
|
|
|
2108
|
+
# The SHA1 checksum associated with this file, if available. This field is only
|
|
2109
|
+
# populated for files with content stored in Google Drive; it is not populated
|
|
2110
|
+
# for Docs Editors or shortcut files.
|
|
2111
|
+
# Corresponds to the JSON property `sha1Checksum`
|
|
2112
|
+
# @return [String]
|
|
2113
|
+
attr_accessor :sha1_checksum
|
|
2114
|
+
|
|
2115
|
+
# The SHA256 checksum associated with this file, if available. This field is
|
|
2116
|
+
# only populated for files with content stored in Google Drive; it is not
|
|
2117
|
+
# populated for Docs Editors or shortcut files.
|
|
2118
|
+
# Corresponds to the JSON property `sha256Checksum`
|
|
2119
|
+
# @return [String]
|
|
2120
|
+
attr_accessor :sha256_checksum
|
|
2121
|
+
|
|
2108
2122
|
# Deprecated: use capabilities/canShare.
|
|
2109
2123
|
# Corresponds to the JSON property `shareable`
|
|
2110
2124
|
# @return [Boolean]
|
|
@@ -2279,6 +2293,8 @@ module Google
|
|
|
2279
2293
|
@quota_bytes_used = args[:quota_bytes_used] if args.key?(:quota_bytes_used)
|
|
2280
2294
|
@resource_key = args[:resource_key] if args.key?(:resource_key)
|
|
2281
2295
|
@self_link = args[:self_link] if args.key?(:self_link)
|
|
2296
|
+
@sha1_checksum = args[:sha1_checksum] if args.key?(:sha1_checksum)
|
|
2297
|
+
@sha256_checksum = args[:sha256_checksum] if args.key?(:sha256_checksum)
|
|
2282
2298
|
@shareable = args[:shareable] if args.key?(:shareable)
|
|
2283
2299
|
@shared = args[:shared] if args.key?(:shared)
|
|
2284
2300
|
@shared_with_me_date = args[:shared_with_me_date] if args.key?(:shared_with_me_date)
|
|
@@ -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.27.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.9.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20220815"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -917,6 +917,8 @@ module Google
|
|
|
917
917
|
property :quota_bytes_used, :numeric_string => true, as: 'quotaBytesUsed'
|
|
918
918
|
property :resource_key, as: 'resourceKey'
|
|
919
919
|
property :self_link, as: 'selfLink'
|
|
920
|
+
property :sha1_checksum, as: 'sha1Checksum'
|
|
921
|
+
property :sha256_checksum, as: 'sha256Checksum'
|
|
920
922
|
property :shareable, as: 'shareable'
|
|
921
923
|
property :shared, as: 'shared'
|
|
922
924
|
property :shared_with_me_date, as: 'sharedWithMeDate', type: DateTime
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
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.27.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: 2022-
|
|
11
|
+
date: 2022-08-22 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_v2/CHANGELOG.md
|
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-drive_v2/v0.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-drive_v2/v0.27.0
|
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-drive_v2
|
|
63
63
|
post_install_message:
|
|
64
64
|
rdoc_options: []
|