google-apis-drive_v2 0.30.0 → 0.32.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 +8 -0
- data/lib/google/apis/drive_v2/classes.rb +15 -13
- data/lib/google/apis/drive_v2/gem_version.rb +3 -3
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3a43da247d3870c3ae64649ba512ac0034688ca48825039e35cb94c73b865274
|
4
|
+
data.tar.gz: 1a8543802243ef72135fcf5641dc7aca0c06b98c1f4a3413c4b2b22c30430334
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ab8785c56dabc20157ab495d22b36bb1f93ffd89842cb331e4591d328e3e5b34ed70a902fb5f59e1254c92c978129fc399ef9985008b29bb96c5c077880f9dab
|
7
|
+
data.tar.gz: 477099d8a02bfe6fa7e022f86f083f2ba178c641951447eb2cbb4346ec46a17cbe7c8f810b5296c876674b847249fec8d7c80d6c8850844c8c805e09d5048756
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Release history for google-apis-drive_v2
|
2
2
|
|
3
|
+
### v0.32.0 (2022-11-02)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20221023
|
6
|
+
|
7
|
+
### v0.31.0 (2022-10-20)
|
8
|
+
|
9
|
+
* Regenerated using generator version 0.11.0
|
10
|
+
|
3
11
|
### v0.30.0 (2022-10-12)
|
4
12
|
|
5
13
|
* Regenerated from discovery document revision 20221002
|
@@ -1844,7 +1844,7 @@ module Google
|
|
1844
1844
|
attr_accessor :description
|
1845
1845
|
|
1846
1846
|
# Short lived download URL for the file. This field is only populated for files
|
1847
|
-
# with content stored in Google Drive; it
|
1847
|
+
# with content stored in Google Drive; it isn't populated for Docs Editors or
|
1848
1848
|
# shortcut files.
|
1849
1849
|
# Corresponds to the JSON property `downloadUrl`
|
1850
1850
|
# @return [String]
|
@@ -1886,14 +1886,14 @@ module Google
|
|
1886
1886
|
|
1887
1887
|
# The final component of fullFileExtension with trailing text that does not
|
1888
1888
|
# appear to be part of the extension removed. This field is only populated for
|
1889
|
-
# files with content stored in Google Drive; it
|
1890
|
-
#
|
1889
|
+
# files with content stored in Google Drive; it isn't populated for Docs Editors
|
1890
|
+
# or shortcut files.
|
1891
1891
|
# Corresponds to the JSON property `fileExtension`
|
1892
1892
|
# @return [String]
|
1893
1893
|
attr_accessor :file_extension
|
1894
1894
|
|
1895
1895
|
# The size of the file in bytes. This field is populated for files with content
|
1896
|
-
# stored in Google Drive and for files in Docs Editors; it
|
1896
|
+
# stored in Google Drive and for files in Docs Editors; it isn't populated for
|
1897
1897
|
# shortcut files.
|
1898
1898
|
# Corresponds to the JSON property `fileSize`
|
1899
1899
|
# @return [Fixnum]
|
@@ -1911,7 +1911,7 @@ module Google
|
|
1911
1911
|
# concatenated extensions, such as "tar.gz". Removing an extension from the
|
1912
1912
|
# title does not clear this field; however, changing the extension on the title
|
1913
1913
|
# does update this field. This field is only populated for files with content
|
1914
|
-
# stored in Google Drive; it
|
1914
|
+
# stored in Google Drive; it isn't populated for Docs Editors or shortcut files.
|
1915
1915
|
# Corresponds to the JSON property `fullFileExtension`
|
1916
1916
|
# @return [String]
|
1917
1917
|
attr_accessor :full_file_extension
|
@@ -1932,7 +1932,7 @@ module Google
|
|
1932
1932
|
alias_method :has_thumbnail?, :has_thumbnail
|
1933
1933
|
|
1934
1934
|
# The ID of the file's head revision. This field is only populated for files
|
1935
|
-
# with content stored in Google Drive; it
|
1935
|
+
# with content stored in Google Drive; it isn't populated for Docs Editors or
|
1936
1936
|
# shortcut files.
|
1937
1937
|
# Corresponds to the JSON property `headRevisionId`
|
1938
1938
|
# @return [String]
|
@@ -1954,7 +1954,8 @@ module Google
|
|
1954
1954
|
# @return [Google::Apis::DriveV2::File::ImageMediaMetadata]
|
1955
1955
|
attr_accessor :image_media_metadata
|
1956
1956
|
|
1957
|
-
# Indexable text attributes for the file (can only be written)
|
1957
|
+
# Indexable text attributes for the file (can only be written). For more
|
1958
|
+
# information, see Manage file metadata.
|
1958
1959
|
# Corresponds to the JSON property `indexableText`
|
1959
1960
|
# @return [Google::Apis::DriveV2::File::IndexableText]
|
1960
1961
|
attr_accessor :indexable_text
|
@@ -2007,8 +2008,8 @@ module Google
|
|
2007
2008
|
attr_accessor :marked_viewed_by_me_date
|
2008
2009
|
|
2009
2010
|
# An MD5 checksum for the content of this file. This field is only populated for
|
2010
|
-
# files with content stored in Google Drive; it
|
2011
|
-
#
|
2011
|
+
# files with content stored in Google Drive; it isn't populated for Docs Editors
|
2012
|
+
# or shortcut files.
|
2012
2013
|
# Corresponds to the JSON property `md5Checksum`
|
2013
2014
|
# @return [String]
|
2014
2015
|
attr_accessor :md5_checksum
|
@@ -2106,14 +2107,14 @@ module Google
|
|
2106
2107
|
attr_accessor :self_link
|
2107
2108
|
|
2108
2109
|
# The SHA1 checksum associated with this file, if available. This field is only
|
2109
|
-
# populated for files with content stored in Google Drive; it
|
2110
|
+
# populated for files with content stored in Google Drive; it isn't populated
|
2110
2111
|
# for Docs Editors or shortcut files.
|
2111
2112
|
# Corresponds to the JSON property `sha1Checksum`
|
2112
2113
|
# @return [String]
|
2113
2114
|
attr_accessor :sha1_checksum
|
2114
2115
|
|
2115
2116
|
# The SHA256 checksum associated with this file, if available. This field is
|
2116
|
-
# only populated for files with content stored in Google Drive; it
|
2117
|
+
# only populated for files with content stored in Google Drive; it isn't
|
2117
2118
|
# populated for Docs Editors or shortcut files.
|
2118
2119
|
# Corresponds to the JSON property `sha256Checksum`
|
2119
2120
|
# @return [String]
|
@@ -2520,7 +2521,7 @@ module Google
|
|
2520
2521
|
|
2521
2522
|
# Whether the current user can read the revisions resource of this file. For a
|
2522
2523
|
# shared drive item, whether revisions of non-folder descendants of this item,
|
2523
|
-
# or this item itself if it
|
2524
|
+
# or this item itself if it isn't a folder, can be read.
|
2524
2525
|
# Corresponds to the JSON property `canReadRevisions`
|
2525
2526
|
# @return [Boolean]
|
2526
2527
|
attr_accessor :can_read_revisions
|
@@ -2799,7 +2800,8 @@ module Google
|
|
2799
2800
|
end
|
2800
2801
|
end
|
2801
2802
|
|
2802
|
-
# Indexable text attributes for the file (can only be written)
|
2803
|
+
# Indexable text attributes for the file (can only be written). For more
|
2804
|
+
# information, see Manage file metadata.
|
2803
2805
|
class IndexableText
|
2804
2806
|
include Google::Apis::Core::Hashable
|
2805
2807
|
|
@@ -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.32.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.11.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20221023"
|
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_v2
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.32.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-11-07 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -16,7 +16,7 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - ">="
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: 0.9.
|
19
|
+
version: 0.9.1
|
20
20
|
- - "<"
|
21
21
|
- !ruby/object:Gem::Version
|
22
22
|
version: 2.a
|
@@ -26,7 +26,7 @@ dependencies:
|
|
26
26
|
requirements:
|
27
27
|
- - ">="
|
28
28
|
- !ruby/object:Gem::Version
|
29
|
-
version: 0.9.
|
29
|
+
version: 0.9.1
|
30
30
|
- - "<"
|
31
31
|
- !ruby/object:Gem::Version
|
32
32
|
version: 2.a
|
@@ -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.32.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: []
|