google-apis-containeranalysis_v1beta1 0.9.0 → 0.13.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: c943a4451bc6ac4d5b1f5c7bc44ad1f26488f42506452e21198c3c5518fa4ef3
4
- data.tar.gz: 0ccc32d85bdae73d8d68e1d510264ddef5423a24f4a924f5b40c9d9ae28596dd
3
+ metadata.gz: e1b32f60f2d7105b9df439f28e18caa199c065b70f872c4c7dfa497e5c4cac65
4
+ data.tar.gz: dbe8edf3c76f4821348e9528551b81f8655fb27c543bb741d76850c0462b5c5c
5
5
  SHA512:
6
- metadata.gz: 764372efeec2a2f0b1d716785adb0314efc8813b44eae180fd7d47e42854833e4ba7e5267f516942020633125352b85480f2860844e32d785c27b88ec96057b6
7
- data.tar.gz: 031652b30cf9a14af6444ff1854370d8c3e92e304bfb360ad59c0f3148744c79e2e8a127fcb2eb9fd1dbb56a96e93749b7466442e96ed1e74d65a14d5715a7e6
6
+ metadata.gz: 69083ae3ac23024997d1bef33ef951a5b1797b6bfba0f4cf9099cd5806adab5a468d7d1bdc75346ac10ca321a74bee608ac9739d2ec97c43e44c430b17d10017
7
+ data.tar.gz: dd8539f44fde5c8a92c3c1f19aa1d4c3e2fa9aa70c769bd3123164e5eabcce985d53f34ebae4c88dff2fc2c09f2aaeae06207f68260b166e7069fbf65e734540
data/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # Release history for google-apis-containeranalysis_v1beta1
2
2
 
3
+ ### v0.13.0 (2021-12-16)
4
+
5
+ * Unspecified changes
6
+
7
+ ### v0.12.0 (2021-11-11)
8
+
9
+ * Regenerated from discovery document revision 20211105
10
+
11
+ ### v0.11.0 (2021-10-21)
12
+
13
+ * Regenerated from discovery document revision 20211015
14
+ * Unspecified changes
15
+
16
+ ### v0.10.0 (2021-09-16)
17
+
18
+ * Regenerated from discovery document revision 20210913
19
+
3
20
  ### v0.9.0 (2021-08-19)
4
21
 
5
22
  * Regenerated from discovery document revision 20210813
data/OVERVIEW.md CHANGED
@@ -51,7 +51,7 @@ require "google/apis/containeranalysis_v1beta1"
51
51
  client = Google::Apis::ContaineranalysisV1beta1::ContainerAnalysisService.new
52
52
 
53
53
  # Authenticate calls
54
- client.authentication = # ... use the googleauth gem to create credentials
54
+ client.authorization = # ... use the googleauth gem to create credentials
55
55
  ```
56
56
 
57
57
  See the class reference docs for information on the methods you can call from a client.
@@ -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