google-apis-containeranalysis_v1beta1 0.8.0 → 0.12.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: 744a1e863e8804b54c7412a28effa705abaf5f56779ff03351bb186ac6e46f18
4
- data.tar.gz: 20746be62385f3c883d2786ade9af5e54b00f1526923350a708c3a428b3d7314
3
+ metadata.gz: bba037d0ec4280064bdac4721491ef5260ddf09d4286df2a1c9972fcbb86c60b
4
+ data.tar.gz: 44f24d221f052b917f59cf4f12e77f8d301b34e0ed91d4ec018eeb24d44e122f
5
5
  SHA512:
6
- metadata.gz: 304a44a80519b461f6ee58434977b01ffdcd4c3f0202244fae895d8d505171924d82fbfa74f8c325b1c5d9db7755046f20efbdb2beaf19da7a8bd5c531ce6b0e
7
- data.tar.gz: 34e4bd4099e34ea36187c26e07637e46f0e6db01af94f41f0ba4f6f11dc72cc155a0377d25936565b73ee1cf887db75415bccb2c655fb2f3d39af7525c3d56a4
6
+ metadata.gz: f4efeb08c79373f63a3e35992e6f965aea09a7cd6c845e1df86cc901bdb9c2f3309334d00f34c9f1de1f966e8674f3c05dfd128163b0aaa81226a0cc06314831
7
+ data.tar.gz: 8ee5b8bfce8dc7c2a4a7eac72fc84a68cb8196095d66959e759da60ed5d85758d9c575502ed9e1483ff47da0849a8320540fdaa570302df474fa798b59bb13a2
data/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # Release history for google-apis-containeranalysis_v1beta1
2
2
 
3
+ ### v0.12.0 (2021-11-11)
4
+
5
+ * Regenerated from discovery document revision 20211105
6
+
7
+ ### v0.11.0 (2021-10-21)
8
+
9
+ * Regenerated from discovery document revision 20211015
10
+ * Unspecified changes
11
+
12
+ ### v0.10.0 (2021-09-16)
13
+
14
+ * Regenerated from discovery document revision 20210913
15
+
16
+ ### v0.9.0 (2021-08-19)
17
+
18
+ * Regenerated from discovery document revision 20210813
19
+
3
20
  ### v0.8.0 (2021-07-29)
4
21
 
5
22
  * Regenerated from discovery document revision 20210723
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 Containeranalysis service in particular.)
67
67