google-apis-containeranalysis_v1alpha1 0.13.0 → 0.17.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: b01d175a62b08eaa7266ca43826c60d95cf54b3d8bf28017dd293397c985e325
4
- data.tar.gz: 3f76c4e4a077d07b33e41da807aee832f799df58a516325b35c4bf63efb9f736
3
+ metadata.gz: f603c6365571a9695d2d23f8f416fd158cbb843d73f0286f089b641f7352c57e
4
+ data.tar.gz: a6e248687a6a53f7e4868bd86b382392d77ae017be6b30beee1c603d54c847e8
5
5
  SHA512:
6
- metadata.gz: fdfa58358a40cfde5d5d8e0b0737f6cc801de9f6ecfb4a4083aed461f1d2e5b97d41c471c5fa0b2423293454b2fd2bb6ad58c6efb9756fc60c8cb89e60be5f78
7
- data.tar.gz: 48deb3a3c0d707e9065079121a7e95c343d895ba80ec4ca786d089d66bfb3506a00921615d46be3b1979888cf28a8b77a1c227475eee140dd5f8d63c7464e208
6
+ metadata.gz: 65d15b5fd34ed6ea4db46c27e12edbaaf8239a002fb4402c438c789e6cc77a0037350febf1eedb562830715cc3a277ac647eae38797e3707f1d0a1b95676a859
7
+ data.tar.gz: d1b1fa5243928675d3e4c15ee1f1515d48214e743e98884ffb0156e395bf31b6e86d49374a9092f110d7c3ab273f0155b5585e16e6d2adfe174fa8b3d6f92b95
data/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # Release history for google-apis-containeranalysis_v1alpha1
2
2
 
3
+ ### v0.17.0 (2021-11-11)
4
+
5
+ * Regenerated from discovery document revision 20211105
6
+
7
+ ### v0.16.0 (2021-10-21)
8
+
9
+ * Regenerated from discovery document revision 20211015
10
+ * Unspecified changes
11
+
12
+ ### v0.15.0 (2021-09-16)
13
+
14
+ * Regenerated from discovery document revision 20210913
15
+
16
+ ### v0.14.0 (2021-09-02)
17
+
18
+ * Regenerated from discovery document revision 20210825
19
+
3
20
  ### v0.13.0 (2021-08-26)
4
21
 
5
22
  * Regenerated from discovery document revision 20210820
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