google-cloud-compute-v1 2.17.0 → 2.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 +4 -4
- data/lib/google/cloud/compute/v1/compute_pb.rb +24 -1
- data/lib/google/cloud/compute/v1/network_firewall_policies/rest/client.rb +406 -0
- data/lib/google/cloud/compute/v1/network_firewall_policies/rest/service_stub.rb +250 -0
- data/lib/google/cloud/compute/v1/region_commitments/rest/client.rb +2 -2
- data/lib/google/cloud/compute/v1/routers/rest/client.rb +631 -0
- data/lib/google/cloud/compute/v1/routers/rest/service_stub.rb +380 -0
- data/lib/google/cloud/compute/v1/version.rb +1 -1
- data/proto_docs/google/api/client.rb +6 -0
- data/proto_docs/google/cloud/compute/v1/compute.rb +501 -38
- metadata +3 -3
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-cloud-compute-v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.
|
4
|
+
version: 2.18.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
bindir: bin
|
9
9
|
cert_chain: []
|
10
|
-
date: 2025-
|
10
|
+
date: 2025-02-25 00:00:00.000000000 Z
|
11
11
|
dependencies:
|
12
12
|
- !ruby/object:Gem::Dependency
|
13
13
|
name: gapic-common
|
@@ -677,7 +677,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
677
677
|
- !ruby/object:Gem::Version
|
678
678
|
version: '0'
|
679
679
|
requirements: []
|
680
|
-
rubygems_version: 3.6.
|
680
|
+
rubygems_version: 3.6.5
|
681
681
|
specification_version: 4
|
682
682
|
summary: API Client library for the Google Cloud Compute V1 API
|
683
683
|
test_files: []
|