google-apis-compute_beta 0.19.0 → 0.23.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1571c714276dcb0b0c9f012072bc2e3adfc68e16f7a799a54182335ae19554d2
4
- data.tar.gz: 9b200a23bf268b31837193e71770cef8d01527a3d1c802d3451788f60b14ab63
3
+ metadata.gz: 91938d95d32737298a1125dd1767c1d51bd3dff67025118f93699a9dc5a39383
4
+ data.tar.gz: 77622a0280627fe26ca8271ca57a2f31d39ab208a8a4f164ca850f05d623bc2f
5
5
  SHA512:
6
- metadata.gz: 2fce585534f9b4634b4ed9fc3112a16691d09091796a7245606fedafd00b7fe9b9b384d2d2e2823a4fcf053e99a729bf84fcdfd27911fffa32d601dce0c4e8bc
7
- data.tar.gz: d36233bb8a115601f66cf2a0ca46747f45b70c81011ee5b9d5fbd8dbf650b38f76c799e39415db515d7978e8288865bf5cb1737e80c7b6316b19a2b299334990
6
+ metadata.gz: db67d83166ae9c3e1c65058673117241f769d0204a0c684a6e8b0b7d957c177ed2dea1719d59a94d7b5b582f087777d6d1f7199fc3a78ca0be203c9280bfbaff
7
+ data.tar.gz: 293c32a5ac9fa846dca85a1fdcabed272561767993fa67588219441c6713046682f00247a4a65c1b3d9af95fb74f90c44e5020d5a837e22820cf3a3a44c34b3b
data/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # Release history for google-apis-compute_beta
2
2
 
3
+ ### v0.23.0 (2022-01-08)
4
+
5
+ * Regenerated from discovery document revision 20211228
6
+ * Unspecified changes
7
+
8
+ ### v0.22.0 (2021-12-11)
9
+
10
+ * Regenerated from discovery document revision 20211208
11
+
12
+ ### v0.21.0 (2021-12-02)
13
+
14
+ * Regenerated from discovery document revision 20211130
15
+
16
+ ### v0.20.0 (2021-11-10)
17
+
18
+ * Regenerated from discovery document revision 20211025
19
+
3
20
  ### v0.19.0 (2021-10-26)
4
21
 
5
22
  * Regenerated from discovery document revision 20211019
data/OVERVIEW.md CHANGED
@@ -51,7 +51,7 @@ require "google/apis/compute_beta"
51
51
  client = Google::Apis::ComputeBeta::ComputeService.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.