google-apis-contentwarehouse_v1 0.4.0 → 0.6.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +8 -0
- data/OVERVIEW.md +3 -3
- data/lib/google/apis/contentwarehouse_v1/classes.rb +1550 -1332
- data/lib/google/apis/contentwarehouse_v1/gem_version.rb +2 -2
- data/lib/google/apis/contentwarehouse_v1/representations.rb +441 -365
- data/lib/google/apis/contentwarehouse_v1/service.rb +32 -1
- data/lib/google/apis/contentwarehouse_v1.rb +2 -2
- metadata +8 -8
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: cf27fe6b00bf70bf0657e306945e7d58385af0e00bd4d280aa883f736555a421
|
4
|
+
data.tar.gz: e8df27f611f05a8b970fee9b0359559dd02c7bb00d427b1dffd514bad1968a62
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 877bf75849075af880a9f95edad7384641f6b556c98ab41ebf2b31cf23b1db621cec7a811b533bbee71cf532be146a422194d9937d17b86a942674acbc8087a9
|
7
|
+
data.tar.gz: 5d4e73c5203cbee5d46d1f9fe7de1f9266b83dca61e18ceb2a7f461a57c5458157f36d0fe72dba47b08d0ccf6472a8f5f1e52338e037e67e71efebb2039e3197
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Release history for google-apis-contentwarehouse_v1
|
2
2
|
|
3
|
+
### v0.6.0 (2022-12-22)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20221219
|
6
|
+
|
7
|
+
### v0.5.0 (2022-12-09)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20221206
|
10
|
+
|
3
11
|
### v0.4.0 (2022-11-01)
|
4
12
|
|
5
13
|
* Regenerated from discovery document revision 20221028
|
data/OVERVIEW.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1
|
-
# Simple REST client for version V1 of the
|
1
|
+
# Simple REST client for version V1 of the Document AI Warehouse API
|
2
2
|
|
3
|
-
This is a simple client library for version V1 of the
|
3
|
+
This is a simple client library for version V1 of the Document AI Warehouse 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 Contentwarehouse service in particular.)
|
67
67
|
|
68
|
-
For reference information on specific calls in the
|
68
|
+
For reference information on specific calls in the Document AI Warehouse API, see the {Google::Apis::ContentwarehouseV1::ContentwarehouseService class reference docs}.
|
69
69
|
|
70
70
|
## Which client should I use?
|
71
71
|
|