google-apis-drive_v3 0.11.0 → 0.12.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: 39888103840a4409f4b9b2b01d47c7d5569acac8247593fdae238bdb3c1ca741
4
- data.tar.gz: 51fa6fe831878c573db3049f28634ac156f1945b71a725fedff5e8d68ea3c6e3
3
+ metadata.gz: 5550986535b150a590396c416910c8d13360213250fffc8ebd3b90b4a2c8b7ba
4
+ data.tar.gz: 5f8527d026177470bbf8dfc6c62edd2e41c79863b4131e9676077978f97e5bd9
5
5
  SHA512:
6
- metadata.gz: d784f5a39fdddefddb032ab665b65bfd21488bf45993ed4bdbdf88a232fd9fc57cd94644c7157cc9bdc4c3c9bede5d519ab6cedfc00e42d06daca7f64403b38e
7
- data.tar.gz: 6214af698d7874f6300484883d0337dfbda0a2fe006fb1fe9681e400732c33a3311937cdae7b88b08a8ebd148fc5d1b2c34f0caad2f0154738b641c4c7fdfcf8
6
+ metadata.gz: 7e290fd8af3d1331376884dafc2baf708d82ca053ff67f789bbb2aa9f4b64f06476d09ef74e7c76d43fde794fc0eb03752d302b90774a23f55e64564cef4e638
7
+ data.tar.gz: 4bc1c4c09e6b4368de4485bea6af3aa1b6a2d5a09cdc70624454f01d7c1f9124b798a1fdcb20789a41eba52afe8b2092aae9e575c3e5665f24ea6dd84f17f932
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-drive_v3
2
2
 
3
+ ### v0.12.0 (2021-07-13)
4
+
5
+ * Regenerated from discovery document revision 20210707
6
+
3
7
  ### v0.11.0 (2021-07-01)
4
8
 
5
9
  * Regenerated from discovery document revision 20210628
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module DriveV3
18
18
  # Version of the google-apis-drive_v3 gem
19
- GEM_VERSION = "0.11.0"
19
+ GEM_VERSION = "0.12.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 = "20210628"
25
+ REVISION = "20210707"
26
26
  end
27
27
  end
28
28
  end
@@ -1381,7 +1381,11 @@ module Google
1381
1381
  # @param [Boolean] transfer_ownership
1382
1382
  # Whether to transfer ownership to the specified user and downgrade the current
1383
1383
  # owner to a writer. This parameter is required as an acknowledgement of the
1384
- # side effect.
1384
+ # side effect. File owners can only transfer ownership of files existing on My
1385
+ # Drive. Files existing in a shared drive are owned by the organization that
1386
+ # owns that shared drive. Ownership transfers are not supported for files and
1387
+ # folders in shared drives. Organizers of a shared drive can move items from
1388
+ # that shared drive into their My Drive which transfers the ownership to them.
1385
1389
  # @param [Boolean] use_domain_admin_access
1386
1390
  # Issue the request as a domain administrator; if set to true, then the
1387
1391
  # requester will be granted access if the file ID parameter refers to a shared
@@ -1594,7 +1598,11 @@ module Google
1594
1598
  # @param [Boolean] transfer_ownership
1595
1599
  # Whether to transfer ownership to the specified user and downgrade the current
1596
1600
  # owner to a writer. This parameter is required as an acknowledgement of the
1597
- # side effect.
1601
+ # side effect. File owners can only transfer ownership of files existing on My
1602
+ # Drive. Files existing in a shared drive are owned by the organization that
1603
+ # owns that shared drive. Ownership transfers are not supported for files and
1604
+ # folders in shared drives. Organizers of a shared drive can move items from
1605
+ # that shared drive into their My Drive which transfers the ownership to them.
1598
1606
  # @param [Boolean] use_domain_admin_access
1599
1607
  # Issue the request as a domain administrator; if set to true, then the
1600
1608
  # requester will be granted access if the file ID parameter refers to a shared
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-drive_v3
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.11.0
4
+ version: 0.12.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-05 00:00:00.000000000 Z
11
+ date: 2021-07-19 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_v3/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-drive_v3/v0.11.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-drive_v3/v0.12.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-drive_v3
63
63
  post_install_message:
64
64
  rdoc_options: []