google-apis-drive_v2 0.12.0 → 0.13.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: c3176b4adb130cfaa5879becb260db36bf1497bc30ce1331d3c02a3e3e9c975e
4
- data.tar.gz: 91145b82fb0cc66215cd8facd59d52c5ed04dc74a2ec2f42dd87a3a8e78acf14
3
+ metadata.gz: de499230a5b807dd75d132b3aa33b4bcae6ed5713557586ba7b444c6f1db33b1
4
+ data.tar.gz: 043241f57a19b47c8e051451b0703b83b216ce3914c0d70fab5440100c009604
5
5
  SHA512:
6
- metadata.gz: 11852f5f8e75fbd8e3af716a79c7c6da808097388ce7325f8d793e1e69fba321bd89d97b10aead459f10f96307d5702f4e4a71a3540efad6b454ec9e7833722c
7
- data.tar.gz: 289f2658bc473a14a3d46c951623ef280bc9f3eb52333526d3f6c7bd3b52060ad300a01342ed09d756f82ba1d98129aee7cd6f1577243fd3f496d2da7b1fe2f2
6
+ metadata.gz: da709405925147d942bfefe304a8c0fbea64f15151c9a081077c303dfe0e756d2030d26da58796c683d7c0a5bc793e91be69df9d9e4311366477f58d567e5213
7
+ data.tar.gz: fbe6d173864b863dc5af34aff4ebef9deee5d6aaf3b95dc2cd5cc1ef0889fe8a34c93a4838f91eb8c03e0ccf281ec9d7f7dce740215b6724a2effcecaeaa908b
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-drive_v2
2
2
 
3
+ ### v0.13.0 (2021-07-29)
4
+
5
+ * Regenerated from discovery document revision 20210725
6
+
3
7
  ### v0.12.0 (2021-07-13)
4
8
 
5
9
  * Regenerated from discovery document revision 20210707
@@ -1885,10 +1885,10 @@ module Google
1885
1885
  # @return [Fixnum]
1886
1886
  attr_accessor :file_size
1887
1887
 
1888
- # Folder color as an RGB hex string if the file is a folder. The list of
1889
- # supported colors is available in the folderColorPalette field of the About
1890
- # resource. If an unsupported color is specified, it will be changed to the
1891
- # closest color in the palette. Not populated for items in shared drives.
1888
+ # Folder color as an RGB hex string if the file is a folder or a shortcut to a
1889
+ # folder. The list of supported colors is available in the folderColorPalette
1890
+ # field of the About resource. If an unsupported color is specified, it will be
1891
+ # changed to the closest color in the palette.
1892
1892
  # Corresponds to the JSON property `folderColorRgb`
1893
1893
  # @return [String]
1894
1894
  attr_accessor :folder_color_rgb
@@ -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.12.0"
19
+ GEM_VERSION = "0.13.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210707"
25
+ REVISION = "20210725"
26
26
  end
27
27
  end
28
28
  end
@@ -1551,8 +1551,8 @@ module Google
1551
1551
  # @param [String] q
1552
1552
  # Query string for searching files.
1553
1553
  # @param [String] spaces
1554
- # A comma-separated list of spaces to query. Supported values are 'drive', '
1555
- # appDataFolder' and 'photos'.
1554
+ # A comma-separated list of spaces to query. Supported values are 'drive' and '
1555
+ # appDataFolder'.
1556
1556
  # @param [Boolean] supports_all_drives
1557
1557
  # Whether the requesting application supports both My Drives and shared drives.
1558
1558
  # @param [Boolean] supports_team_drives
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.12.0
4
+ version: 0.13.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: 2021-07-19 00:00:00.000000000 Z
11
+ date: 2021-08-02 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/master/generated/google-apis-drive_v2/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-drive_v2/v0.12.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-drive_v2/v0.13.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-drive_v2
63
63
  post_install_message:
64
64
  rdoc_options: []