google-apis-drive_v2 0.31.0 → 0.33.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d6070eea73fc3eac4c394f88c43abe1cbdd9863adf6e5f0b6085187fb68f3d8d
4
- data.tar.gz: b463faf869660afab12260d0ee0376df3d78f28bffe2b6b35285e955eff35ebd
3
+ metadata.gz: cee6899ab3ca6a9fdf5817558c4054918cac9ce1f8b945cb9f0e82abdf062f65
4
+ data.tar.gz: 710069e350d1764e0d1b12d1ebba0eb9a12d05c22d03976d6fd0abfb22de9985
5
5
  SHA512:
6
- metadata.gz: deb9fe55116760755305555e1d8cc76de324961f1851a70cb1ae53747d45d1a4de442e4d591dca6b0e4017c96d0865c482ada7c2defa17a9aa6326d7fcfaed37
7
- data.tar.gz: 47d5bf8b4dd93094f811318acc8288fe20aa8a10c2b848285a70b35ab660dbddc26404fdec1f9802e2060166ed2a0ab62aa57e416350d76da11144f6a1b1cb04
6
+ metadata.gz: e7fa767d01dd9f5257c164db1f0338fd7796a8f33badd849dd5e0af765424680ed681abc153b6f50a43fe2e74017ae680335fed0471a73ae0bdec589bf7edb5c
7
+ data.tar.gz: 28384c92143df1ff473b33723f08934a8483cd5fe968116aba89fd234e10961fb98abc7cff4761e5fc94e51936ab18048322bd50f9d785b4ba989cd60b5283a5
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-drive_v2
2
2
 
3
+ ### v0.33.0 (2023-02-12)
4
+
5
+ * Regenerated from discovery document revision 20230206
6
+ * Regenerated using generator version 0.11.1
7
+
8
+ ### v0.32.0 (2022-11-02)
9
+
10
+ * Regenerated from discovery document revision 20221023
11
+
3
12
  ### v0.31.0 (2022-10-20)
4
13
 
5
14
  * Regenerated using generator version 0.11.0
@@ -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 is not populated for Docs Editors or
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,15 +1886,15 @@ 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 is not populated for Docs
1890
- # Editors or shortcut files.
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
- # 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 is not populated for
1897
- # shortcut files.
1895
+ # The size of the file's content in bytes. This field is populated for files
1896
+ # with binary content stored in Google Drive and for Docs Editors files; it is
1897
+ # not populated for shortcuts or folders.
1898
1898
  # Corresponds to the JSON property `fileSize`
1899
1899
  # @return [Fixnum]
1900
1900
  attr_accessor :file_size
@@ -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 is not populated for Docs Editors or shortcut files.
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 is not populated for Docs Editors or
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 is not populated for Docs
2011
- # Editors or shortcut files.
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 is not populated
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 is not
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 is not a folder, can be read.
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.31.0"
19
+ GEM_VERSION = "0.33.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.11.0"
22
+ GENERATOR_VERSION = "0.11.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20221002"
25
+ REVISION = "20230206"
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.31.0
4
+ version: 0.33.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-10-21 00:00:00.000000000 Z
11
+ date: 2023-02-12 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.31.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-drive_v2/v0.33.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: []
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.3.14
78
+ rubygems_version: 3.4.2
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Drive API V2