google-apis-compute_alpha 0.14.0 → 0.18.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: c3ca4a899f7b4d95b00ea1dc20be9b1a3ce945a1703b6931331ec6735f44a4ad
4
- data.tar.gz: d26852ab02d32518bed06d68655c825432eaae3700f82f5d8190a8ba981b28a0
3
+ metadata.gz: de68cbba976912ce31c41751af6ca0e74763773b4ed2d78a168664ff02b5625c
4
+ data.tar.gz: 603924664fd51e2480ac0c78c0967b4761470ee05c090cfc3d03d53221e559f8
5
5
  SHA512:
6
- metadata.gz: baf9b19559d53bef228cc5540f7e8826cfb55a68fef80d4172810bd1b17ab2f807f7477eee6c7f74977a2aaa22251e46cea887617f763ec4fdf172abda521d7c
7
- data.tar.gz: 4370cfbeebcd075c72b6752d44af60ea203b9361df0823c695595e38b566b7a442ec606a13aea4b900c135d6c91fff77a0ee04ef93e1e4af53b4208555e106b9
6
+ metadata.gz: c7371df097bf2c5ff92a40c2b306a465af8ff10d2aaaf85788c2d9370c9fb93c2c4b232c595d0de25f29850241863557d3dbbdff9ab24d32abfd9f3a319e3534
7
+ data.tar.gz: 5d486ee79d99552e5c943bbe90828903fb77745ed8f60f682a79649b25c8064030c808fa10b08a53b430aba154b4df2ef2730ccc94200b2ab8decf68df7e5e7f
data/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # Release history for google-apis-compute_alpha
2
2
 
3
+ ### v0.18.0 (2021-10-01)
4
+
5
+ * Regenerated from discovery document revision 20210918
6
+
7
+ ### v0.17.0 (2021-09-14)
8
+
9
+ * Regenerated from discovery document revision 20210907
10
+
11
+ ### v0.16.0 (2021-09-04)
12
+
13
+ * Regenerated from discovery document revision 20210820
14
+
15
+ ### v0.15.0 (2021-07-29)
16
+
17
+ * Regenerated from discovery document revision 20210719
18
+
3
19
  ### v0.14.0 (2021-06-29)
4
20
 
5
21
  * Regenerated using generator version 0.4.0
data/OVERVIEW.md CHANGED
@@ -79,7 +79,7 @@ Gem names for modern clients are often of the form `google-cloud-<service_name>`
79
79
 
80
80
  **For most users, we recommend the modern client, if one is available.** Compared with simple clients, modern clients are generally much easier to use and more Ruby-like, support more advanced features such as streaming and long-running operations, and often provide much better performance. You may consider using a simple client instead, if a modern client is not yet available for the service you want to use, or if you are not able to use gRPC on your infrastructure.
81
81
 
82
- The [product documentation](https://developers.google.com/compute/docs/reference/latest/) may provide guidance regarding the preferred client library to use.
82
+ The [product documentation](https://cloud.google.com/compute/) may provide guidance regarding the preferred client library to use.
83
83
 
84
84
  ## Supported Ruby versions
85
85