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 +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/compute_v1/classes.rb +4 -4
- data/lib/google/apis/compute_v1/gem_version.rb +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 84365409fcefbb1ef9dc81f536e30b92043e38cd23dd39029eef459b07690f58
|
4
|
+
data.tar.gz: 787a865d82247d0404ab634d1ce45317e47a10a63aa73385755eb7b4dd1a4adf
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5890dbb9a0e80de65a45f546a2cbbed7ecf5e585d97f0c86d279f2c66b883d16d4fc7ed225c1932acd935388629f3bcbd1cfa83de86b5110705746e152273c91
|
7
|
+
data.tar.gz: b30b1651ba9a822e90d4f8bcc7349a6ed11c440e135355f1cf9fa991657a86324bdb5a3cb777ef00b2675261a3c75ef2a2eb0a96aa53a98672f0d5ee1378ef38
|
data/CHANGELOG.md
CHANGED
@@ -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
|
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
|
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. *
|
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
|
-
#
|
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.
|
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 = "
|
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.
|
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.
|
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:
|