google-apis-drive_v3 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: eb090ec2825694630a24aa611e77e2ce15365221691defa7f19495d8a915089e
4
- data.tar.gz: cb3c77f918c63c43790ec25c59cbfb3671f4610777f574e0ca49037e991a1f09
3
+ metadata.gz: aa5fb9cc8027f14850ce693d19fafa03ffd104349e56607db3493220cbc7b38e
4
+ data.tar.gz: 7e9dcb82975c552808ba0264669ae92f5811a9f1f632596a9232b4a505ab3dc3
5
5
  SHA512:
6
- metadata.gz: 131a0f2de2f61c2be192b3195ffb8f0e9b4d3dd79bbac1f3360c257d2fe2ed1f6449c51b985df0bacf7082dd9a1adc5fc7ccd8967bfe751beb377a03f41d4508
7
- data.tar.gz: 3447b573f85d98b435061bb362afc999f10c5c7d9b5157225abc4d6950ecf30b099e752c2d4cb3170fcc64b372bfd63a93c416cf40a65f403546580bfc745068
6
+ metadata.gz: 7e303e5411b48fbead4a68fbd8fdc7cf8b498ba16ddc54cbed5843abdd3c41e4795092bca6e43bad457977e3d63604c403446a6aa59a893b389b299ed7b0bc8d
7
+ data.tar.gz: 4476623e96a3fabe1daeb4c9b7ede59d58819585d14f077ee0ee7e4fdf8c65d6a9289af556831ecd65e2ea892c96c246574472c1b2c31fb5f29c70208b288ff8
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-drive_v3
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 DriveV3
18
18
  # Version of the google-apis-drive_v3 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
@@ -996,8 +996,8 @@ module Google
996
996
  execute_or_queue_command(command, &block)
997
997
  end
998
998
 
999
- # Exports a Google Doc to the requested MIME type and returns the exported
1000
- # content. Please note that the exported content is limited to 10MB.
999
+ # Exports a Google Workspace document to the requested MIME type and returns
1000
+ # exported byte content. Note that the exported content is limited to 10MB.
1001
1001
  # @param [String] file_id
1002
1002
  # The ID of the file.
1003
1003
  # @param [String] mime_type
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.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_v3/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-drive_v3/v0.14.0
62
- source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-drive_v3
60
+ changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-drive_v3/CHANGELOG.md
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-drive_v3/v0.15.0
62
+ source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-drive_v3
63
63
  post_install_message:
64
64
  rdoc_options: []
65
65
  require_paths: