google-apis-containeranalysis_v1alpha1 0.15.0 → 0.19.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: 80537a13075a5e455e0d123601c1ca760dc2a9619ab33ac97bebec4635c8dfa3
4
- data.tar.gz: f1ed78bcb00111531087446ed0462fff0fe05bb5b0feaf9f0436edc1d737b8c6
3
+ metadata.gz: b0e5bb097f290c194aba122c1cd51c72f99bbadad40e4053e76c5c2b7f6f880c
4
+ data.tar.gz: c6e6fe7dfcc04983b591a9237acca2c6761d3422dfd11af400d78536346b25a7
5
5
  SHA512:
6
- metadata.gz: a5b071f3b91c87c64da4abf2d446f3dd4c0129cd9949448ca809af12d845c0d47861d4af413c91276ef382de23f9d0623672673d818ff1a1d3d1a514f6e13726
7
- data.tar.gz: 803371d43e140b4d3a43f97026220e5fa7cf6a115ccb2a77b85e44a44611e140b6e5464ad6f895c8a1f29861e2353dec4812985f36fd3926afe80db7b3185f6f
6
+ metadata.gz: a5007304e2b9a4ecc1df2724e2d42ad23cf89c2b682f45d862c423f0369d0217425b9ca5a3a8b4b04919d0c69c7118455c2edf1c46b18f7066f1873523e38938
7
+ data.tar.gz: b4069c4a1ea8a07ca1dc9ecdd40c77f7f7bb34648e779813d5dc0858f26ebb17473123f2652913a61958265dc0335eb3e00195be43c2a939576303dae25173e6
data/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # Release history for google-apis-containeranalysis_v1alpha1
2
2
 
3
+ ### v0.19.0 (2021-12-16)
4
+
5
+ * Unspecified changes
6
+
7
+ ### v0.18.0 (2021-11-18)
8
+
9
+ * Regenerated from discovery document revision 20211112
10
+
11
+ ### v0.17.0 (2021-11-11)
12
+
13
+ * Regenerated from discovery document revision 20211105
14
+
15
+ ### v0.16.0 (2021-10-21)
16
+
17
+ * Regenerated from discovery document revision 20211015
18
+ * Unspecified changes
19
+
3
20
  ### v0.15.0 (2021-09-16)
4
21
 
5
22
  * Regenerated from discovery document revision 20210913
data/OVERVIEW.md CHANGED
@@ -51,7 +51,7 @@ require "google/apis/containeranalysis_v1alpha1"
51
51
  client = Google::Apis::ContaineranalysisV1alpha1::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