google-apis-compute_v1 0.127.0 → 0.128.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: b0320b9a254020a60618d22c82e586b83c82679c5bfe5c0eb6556bd50c2c38ad
4
- data.tar.gz: 45a5a10bd4fff5814a740536ea78879170537918c3b190ffa40979d5d3282070
3
+ metadata.gz: 84365409fcefbb1ef9dc81f536e30b92043e38cd23dd39029eef459b07690f58
4
+ data.tar.gz: 787a865d82247d0404ab634d1ce45317e47a10a63aa73385755eb7b4dd1a4adf
5
5
  SHA512:
6
- metadata.gz: 4043d81746e5c725f0944b786697bab5e66b88dc677fcf5f1254353ac37fe8e4754bf617ac902a2763ea477f2f31b4ef0ccd4eadb11e471d1696889d05dd2d4c
7
- data.tar.gz: ffbc575b9678d4323e0549409bf871aca49e40dafcec7b44182c891b66e7889d46bd1fdf2f31ed958619a4357ac31fdf6cfdb2f32b03a404da0a40a8df098b7c
6
+ metadata.gz: 5890dbb9a0e80de65a45f546a2cbbed7ecf5e585d97f0c86d279f2c66b883d16d4fc7ed225c1932acd935388629f3bcbd1cfa83de86b5110705746e152273c91
7
+ data.tar.gz: b30b1651ba9a822e90d4f8bcc7349a6ed11c440e135355f1cf9fa991657a86324bdb5a3cb777ef00b2675261a3c75ef2a2eb0a96aa53a98672f0d5ee1378ef38
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-compute_v1
2
2
 
3
+ ### v0.128.0 (2025-08-17)
4
+
5
+ * Regenerated from discovery document revision 20250807
6
+
3
7
  ### v0.127.0 (2025-08-10)
4
8
 
5
9
  * Regenerated from discovery document revision 20250729
@@ -3759,7 +3759,7 @@ module Google
3759
3759
  # was redirected to the load balancer. - MAGLEV: used as a drop in replacement
3760
3760
  # for the ring hash load balancer. Maglev is not as stable as ring hash but has
3761
3761
  # faster table lookup build times and host selection times. For more information
3762
- # about Maglev, see https://ai.google/research/pubs/pub44824 -
3762
+ # about Maglev, see Maglev: A Fast and Reliable Software Network Load Balancer. -
3763
3763
  # WEIGHTED_ROUND_ROBIN: Per-endpoint Weighted Round Robin Load Balancing using
3764
3764
  # weights computed from Backend reported Custom Metrics. If set, the Backend
3765
3765
  # Service responses are expected to contain non-standard HTTP response header
@@ -3890,7 +3890,7 @@ module Google
3890
3890
  attr_accessor :service_bindings
3891
3891
 
3892
3892
  # URL to networkservices.ServiceLbPolicy resource. Can only be set if load
3893
- # balancing scheme is EXTERNAL, EXTERNAL_MANAGED, INTERNAL_MANAGED or
3893
+ # balancing scheme is EXTERNAL_MANAGED, INTERNAL_MANAGED or
3894
3894
  # INTERNAL_SELF_MANAGED and the scope is global.
3895
3895
  # Corresponds to the JSON property `serviceLbPolicy`
3896
3896
  # @return [String]
@@ -49102,10 +49102,10 @@ module Google
49102
49102
  # HTTPS Proxy resources: * [Global](/compute/docs/reference/rest/v1/
49103
49103
  # targetHttpsProxies) * [Regional](/compute/docs/reference/rest/v1/
49104
49104
  # regionTargetHttpsProxies) A target HTTPS proxy is a component of Google Cloud
49105
- # HTTPS load balancers. * targetHttpProxies are used by global external
49105
+ # HTTPS load balancers. * targetHttpsProxies are used by global external
49106
49106
  # Application Load Balancers, classic Application Load Balancers, cross-region
49107
49107
  # internal Application Load Balancers, and Traffic Director. *
49108
- # regionTargetHttpProxies are used by regional internal Application Load
49108
+ # regionTargetHttpsProxies are used by regional internal Application Load
49109
49109
  # Balancers and regional external Application Load Balancers. Forwarding rules
49110
49110
  # reference a target HTTPS proxy, and the target proxy then references a URL map.
49111
49111
  # For more information, read Using Target Proxies and Forwarding rule concepts.
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ComputeV1
18
18
  # Version of the google-apis-compute_v1 gem
19
- GEM_VERSION = "0.127.0"
19
+ GEM_VERSION = "0.128.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.18.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20250729"
25
+ REVISION = "20250807"
26
26
  end
27
27
  end
28
28
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-compute_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.127.0
4
+ version: 0.128.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -57,7 +57,7 @@ licenses:
57
57
  metadata:
58
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
59
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-compute_v1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-compute_v1/v0.127.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-compute_v1/v0.128.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-compute_v1
62
62
  rdoc_options: []
63
63
  require_paths: