google-cloud-network_connectivity-v1 0.6.1 → 0.7.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/google/cloud/network_connectivity/v1/hub_service/client.rb +10 -1
- data/lib/google/cloud/network_connectivity/v1/hub_service/operations.rb +10 -1
- data/lib/google/cloud/network_connectivity/v1/policy_based_routing_service/client.rb +786 -0
- data/lib/google/cloud/network_connectivity/v1/policy_based_routing_service/credentials.rb +51 -0
- data/lib/google/cloud/network_connectivity/v1/policy_based_routing_service/operations.rb +779 -0
- data/lib/google/cloud/network_connectivity/v1/policy_based_routing_service/paths.rb +84 -0
- data/lib/google/cloud/network_connectivity/v1/policy_based_routing_service.rb +51 -0
- data/lib/google/cloud/network_connectivity/v1/version.rb +1 -1
- data/lib/google/cloud/network_connectivity/v1.rb +1 -0
- data/lib/google/cloud/networkconnectivity/v1/policy_based_routing_pb.rb +64 -0
- data/lib/google/cloud/networkconnectivity/v1/policy_based_routing_services_pb.rb +52 -0
- data/proto_docs/google/api/field_behavior.rb +14 -0
- data/proto_docs/google/cloud/networkconnectivity/v1/policy_based_routing.rb +312 -0
- metadata +13 -5
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-cloud-network_connectivity-v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.7.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-
|
11
|
+
date: 2023-09-12 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: gapic-common
|
@@ -16,7 +16,7 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - ">="
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: 0.
|
19
|
+
version: 0.20.0
|
20
20
|
- - "<"
|
21
21
|
- !ruby/object:Gem::Version
|
22
22
|
version: 2.a
|
@@ -26,7 +26,7 @@ dependencies:
|
|
26
26
|
requirements:
|
27
27
|
- - ">="
|
28
28
|
- !ruby/object:Gem::Version
|
29
|
-
version: 0.
|
29
|
+
version: 0.20.0
|
30
30
|
- - "<"
|
31
31
|
- !ruby/object:Gem::Version
|
32
32
|
version: 2.a
|
@@ -218,10 +218,17 @@ files:
|
|
218
218
|
- lib/google/cloud/network_connectivity/v1/hub_service/credentials.rb
|
219
219
|
- lib/google/cloud/network_connectivity/v1/hub_service/operations.rb
|
220
220
|
- lib/google/cloud/network_connectivity/v1/hub_service/paths.rb
|
221
|
+
- lib/google/cloud/network_connectivity/v1/policy_based_routing_service.rb
|
222
|
+
- lib/google/cloud/network_connectivity/v1/policy_based_routing_service/client.rb
|
223
|
+
- lib/google/cloud/network_connectivity/v1/policy_based_routing_service/credentials.rb
|
224
|
+
- lib/google/cloud/network_connectivity/v1/policy_based_routing_service/operations.rb
|
225
|
+
- lib/google/cloud/network_connectivity/v1/policy_based_routing_service/paths.rb
|
221
226
|
- lib/google/cloud/network_connectivity/v1/version.rb
|
222
227
|
- lib/google/cloud/networkconnectivity/v1/common_pb.rb
|
223
228
|
- lib/google/cloud/networkconnectivity/v1/hub_pb.rb
|
224
229
|
- lib/google/cloud/networkconnectivity/v1/hub_services_pb.rb
|
230
|
+
- lib/google/cloud/networkconnectivity/v1/policy_based_routing_pb.rb
|
231
|
+
- lib/google/cloud/networkconnectivity/v1/policy_based_routing_services_pb.rb
|
225
232
|
- proto_docs/README.md
|
226
233
|
- proto_docs/google/api/client.rb
|
227
234
|
- proto_docs/google/api/field_behavior.rb
|
@@ -229,6 +236,7 @@ files:
|
|
229
236
|
- proto_docs/google/api/resource.rb
|
230
237
|
- proto_docs/google/cloud/networkconnectivity/v1/common.rb
|
231
238
|
- proto_docs/google/cloud/networkconnectivity/v1/hub.rb
|
239
|
+
- proto_docs/google/cloud/networkconnectivity/v1/policy_based_routing.rb
|
232
240
|
- proto_docs/google/longrunning/operations.rb
|
233
241
|
- proto_docs/google/protobuf/any.rb
|
234
242
|
- proto_docs/google/protobuf/duration.rb
|
@@ -255,7 +263,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
255
263
|
- !ruby/object:Gem::Version
|
256
264
|
version: '0'
|
257
265
|
requirements: []
|
258
|
-
rubygems_version: 3.4.
|
266
|
+
rubygems_version: 3.4.19
|
259
267
|
signing_key:
|
260
268
|
specification_version: 4
|
261
269
|
summary: This API enables connectivity with and between Google Cloud resources.
|