google-apis-compute_beta 0.139.0 → 0.140.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: 5f741c6bb02443707999b6b737d6550ec69594618c1f8de0bec7fab03fe2f714
4
- data.tar.gz: bd9aab5c6cbcce2c7fd9df58d7c15c72b27157af997dfe58ff2c57306ae58bba
3
+ metadata.gz: 52294adfe28e3d11bc0266d0968122af8d743c533246b42cd5e0a7176210af60
4
+ data.tar.gz: 2774c80d12e91c4dcfa9a843bf17a17d13a5a30eade59e1075bd8a3da56e2f8f
5
5
  SHA512:
6
- metadata.gz: 057753eeb41277eb06c17544f686a2eb7103791686ff9442da88fd127708fcb13ad3f31e97c928462c1b7358252974d0101f90827fd68f86fbe7c37aa21a4235
7
- data.tar.gz: 45a02d357e1acb4e5c3cdf2e11c29b97cc87f6824439b7ec47e2cfb3a1bb7ea368cbd6f724cfec15435caa31dff782aec2e4de07f4c0920861b78faa55732f4f
6
+ metadata.gz: 246ed918c57231f37b6de09a2fc7225a9a8ec508af385010ba8d93612a8355760e3ab24620d16706af369cc6dc8fefa5b60b7240fe99a9189003abee15093cf5
7
+ data.tar.gz: 65a3d2dcc7fd84f93c53c43f9c8c545f371badc5fecfc54e28d6576b4093cdfdc6bd2fe414c18cd2251d0470fa2ca9ee8e8853261f57f31cc9d2f9c9c5b0d6e4
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-compute_beta
2
2
 
3
+ ### v0.140.0 (2026-06-14)
4
+
5
+ * Regenerated from discovery document revision 20260530
6
+ * Regenerated using generator version 0.19.0
7
+
3
8
  ### v0.139.0 (2026-05-17)
4
9
 
5
10
  * Regenerated from discovery document revision 20260501
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 3.1+.
86
+ This library is supported on Ruby 3.2+.
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