google-apis-drive_v2 0.9.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: 3ddfd95aca0dc1e7c03d946c8f01c8eb434f1d1faf31bb63ac1d661ecb5286e6
4
- data.tar.gz: 011e118031c20b81b9406ff79b96e0d2cc5397c507744f81ad768dcd26b2a100
3
+ metadata.gz: de499230a5b807dd75d132b3aa33b4bcae6ed5713557586ba7b444c6f1db33b1
4
+ data.tar.gz: 043241f57a19b47c8e051451b0703b83b216ce3914c0d70fab5440100c009604
5
5
  SHA512:
6
- metadata.gz: 10b993f6697eaf897d5c4a3a44e5520d90f6c8074848f5376c0e78f8012f0e9de7873204c87a6272fdd518f274cd1e48468aeb25a9fed9f48f8238a286f13760
7
- data.tar.gz: fdeb782f8cdf5cba26cf62bbe63eec3eccc26aa4fe018df82e2eb01ba2714bb6b21681cb8076872419fc1d0ef1b6a917cba1ba2f9b11c7107c9d23b427ef20b6
6
+ metadata.gz: da709405925147d942bfefe304a8c0fbea64f15151c9a081077c303dfe0e756d2030d26da58796c683d7c0a5bc793e91be69df9d9e4311366477f58d567e5213
7
+ data.tar.gz: fbe6d173864b863dc5af34aff4ebef9deee5d6aaf3b95dc2cd5cc1ef0889fe8a34c93a4838f91eb8c03e0ccf281ec9d7f7dce740215b6724a2effcecaeaa908b
data/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
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
+
7
+ ### v0.12.0 (2021-07-13)
8
+
9
+ * Regenerated from discovery document revision 20210707
10
+
11
+ ### v0.11.0 (2021-07-01)
12
+
13
+ * Regenerated from discovery document revision 20210628
14
+ * Regenerated using generator version 0.4.0
15
+
16
+ ### v0.10.0 (2021-06-24)
17
+
18
+ * Unspecified changes
19
+
3
20
  ### v0.9.0 (2021-06-17)
4
21
 
5
22
  * Regenerated from discovery document revision 20210612
@@ -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.9.0"
19
+ GEM_VERSION = "0.13.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.3.0"
22
+ GENERATOR_VERSION = "0.4.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210612"
25
+ REVISION = "20210725"
26
26
  end
27
27
  end
28
28
  end
@@ -1020,7 +1020,7 @@ module Google
1020
1020
 
1021
1021
  # Lists the user's shared drives.
1022
1022
  # @param [Fixnum] max_results
1023
- # Maximum number of shared drives to return.
1023
+ # Maximum number of shared drives to return per page.
1024
1024
  # @param [String] page_token
1025
1025
  # Page token for shared drives.
1026
1026
  # @param [String] q
@@ -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
@@ -2492,8 +2492,13 @@ module Google
2492
2492
  # @param [Boolean] supports_team_drives
2493
2493
  # Deprecated use supportsAllDrives instead.
2494
2494
  # @param [Boolean] transfer_ownership
2495
- # Whether changing a role to 'owner' downgrades the current owners to writers.
2496
- # Does nothing if the specified role is not 'owner'.
2495
+ # Whether to transfer ownership to the specified user and downgrade the current
2496
+ # owner to a writer. This parameter is required as an acknowledgement of the
2497
+ # side effect. File owners can only transfer ownership of files existing on My
2498
+ # Drive. Files existing in a shared drive are owned by the organization that
2499
+ # owns that shared drive. Ownership transfers are not supported for files and
2500
+ # folders in shared drives. Organizers of a shared drive can move items from
2501
+ # that shared drive into their My Drive which transfers the ownership to them.
2497
2502
  # @param [Boolean] use_domain_admin_access
2498
2503
  # Issue the request as a domain administrator; if set to true, then the
2499
2504
  # requester will be granted access if the file ID parameter refers to a shared
metadata CHANGED
@@ -1,29 +1,35 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-drive_v2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.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-06-21 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
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - "~>"
17
+ - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '0.1'
19
+ version: '0.4'
20
+ - - "<"
21
+ - !ruby/object:Gem::Version
22
+ version: 2.a
20
23
  type: :runtime
21
24
  prerelease: false
22
25
  version_requirements: !ruby/object:Gem::Requirement
23
26
  requirements:
24
- - - "~>"
27
+ - - ">="
28
+ - !ruby/object:Gem::Version
29
+ version: '0.4'
30
+ - - "<"
25
31
  - !ruby/object:Gem::Version
26
- version: '0.1'
32
+ version: 2.a
27
33
  description: This is the simple REST client for Drive API V2. Simple REST clients
28
34
  are Ruby client libraries that provide access to Google services via their HTTP
29
35
  REST API endpoints. These libraries are generated and updated automatically based
@@ -52,7 +58,7 @@ licenses:
52
58
  metadata:
53
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
54
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-drive_v2/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-drive_v2/v0.9.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-drive_v2/v0.13.0
56
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-drive_v2
57
63
  post_install_message:
58
64
  rdoc_options: []