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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c30ece6f013279b9688ef5fb6e4ffa9b235bdaa45e266a06ec782ebcdaa354a9
4
- data.tar.gz: 3db5c878f16eecd43ee705cdc37438f3366a565617cecb225b3ac7e0d71cfc84
3
+ metadata.gz: cf27fe6b00bf70bf0657e306945e7d58385af0e00bd4d280aa883f736555a421
4
+ data.tar.gz: e8df27f611f05a8b970fee9b0359559dd02c7bb00d427b1dffd514bad1968a62
5
5
  SHA512:
6
- metadata.gz: 97ec6332073aa86163223a2e2c435b51b67a1af3a5e02d280e54d97bfeb70f08061ef40cddd6125b4957752239dc74f0d2e78c2c9a85ba8a8be8f27d0b5afce2
7
- data.tar.gz: 3d6a55396c0d342f967048062afdcc719aad6e40138ed4d1568e98f6e856bb9f46d5d77056d0d5e8757bf4e5b746033e91ae05ff7e0daff1e29b74122971d858
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 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