google-cloud-network_connectivity-v1 0.2.0 → 0.4.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/AUTHENTICATION.md +1 -1
- data/README.md +10 -5
- data/lib/google/cloud/network_connectivity/v1/hub_service/client.rb +49 -47
- data/lib/google/cloud/network_connectivity/v1/hub_service/operations.rb +3 -0
- data/lib/google/cloud/network_connectivity/v1/policy_based_routing_service/client.rb +749 -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 +770 -0
- data/lib/google/cloud/network_connectivity/v1/policy_based_routing_service/paths.rb +86 -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 +3 -0
- data/lib/google/cloud/networkconnectivity/v1/common_pb.rb +3 -2
- data/lib/google/cloud/networkconnectivity/v1/hub_pb.rb +12 -7
- data/lib/google/cloud/networkconnectivity/v1/hub_services_pb.rb +12 -10
- data/lib/google/cloud/networkconnectivity/v1/policy_based_routing_pb.rb +108 -0
- data/lib/google/cloud/networkconnectivity/v1/policy_based_routing_services_pb.rb +52 -0
- data/proto_docs/google/cloud/networkconnectivity/v1/hub.rb +108 -77
- data/proto_docs/google/cloud/networkconnectivity/v1/policy_based_routing.rb +295 -0
- data/proto_docs/google/protobuf/any.rb +3 -3
- data/proto_docs/google/protobuf/empty.rb +0 -2
- metadata +20 -12
@@ -44,7 +44,7 @@ module Google
|
|
44
44
|
# foo = any.unpack(Foo.class);
|
45
45
|
# }
|
46
46
|
#
|
47
|
-
#
|
47
|
+
# Example 3: Pack and unpack a message in Python.
|
48
48
|
#
|
49
49
|
# foo = Foo(...)
|
50
50
|
# any = Any()
|
@@ -54,7 +54,7 @@ module Google
|
|
54
54
|
# any.Unpack(foo)
|
55
55
|
# ...
|
56
56
|
#
|
57
|
-
#
|
57
|
+
# Example 4: Pack and unpack a message in Go
|
58
58
|
#
|
59
59
|
# foo := &pb.Foo{...}
|
60
60
|
# any, err := anypb.New(foo)
|
@@ -75,7 +75,7 @@ module Google
|
|
75
75
|
#
|
76
76
|
#
|
77
77
|
# JSON
|
78
|
-
#
|
78
|
+
#
|
79
79
|
# The JSON representation of an `Any` value uses the regular
|
80
80
|
# representation of the deserialized, embedded message, with an
|
81
81
|
# additional field `@type` which contains the type URL. Example:
|
@@ -26,8 +26,6 @@ module Google
|
|
26
26
|
# service Foo {
|
27
27
|
# rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty);
|
28
28
|
# }
|
29
|
-
#
|
30
|
-
# The JSON representation for `Empty` is empty JSON object `{}`.
|
31
29
|
class Empty
|
32
30
|
include ::Google::Protobuf::MessageExts
|
33
31
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
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.4.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: 2022-
|
11
|
+
date: 2022-11-08 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.12'
|
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.12'
|
30
30
|
- - "<"
|
31
31
|
- !ruby/object:Gem::Version
|
32
32
|
version: 2.a
|
@@ -50,28 +50,28 @@ dependencies:
|
|
50
50
|
requirements:
|
51
51
|
- - "~>"
|
52
52
|
- !ruby/object:Gem::Version
|
53
|
-
version: 1.
|
53
|
+
version: 1.26.1
|
54
54
|
type: :development
|
55
55
|
prerelease: false
|
56
56
|
version_requirements: !ruby/object:Gem::Requirement
|
57
57
|
requirements:
|
58
58
|
- - "~>"
|
59
59
|
- !ruby/object:Gem::Version
|
60
|
-
version: 1.
|
60
|
+
version: 1.26.1
|
61
61
|
- !ruby/object:Gem::Dependency
|
62
62
|
name: minitest
|
63
63
|
requirement: !ruby/object:Gem::Requirement
|
64
64
|
requirements:
|
65
65
|
- - "~>"
|
66
66
|
- !ruby/object:Gem::Version
|
67
|
-
version: '5.
|
67
|
+
version: '5.16'
|
68
68
|
type: :development
|
69
69
|
prerelease: false
|
70
70
|
version_requirements: !ruby/object:Gem::Requirement
|
71
71
|
requirements:
|
72
72
|
- - "~>"
|
73
73
|
- !ruby/object:Gem::Version
|
74
|
-
version: '5.
|
74
|
+
version: '5.16'
|
75
75
|
- !ruby/object:Gem::Dependency
|
76
76
|
name: minitest-focus
|
77
77
|
requirement: !ruby/object:Gem::Requirement
|
@@ -106,14 +106,14 @@ dependencies:
|
|
106
106
|
requirements:
|
107
107
|
- - ">="
|
108
108
|
- !ruby/object:Gem::Version
|
109
|
-
version: '
|
109
|
+
version: '13.0'
|
110
110
|
type: :development
|
111
111
|
prerelease: false
|
112
112
|
version_requirements: !ruby/object:Gem::Requirement
|
113
113
|
requirements:
|
114
114
|
- - ">="
|
115
115
|
- !ruby/object:Gem::Version
|
116
|
-
version: '
|
116
|
+
version: '13.0'
|
117
117
|
- !ruby/object:Gem::Dependency
|
118
118
|
name: redcarpet
|
119
119
|
requirement: !ruby/object:Gem::Requirement
|
@@ -178,15 +178,23 @@ files:
|
|
178
178
|
- lib/google/cloud/network_connectivity/v1/hub_service/credentials.rb
|
179
179
|
- lib/google/cloud/network_connectivity/v1/hub_service/operations.rb
|
180
180
|
- lib/google/cloud/network_connectivity/v1/hub_service/paths.rb
|
181
|
+
- lib/google/cloud/network_connectivity/v1/policy_based_routing_service.rb
|
182
|
+
- lib/google/cloud/network_connectivity/v1/policy_based_routing_service/client.rb
|
183
|
+
- lib/google/cloud/network_connectivity/v1/policy_based_routing_service/credentials.rb
|
184
|
+
- lib/google/cloud/network_connectivity/v1/policy_based_routing_service/operations.rb
|
185
|
+
- lib/google/cloud/network_connectivity/v1/policy_based_routing_service/paths.rb
|
181
186
|
- lib/google/cloud/network_connectivity/v1/version.rb
|
182
187
|
- lib/google/cloud/networkconnectivity/v1/common_pb.rb
|
183
188
|
- lib/google/cloud/networkconnectivity/v1/hub_pb.rb
|
184
189
|
- lib/google/cloud/networkconnectivity/v1/hub_services_pb.rb
|
190
|
+
- lib/google/cloud/networkconnectivity/v1/policy_based_routing_pb.rb
|
191
|
+
- lib/google/cloud/networkconnectivity/v1/policy_based_routing_services_pb.rb
|
185
192
|
- proto_docs/README.md
|
186
193
|
- proto_docs/google/api/field_behavior.rb
|
187
194
|
- proto_docs/google/api/resource.rb
|
188
195
|
- proto_docs/google/cloud/networkconnectivity/v1/common.rb
|
189
196
|
- proto_docs/google/cloud/networkconnectivity/v1/hub.rb
|
197
|
+
- proto_docs/google/cloud/networkconnectivity/v1/policy_based_routing.rb
|
190
198
|
- proto_docs/google/longrunning/operations.rb
|
191
199
|
- proto_docs/google/protobuf/any.rb
|
192
200
|
- proto_docs/google/protobuf/duration.rb
|
@@ -206,14 +214,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
206
214
|
requirements:
|
207
215
|
- - ">="
|
208
216
|
- !ruby/object:Gem::Version
|
209
|
-
version: '2.
|
217
|
+
version: '2.6'
|
210
218
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
211
219
|
requirements:
|
212
220
|
- - ">="
|
213
221
|
- !ruby/object:Gem::Version
|
214
222
|
version: '0'
|
215
223
|
requirements: []
|
216
|
-
rubygems_version: 3.3.
|
224
|
+
rubygems_version: 3.3.14
|
217
225
|
signing_key:
|
218
226
|
specification_version: 4
|
219
227
|
summary: API Client library for the Network Connectivity V1 API
|