google-apis-drive_v3 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: 0c5b69c21c98d692ef9dfa5f2da256a3ffa00f3b8e654113154d251201f74acd
4
- data.tar.gz: 31bb27a141da0dd3a98e02a75b0055f19bf570b8bbe069fdf19cff96dc6bad09
3
+ metadata.gz: 907390030195c21c638f7c48cbc6ea94c4c85ea4a984a34f01b80e4fceaa24ba
4
+ data.tar.gz: c2bb64b5837d022e3f66fa5fa149e3d5ebe2ef3c14380870ab0f836050c1af20
5
5
  SHA512:
6
- metadata.gz: 42d200f5554860877f78d791ce61387dcbf5235f9c9d1d352b0ecd2b4c12ff21982462e4b23919e12866fee046f824dd4f3dbdd42783b1dcf00110fbad6c59c3
7
- data.tar.gz: 3c864c84f824cc87e72e64e3f18c0c5047dcbcea53fe0a6f8b1fbe1c9e174763f095e3c7108e8b7124d89cc9aa0dcdb8ba1893e9fc5729407f54ce73cc598f34
6
+ metadata.gz: cf61b823198451a415914e663b7166389bec5a87325c66b76110772980dbbe89eac957642a1699b0699d07e7a2af35c2c86153b87b2b8d7d2f878773d5d91a01
7
+ data.tar.gz: 3af1d87bb7690318dcdb6f88aa40f59305df4ef6a29bdac78d04ab66e343984c59bef77f095ff29fdcce52eb94185d213e0d67d2746ec57b4b1b1e6afdbbe504
data/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # Release history for google-apis-drive_v3
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
@@ -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.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
@@ -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
@@ -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,29 +1,35 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-drive_v3
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 V3. 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_v3/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-drive_v3/v0.9.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-drive_v3/v0.13.0
56
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-drive_v3
57
63
  post_install_message:
58
64
  rdoc_options: []