google-apis-drive_v2 0.14.0 → 0.15.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: dd83610ac47f787aeedfd9ac510100d4715a09306267dc7c3b66d8084c334459
4
- data.tar.gz: e570fcd929d534a9905bd250379d04333c209833b403a73034916227e7c9a49b
3
+ metadata.gz: 173ced4739703ac1cb99d616a2e5a86a2f53d5da9e6127eb5f170f936174d2d1
4
+ data.tar.gz: 4a769e494e56ab855d10ff684ed39ef433048dded7badf8a5d494383e6d9a909
5
5
  SHA512:
6
- metadata.gz: 6d7c7b5375c7aa50372899da0fb9e25f0ac06ee3738465e140b7259f573ea564edeb6597c41f9084d6251544135bf568d1613dcc5ddabd395fb3c4ef2c4e9e58
7
- data.tar.gz: 58881b3f55d542b507546842d4383d60235b66b14f296651a975d944f522aeb292d4653ae4b93f3c15565cbbfcdc42fac8252e1b517e9de80bef416ffb1fc238
6
+ metadata.gz: 5998a59a0e771a24e92de363230425e5f76ace28f34f61f25483b7fd6ace11d5ea4de9aaaf4fe31877256feca2b34a75ed8de470b37d9414897bca8993ad8755
7
+ data.tar.gz: d67d6a5a0e2c97cd524e701ff3b48896cadc349e294a049c2308ac8e87e6187cf6f2f479160b89b20f5c66b10e62e6a696dfc611cdd7f32da62156b6f63c79e4
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-drive_v2
2
2
 
3
+ ### v0.15.0 (2021-10-21)
4
+
5
+ * Regenerated from discovery document revision 20211017
6
+ * Unspecified changes
7
+
3
8
  ### v0.14.0 (2021-09-24)
4
9
 
5
10
  * Regenerated from discovery document revision 20210919
data/OVERVIEW.md CHANGED
@@ -60,8 +60,8 @@ See the class reference docs for information on the methods you can call from a
60
60
 
61
61
  More detailed descriptions of the Google simple REST clients are available in two documents.
62
62
 
63
- * The [Usage Guide](https://github.com/googleapis/google-api-ruby-client/blob/master/docs/usage-guide.md) discusses how to make API calls, how to use the provided data structures, and how to work the various features of the client library, including media upload and download, error handling, retries, pagination, and logging.
64
- * The [Auth Guide](https://github.com/googleapis/google-api-ruby-client/blob/master/docs/auth-guide.md) discusses authentication in the client libraries, including API keys, OAuth 2.0, service accounts, and environment variables.
63
+ * The [Usage Guide](https://github.com/googleapis/google-api-ruby-client/blob/main/docs/usage-guide.md) discusses how to make API calls, how to use the provided data structures, and how to work the various features of the client library, including media upload and download, error handling, retries, pagination, and logging.
64
+ * The [Auth Guide](https://github.com/googleapis/google-api-ruby-client/blob/main/docs/auth-guide.md) discusses authentication in the client libraries, including API keys, OAuth 2.0, service accounts, and environment variables.
65
65
 
66
66
  (Note: the above documents are written for the simple REST clients in general, and their examples may not reflect the Drive service in particular.)
67
67
 
@@ -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.14.0"
19
+ GEM_VERSION = "0.15.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 = "20210919"
25
+ REVISION = "20211017"
26
26
  end
27
27
  end
28
28
  end
@@ -1282,8 +1282,8 @@ module Google
1282
1282
  execute_or_queue_command(command, &block)
1283
1283
  end
1284
1284
 
1285
- # Exports a Google Doc to the requested MIME type and returns the exported
1286
- # content. Please note that the exported content is limited to 10MB.
1285
+ # Exports a Google Workspace document to the requested MIME type and returns
1286
+ # exported byte content. Note that the exported content is limited to 10MB.
1287
1287
  # @param [String] file_id
1288
1288
  # The ID of the file.
1289
1289
  # @param [String] mime_type
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.14.0
4
+ version: 0.15.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-09-27 00:00:00.000000000 Z
11
+ date: 2021-10-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -57,9 +57,9 @@ licenses:
57
57
  - Apache-2.0
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
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.14.0
62
- source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-drive_v2
60
+ changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-drive_v2/CHANGELOG.md
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-drive_v2/v0.15.0
62
+ source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-drive_v2
63
63
  post_install_message:
64
64
  rdoc_options: []
65
65
  require_paths: