google-apis-chat_v1 0.12.0 → 0.16.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: a116815d94157c4afeb09260fe0bad9c7f27ef0da403392a7a6b4e17b132c060
4
- data.tar.gz: df88a5205f32ada266cf139642bfc5bdd771d965013cb5ff39617d9a7382f18e
3
+ metadata.gz: c48e20965abed752a8c08f70ceabc0da2df40fad4143157974829e4a52c616e4
4
+ data.tar.gz: f6e276839fef7f41b084f73f5525f080eff969d8f2130cd427183613d8b76316
5
5
  SHA512:
6
- metadata.gz: ec02c305c95984bfb2b217e168e298edb80f57c20856f219e3151406271fa05e2c7c3fd889d505c62a2bf6a5db2ca7524280bd21503d38480c12fba4b3cb1804
7
- data.tar.gz: 0d2dd98ce63323e8d60cf6f846608866852df7c2e15f78e6370eb035e21b841182f9537addf227e34841b40ca18248221485a28b66770e042d48c1d1687b00f7
6
+ metadata.gz: 6088c6f65df805562671ff4cd8780a654bb564013467c360246b51d24787927ac793d376e8dcb91a314c52ff65340281694dfbdfe36ea42995b047adca2cf9c0
7
+ data.tar.gz: df32a463ace21a2707a462300d9debc724e1a819ba89b316f4918ca1d784e197e48779fc794b7f82fb44e994d2350f3fe3d110432be001f38a0ef9382a9ef27e
data/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # Release history for google-apis-chat_v1
2
2
 
3
+ ### v0.16.0 (2021-10-22)
4
+
5
+ * Regenerated from discovery document revision 20211015
6
+
7
+ ### v0.15.0 (2021-09-15)
8
+
9
+ * Regenerated from discovery document revision 20210911
10
+
11
+ ### v0.14.0 (2021-09-01)
12
+
13
+ * Regenerated from discovery document revision 20210818
14
+
15
+ ### v0.13.0 (2021-07-21)
16
+
17
+ * Regenerated from discovery document revision 20210714
18
+
3
19
  ### v0.12.0 (2021-07-14)
4
20
 
5
21
  * Regenerated from discovery document revision 20210707
data/OVERVIEW.md CHANGED
@@ -60,8 +60,8 @@ See the class reference docs for information on the methods you can call from a
60
60
 
61
61
  More detailed descriptions of the Google simple REST clients are available in two documents.
62
62
 
63
- * The [Usage Guide](https://github.com/googleapis/google-api-ruby-client/blob/master/docs/usage-guide.md) discusses how to make API calls, how to use the provided data structures, and how to work the various features of the client library, including media upload and download, error handling, retries, pagination, and logging.
64
- * The [Auth Guide](https://github.com/googleapis/google-api-ruby-client/blob/master/docs/auth-guide.md) discusses authentication in the client libraries, including API keys, OAuth 2.0, service accounts, and environment variables.
63
+ * The [Usage Guide](https://github.com/googleapis/google-api-ruby-client/blob/main/docs/usage-guide.md) discusses how to make API calls, how to use the provided data structures, and how to work the various features of the client library, including media upload and download, error handling, retries, pagination, and logging.
64
+ * The [Auth Guide](https://github.com/googleapis/google-api-ruby-client/blob/main/docs/auth-guide.md) discusses authentication in the client libraries, including API keys, OAuth 2.0, service accounts, and environment variables.
65
65
 
66
66
  (Note: the above documents are written for the simple REST clients in general, and their examples may not reflect the Chat service in particular.)
67
67