google-apis-contentwarehouse_v1 0.5.0 → 0.6.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: cf27fe6b00bf70bf0657e306945e7d58385af0e00bd4d280aa883f736555a421
4
+ data.tar.gz: e8df27f611f05a8b970fee9b0359559dd02c7bb00d427b1dffd514bad1968a62
5
5
  SHA512:
6
- metadata.gz: 2de17741f07935ac42133f096065f27005cc5c3ae68584430b420557ddf4d6bc4b9a8aeff12242a8dc4aa08d4e45c53c4303ef813091f9bef4d7f70bd860c6ef
7
- data.tar.gz: 667b1b7447840759240ed9f47b3276a8250f011ad5ebf08c265c3cd124a89fc7ee025a9b0fe5dd6b5e3fd2b590ede67f6759ec29706d2cec9bd46aff97cd1a6a
6
+ metadata.gz: 877bf75849075af880a9f95edad7384641f6b556c98ab41ebf2b31cf23b1db621cec7a811b533bbee71cf532be146a422194d9937d17b86a942674acbc8087a9
7
+ data.tar.gz: 5d4e73c5203cbee5d46d1f9fe7de1f9266b83dca61e18ceb2a7f461a57c5458157f36d0fe72dba47b08d0ccf6472a8f5f1e52338e037e67e71efebb2039e3197
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
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
+
3
7
  ### v0.5.0 (2022-12-09)
4
8
 
5
9
  * 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