google-apis-containeranalysis_v1beta1 0.10.0 → 0.14.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: b6f5a74e4569fe342ba476395aefbf816fb76878168370b351cf3e670f9f9d90
4
- data.tar.gz: 632caf2b409d0cefc1399c7e52b12b45ec3f6dc6a843af3e25e05243ceec8c5a
3
+ metadata.gz: d80ad5247e865bfaa63fd74f3230f0ac1c7e8ba06acd124af67fd1a2404dfde1
4
+ data.tar.gz: 989a54930d2052c339567ab1eff4bb85df9688ec0a218e0f6e5d8beadf28dd39
5
5
  SHA512:
6
- metadata.gz: addf30801fb545ceb0527a52a0ca86601013b75957ee655c62d6eb66af9dd6c654ff037433c322a8e383c5d44879cce6d04bf27844cddfe6947c324378bbac32
7
- data.tar.gz: 1237836f1dfd0d1de5ba7ee9a2063d1b15426f2b1e7a4aff843cea2ea59c353aa551df6f4468e824b9b4c59a91d8cdf0ed97102983f11c1a73cd6c8515ad3c46
6
+ metadata.gz: b1b3a027b3f76956113b74edaf55bc4566fd499902b3e38308c4b3193aaf27157979a3d06d76047d90db829ad64437872abc1e14fd8ac36ec145d276533ca0f4
7
+ data.tar.gz: e1aff41e0ed8333941e2e039598c9f737b02e5cd2830ccfebd8142cd118c718bdc710b7ab65f62d99d478a5550297fa2a59cec248b3bb22d820376ec2d783723
data/CHANGELOG.md CHANGED
@@ -1,5 +1,23 @@
1
1
  # Release history for google-apis-containeranalysis_v1beta1
2
2
 
3
+ ### v0.14.0 (2022-01-20)
4
+
5
+ * Regenerated from discovery document revision 20220112
6
+ * Regenerated using generator version 0.4.1
7
+
8
+ ### v0.13.0 (2021-12-16)
9
+
10
+ * Unspecified changes
11
+
12
+ ### v0.12.0 (2021-11-11)
13
+
14
+ * Regenerated from discovery document revision 20211105
15
+
16
+ ### v0.11.0 (2021-10-21)
17
+
18
+ * Regenerated from discovery document revision 20211015
19
+ * Unspecified changes
20
+
3
21
  ### v0.10.0 (2021-09-16)
4
22
 
5
23
  * Regenerated from discovery document revision 20210913
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