google-apis-containeranalysis_v1beta1 0.7.0 → 0.11.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: '08f02b3d3b2d9b190c20e68b33a9f8fb3c2603c621aad32015262c54c50ff48d'
4
- data.tar.gz: 8d94092898034a0efbf128b322d357055f862c9ca61572900b52e656f5c3e848
3
+ metadata.gz: d00c7bbdc8a6e8b5cc2a2c06fd34bc52cb0d8ebf561295f8eade444ea2c9edfe
4
+ data.tar.gz: 2e4a644c0ec3b1c4c45384dd79244127c6bdcff8f72097da74681c92ec33f3e5
5
5
  SHA512:
6
- metadata.gz: f9a681528dea24904a025c18b733082b644ebfd47c5681aee43f6288671acd4cd54c056bc69c8a213c5ccdd49d0e84d6c3a4ea5daf1d44c06e390491067b156a
7
- data.tar.gz: bc58e9026c82f58057bc79e273fd63f1face2e55354e088ba62f958682b51ca9daa044ecaa9126e01ab5ba37c68b926117a4653941cad603f4605aa10190a913
6
+ metadata.gz: ed382d0e0ef576c1470da120750ee164b5eb2996ef7690f5e4bf6ce052fa075b2ea913020b3a1a337ad19cf66b65baaea113434cdda50d66cc51a022c26b5cae
7
+ data.tar.gz: 9a2db19eefb8598337b353af4aaa2a2cbc8d3a3cc0737a5755fbc91b8e459295662126bef6e1c3f4ef710346f768c865c3f62723ed5e30cc1e4f88b14af3ea13
data/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # Release history for google-apis-containeranalysis_v1beta1
2
2
 
3
+ ### v0.11.0 (2021-10-21)
4
+
5
+ * Regenerated from discovery document revision 20211015
6
+ * Unspecified changes
7
+
8
+ ### v0.10.0 (2021-09-16)
9
+
10
+ * Regenerated from discovery document revision 20210913
11
+
12
+ ### v0.9.0 (2021-08-19)
13
+
14
+ * Regenerated from discovery document revision 20210813
15
+
16
+ ### v0.8.0 (2021-07-29)
17
+
18
+ * Regenerated from discovery document revision 20210723
19
+
3
20
  ### v0.7.0 (2021-06-29)
4
21
 
5
22
  * Regenerated using generator version 0.4.0
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