google-apis-drive_v2 0.36.0 → 0.38.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 +4 -4
- data/CHANGELOG.md +8 -0
- data/OVERVIEW.md +3 -3
- data/lib/google/apis/drive_v2/classes.rb +499 -505
- data/lib/google/apis/drive_v2/gem_version.rb +2 -2
- data/lib/google/apis/drive_v2/service.rb +466 -664
- data/lib/google/apis/drive_v2.rb +3 -4
- metadata +7 -7
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a3d35fcdf707df0610cd0b575d3d86b0d00cc3bf4fb709db5baf613e220672f2
|
4
|
+
data.tar.gz: fc6ec6f343b98813b4c68362b3b1b6cb18e3f9ea029bfa0f6ef4ffd8b1774b24
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1acb99767d52d2bf0ceef0d3815491970257683a1101454b603cc2f2580f83f06442e82668bd31a2601a4b84ed8db3391d27bd38fe36c96f4e4261098c6837e1
|
7
|
+
data.tar.gz: 78b0c5314b093ec36e98905cd06474fcd56758826f77a49d0b28a5d9bceaff082506ba15f516670fb870f91cab39d42fabaddcdbee1168f2b4bcc1acfa9657f3
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Release history for google-apis-drive_v2
|
2
2
|
|
3
|
+
### v0.38.0 (2023-05-28)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20230520
|
6
|
+
|
7
|
+
### v0.37.0 (2023-05-21)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20230517
|
10
|
+
|
3
11
|
### v0.36.0 (2023-04-30)
|
4
12
|
|
5
13
|
* Regenerated from discovery document revision 20230423
|
data/OVERVIEW.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1
|
-
# Simple REST client for version V2 of the Drive API
|
1
|
+
# Simple REST client for version V2 of the Google Drive API
|
2
2
|
|
3
|
-
This is a simple client library for version V2 of the Drive API. It provides:
|
3
|
+
This is a simple client library for version V2 of the Google Drive API. It provides:
|
4
4
|
|
5
5
|
* A client object that connects to the HTTP/JSON REST endpoint for the service.
|
6
6
|
* Ruby objects for data structures related to the service.
|
@@ -65,7 +65,7 @@ More detailed descriptions of the Google simple REST clients are available in tw
|
|
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
|
|
68
|
-
For reference information on specific calls in the Drive API, see the {Google::Apis::DriveV2::DriveService class reference docs}.
|
68
|
+
For reference information on specific calls in the Google Drive API, see the {Google::Apis::DriveV2::DriveService class reference docs}.
|
69
69
|
|
70
70
|
## Which client should I use?
|
71
71
|
|