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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7f2776e811d7c7286bc6da3c29f5ddde265c5c02a722497855e4537a0e21be5c
4
- data.tar.gz: fe82f519d33aec7af85926a711c8bafb6614450c4613ad37a3f24fa3fb2afd70
3
+ metadata.gz: 35469fdf81cdf9873ce57fd1df4d05a8f6ea72556408cb2daa7b1a00837716b7
4
+ data.tar.gz: 78ebf13bfe5f4882e1fce4eb1554810979ec06c2a9b46f0eed00fd1265628ada
5
5
  SHA512:
6
- metadata.gz: 2de17741f07935ac42133f096065f27005cc5c3ae68584430b420557ddf4d6bc4b9a8aeff12242a8dc4aa08d4e45c53c4303ef813091f9bef4d7f70bd860c6ef
7
- data.tar.gz: 667b1b7447840759240ed9f47b3276a8250f011ad5ebf08c265c3cd124a89fc7ee025a9b0fe5dd6b5e3fd2b590ede67f6759ec29706d2cec9bd46aff97cd1a6a
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 contentwarehouse API
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 contentwarehouse API. It provides:
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 contentwarehouse API, see the {Google::Apis::ContentwarehouseV1::ContentwarehouseService class reference docs}.
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