google-apis-compute_v1 0.118.0 → 0.119.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: 1a52d867eeb7963ffe205b67a952339468fda849d5c715d106caf85a48ff1e22
4
- data.tar.gz: 01e2e3b6197484cd9751bbbbdc7e6590a7f5bf6b7b3c16792889a0adaa25da9d
3
+ metadata.gz: 48e6680acadc37783906d55af98e654ccc44c0d482c8f1f745a9417d690c64c1
4
+ data.tar.gz: ab524b3d0df213ba87bc467c79db676862f803341e72d2718786a54b12430d98
5
5
  SHA512:
6
- metadata.gz: d120b491e8943bb68b18828045e5a672fda5c3bea1dfd5e5ce728073c5e0a7b618132acb09cd0e6460e16e70fb80813ddbcbee0e45a6addda67e39e7828f8fba
7
- data.tar.gz: e89bf3e416faf136132ce93490359a9423d1dedf03548369c5bef1f1c3e46422bc389fedbd0ea68a811f80fc27f0eb1b2f90f9a4dbe831729a800a4140821506
6
+ metadata.gz: 3b0dab2c400a4a94f86a0f30aadf2d7e80507e66032990f2322aa801543dd6d67d7986580f46476a248ad013749438490a29319861d4ea20799a189a4c4cd495
7
+ data.tar.gz: 4c4b7d42d2426e1264b1aa87371afe077834b17b71e2c38e479fabc58393afce06cb9fb00d4f85ec1de8e71fd8a87bf1f4b5e4ae283ff9421b11c53b7e91a48d
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-compute_v1
2
2
 
3
+ ### v0.119.0 (2025-05-04)
4
+
5
+ * Regenerated from discovery document revision 20250427
6
+ * Regenerated using generator version 0.17.0
7
+
3
8
  ### v0.118.0 (2025-04-20)
4
9
 
5
10
  * Regenerated from discovery document revision 20250415
data/OVERVIEW.md CHANGED
@@ -83,7 +83,7 @@ The [product documentation](https://cloud.google.com/compute/) may provide guida
83
83
 
84
84
  ## Supported Ruby versions
85
85
 
86
- This library is supported on Ruby 2.7+.
86
+ This library is supported on Ruby 3.1+.
87
87
 
88
88
  Google provides official support for Ruby versions that are actively supported by Ruby Core -- that is, Ruby versions that are either in normal maintenance or in security maintenance, and not end of life. Older versions of Ruby _may_ still work, but are unsupported and not recommended. See https://www.ruby-lang.org/en/downloads/branches/ for details about the Ruby support schedule.
89
89