google-apis-contentwarehouse_v1 0.5.0 → 0.7.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 +9 -0
- data/OVERVIEW.md +3 -3
- data/lib/google/apis/contentwarehouse_v1/classes.rb +625 -224
- data/lib/google/apis/contentwarehouse_v1/gem_version.rb +3 -3
- data/lib/google/apis/contentwarehouse_v1/representations.rb +181 -44
- data/lib/google/apis/contentwarehouse_v1/service.rb +19 -1
- data/lib/google/apis/contentwarehouse_v1.rb +2 -2
- metadata +9 -9
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 35469fdf81cdf9873ce57fd1df4d05a8f6ea72556408cb2daa7b1a00837716b7
|
4
|
+
data.tar.gz: 78ebf13bfe5f4882e1fce4eb1554810979ec06c2a9b46f0eed00fd1265628ada
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6d205e294464111c50fdb460400cbe422fa60a7746c68341cd60020215910fb45274a82f23e377e6697ca19eb01c1a07165d4117436a219f173a775b44e4b7b9
|
7
|
+
data.tar.gz: 9cf93305060b852c704afd0e6b7c31d1952d28e7f2bea6b0e8cf5035744dd00a747c63a2e0a4fba59ec81b0a272f1d4a4ab6cdd0a7406ade3a2ec033477ec19f
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,14 @@
|
|
1
1
|
# Release history for google-apis-contentwarehouse_v1
|
2
2
|
|
3
|
+
### v0.7.0 (2023-01-15)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20230106
|
6
|
+
* Regenerated using generator version 0.11.1
|
7
|
+
|
8
|
+
### v0.6.0 (2022-12-22)
|
9
|
+
|
10
|
+
* Regenerated from discovery document revision 20221219
|
11
|
+
|
3
12
|
### v0.5.0 (2022-12-09)
|
4
13
|
|
5
14
|
* Regenerated from discovery document revision 20221206
|
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
|
|