google-apis-drive_v3 0.10.0 → 0.14.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: 1277c3f6abf34a6b60a4660852254e868f9c4917ca779bfe6a83dfe96f74781f
4
- data.tar.gz: c161d09f0a15bcccd0fa73c7ac36d2c21e77b735c64fc0d1defbfe8723aa957d
3
+ metadata.gz: eb090ec2825694630a24aa611e77e2ce15365221691defa7f19495d8a915089e
4
+ data.tar.gz: cb3c77f918c63c43790ec25c59cbfb3671f4610777f574e0ca49037e991a1f09
5
5
  SHA512:
6
- metadata.gz: 9c08396d456f246d367bb90a3ae71744f16c6604862778ef422bb32db43bab050660cfc4ca4d3dbb8e81646b65955ba1e38c13ba8345ca5201f582c6534a44ff
7
- data.tar.gz: b338b591268701a5e8be871b39d351a60d2afc9e1bf89ccd21f4b3c2d717af9466f380ff56fc5a4770679ed392c650e7d4effc0639af31f6c9c8834628971178
6
+ metadata.gz: 131a0f2de2f61c2be192b3195ffb8f0e9b4d3dd79bbac1f3360c257d2fe2ed1f6449c51b985df0bacf7082dd9a1adc5fc7ccd8967bfe751beb377a03f41d4508
7
+ data.tar.gz: 3447b573f85d98b435061bb362afc999f10c5c7d9b5157225abc4d6950ecf30b099e752c2d4cb3170fcc64b372bfd63a93c416cf40a65f403546580bfc745068
data/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # Release history for google-apis-drive_v3
2
2
 
3
+ ### v0.14.0 (2021-09-24)
4
+
5
+ * Regenerated from discovery document revision 20210919
6
+
7
+ ### v0.13.0 (2021-07-29)
8
+
9
+ * Regenerated from discovery document revision 20210725
10
+
11
+ ### v0.12.0 (2021-07-13)
12
+
13
+ * Regenerated from discovery document revision 20210707
14
+
15
+ ### v0.11.0 (2021-07-01)
16
+
17
+ * Regenerated from discovery document revision 20210628
18
+ * Regenerated using generator version 0.4.0
19
+
3
20
  ### v0.10.0 (2021-06-24)
4
21
 
5
22
  * Unspecified changes
@@ -1073,8 +1073,9 @@ module Google
1073
1073
  # @return [String]
1074
1074
  attr_accessor :file_extension
1075
1075
 
1076
- # The color for a folder as an RGB hex string. The supported colors are
1077
- # published in the folderColorPalette field of the About resource.
1076
+ # The color for a folder or shortcut to a folder as an RGB hex string. The
1077
+ # supported colors are published in the folderColorPalette field of the About
1078
+ # resource.
1078
1079
  # If an unsupported color is specified, the closest color in the palette will be
1079
1080
  # used instead.
1080
1081
  # Corresponds to the JSON property `folderColorRgb`
@@ -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.10.0"
19
+ GEM_VERSION = "0.14.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 = "20210919"
26
26
  end
27
27
  end
28
28
  end
@@ -665,7 +665,7 @@ module Google
665
665
 
666
666
  # Lists the user's shared drives.
667
667
  # @param [Fixnum] page_size
668
- # Maximum number of shared drives to return.
668
+ # Maximum number of shared drives to return per page.
669
669
  # @param [String] page_token
670
670
  # Page token for shared drives.
671
671
  # @param [String] q
@@ -1172,7 +1172,7 @@ module Google
1172
1172
  # supported syntax.
1173
1173
  # @param [String] spaces
1174
1174
  # A comma-separated list of spaces to query within the corpus. Supported values
1175
- # are 'drive', 'appDataFolder' and 'photos'.
1175
+ # are 'drive' and 'appDataFolder'.
1176
1176
  # @param [Boolean] supports_all_drives
1177
1177
  # Whether the requesting application supports both My Drives and shared drives.
1178
1178
  # @param [Boolean] supports_team_drives
@@ -1222,7 +1222,10 @@ module Google
1222
1222
  execute_or_queue_command(command, &block)
1223
1223
  end
1224
1224
 
1225
- # Updates a file's metadata and/or content. This method supports patch semantics.
1225
+ # Updates a file's metadata and/or content. When calling this method, only
1226
+ # populate fields in the request that you want to modify. When updating fields,
1227
+ # some fields might change automatically, such as modifiedDate. This method
1228
+ # supports patch semantics.
1226
1229
  # @param [String] file_id
1227
1230
  # The ID of the file.
1228
1231
  # @param [Google::Apis::DriveV3::File] file_object
@@ -1381,7 +1384,11 @@ module Google
1381
1384
  # @param [Boolean] transfer_ownership
1382
1385
  # Whether to transfer ownership to the specified user and downgrade the current
1383
1386
  # owner to a writer. This parameter is required as an acknowledgement of the
1384
- # side effect.
1387
+ # side effect. File owners can only transfer ownership of files existing on My
1388
+ # Drive. Files existing in a shared drive are owned by the organization that
1389
+ # owns that shared drive. Ownership transfers are not supported for files and
1390
+ # folders in shared drives. Organizers of a shared drive can move items from
1391
+ # that shared drive into their My Drive which transfers the ownership to them.
1385
1392
  # @param [Boolean] use_domain_admin_access
1386
1393
  # Issue the request as a domain administrator; if set to true, then the
1387
1394
  # requester will be granted access if the file ID parameter refers to a shared
@@ -1594,7 +1601,11 @@ module Google
1594
1601
  # @param [Boolean] transfer_ownership
1595
1602
  # Whether to transfer ownership to the specified user and downgrade the current
1596
1603
  # owner to a writer. This parameter is required as an acknowledgement of the
1597
- # side effect.
1604
+ # side effect. File owners can only transfer ownership of files existing on My
1605
+ # Drive. Files existing in a shared drive are owned by the organization that
1606
+ # owns that shared drive. Ownership transfers are not supported for files and
1607
+ # folders in shared drives. Organizers of a shared drive can move items from
1608
+ # that shared drive into their My Drive which transfers the ownership to them.
1598
1609
  # @param [Boolean] use_domain_admin_access
1599
1610
  # Issue the request as a domain administrator; if set to true, then the
1600
1611
  # 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.10.0
4
+ version: 0.14.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-28 00:00:00.000000000 Z
11
+ date: 2021-09-27 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.3'
19
+ version: '0.4'
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.3'
29
+ version: '0.4'
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/master/generated/google-apis-drive_v3/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-drive_v3/v0.10.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-drive_v3/v0.14.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: []