google-cloud-network_services-v1 2.10.0 → 2.10.1
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/network_services/v1/network_services/client.rb +549 -26
- data/lib/google/cloud/network_services/v1/network_services/paths.rb +38 -0
- data/lib/google/cloud/network_services/v1/network_services/rest/client.rb +514 -26
- data/lib/google/cloud/network_services/v1/network_services/rest/service_stub.rb +307 -0
- data/lib/google/cloud/network_services/v1/version.rb +1 -1
- data/lib/google/cloud/networkservices/v1/agent_gateway_pb.rb +41 -0
- data/lib/google/cloud/networkservices/v1/dep_pb.rb +2 -1
- data/lib/google/cloud/networkservices/v1/gateway_pb.rb +1 -1
- data/lib/google/cloud/networkservices/v1/http_route_pb.rb +2 -1
- data/lib/google/cloud/networkservices/v1/mesh_pb.rb +1 -1
- data/lib/google/cloud/networkservices/v1/network_services_pb.rb +2 -1
- data/lib/google/cloud/networkservices/v1/network_services_services_pb.rb +10 -0
- data/lib/google/cloud/networkservices/v1/service_binding_pb.rb +2 -1
- data/lib/google/cloud/networkservices/v1/tls_route_pb.rb +1 -1
- data/proto_docs/google/cloud/networkservices/v1/agent_gateway.rb +302 -0
- data/proto_docs/google/cloud/networkservices/v1/common.rb +4 -4
- data/proto_docs/google/cloud/networkservices/v1/dep.rb +110 -7
- data/proto_docs/google/cloud/networkservices/v1/endpoint_policy.rb +5 -5
- data/proto_docs/google/cloud/networkservices/v1/extensibility.rb +90 -33
- data/proto_docs/google/cloud/networkservices/v1/gateway.rb +11 -1
- data/proto_docs/google/cloud/networkservices/v1/grpc_route.rb +7 -7
- data/proto_docs/google/cloud/networkservices/v1/http_route.rb +13 -7
- data/proto_docs/google/cloud/networkservices/v1/mesh.rb +5 -5
- data/proto_docs/google/cloud/networkservices/v1/tcp_route.rb +7 -7
- data/proto_docs/google/cloud/networkservices/v1/tls_route.rb +15 -7
- metadata +3 -1
|
@@ -26,7 +26,7 @@ module Google
|
|
|
26
26
|
# @!attribute [rw] name
|
|
27
27
|
# @return [::String]
|
|
28
28
|
# Identifier. Name of the TcpRoute resource. It matches pattern
|
|
29
|
-
# `projects/*/locations
|
|
29
|
+
# `projects/*/locations/*/tcpRoutes/tcp_route_name>`.
|
|
30
30
|
# @!attribute [r] self_link
|
|
31
31
|
# @return [::String]
|
|
32
32
|
# Output only. Server-defined URL of this resource
|
|
@@ -51,7 +51,7 @@ module Google
|
|
|
51
51
|
# one of the routing rules to route the requests served by the mesh.
|
|
52
52
|
#
|
|
53
53
|
# Each mesh reference should match the pattern:
|
|
54
|
-
# `projects/*/locations
|
|
54
|
+
# `projects/*/locations/*/meshes/<mesh_name>`
|
|
55
55
|
#
|
|
56
56
|
# The attached Mesh should be of a type SIDECAR
|
|
57
57
|
# @!attribute [rw] gateways
|
|
@@ -60,7 +60,7 @@ module Google
|
|
|
60
60
|
# as one of the routing rules to route the requests served by the gateway.
|
|
61
61
|
#
|
|
62
62
|
# Each gateway reference should match the pattern:
|
|
63
|
-
# `projects/*/locations
|
|
63
|
+
# `projects/*/locations/*/gateways/<gateway_name>`
|
|
64
64
|
# @!attribute [rw] labels
|
|
65
65
|
# @return [::Google::Protobuf::Map{::String => ::String}]
|
|
66
66
|
# Optional. Set of label tags associated with the TcpRoute resource.
|
|
@@ -167,7 +167,7 @@ module Google
|
|
|
167
167
|
# @!attribute [rw] parent
|
|
168
168
|
# @return [::String]
|
|
169
169
|
# Required. The project and location from which the TcpRoutes should be
|
|
170
|
-
# listed, specified in the format `projects/*/locations
|
|
170
|
+
# listed, specified in the format `projects/*/locations/*`.
|
|
171
171
|
# @!attribute [rw] page_size
|
|
172
172
|
# @return [::Integer]
|
|
173
173
|
# Maximum number of TcpRoutes to return per call.
|
|
@@ -210,7 +210,7 @@ module Google
|
|
|
210
210
|
# @!attribute [rw] name
|
|
211
211
|
# @return [::String]
|
|
212
212
|
# Required. A name of the TcpRoute to get. Must be in the format
|
|
213
|
-
# `projects/*/locations
|
|
213
|
+
# `projects/*/locations/*/tcpRoutes/*`.
|
|
214
214
|
class GetTcpRouteRequest
|
|
215
215
|
include ::Google::Protobuf::MessageExts
|
|
216
216
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
@@ -220,7 +220,7 @@ module Google
|
|
|
220
220
|
# @!attribute [rw] parent
|
|
221
221
|
# @return [::String]
|
|
222
222
|
# Required. The parent resource of the TcpRoute. Must be in the
|
|
223
|
-
# format `projects/*/locations
|
|
223
|
+
# format `projects/*/locations/*`.
|
|
224
224
|
# @!attribute [rw] tcp_route_id
|
|
225
225
|
# @return [::String]
|
|
226
226
|
# Required. Short name of the TcpRoute resource to be created.
|
|
@@ -252,7 +252,7 @@ module Google
|
|
|
252
252
|
# @!attribute [rw] name
|
|
253
253
|
# @return [::String]
|
|
254
254
|
# Required. A name of the TcpRoute to delete. Must be in the format
|
|
255
|
-
# `projects/*/locations
|
|
255
|
+
# `projects/*/locations/*/tcpRoutes/*`.
|
|
256
256
|
class DeleteTcpRouteRequest
|
|
257
257
|
include ::Google::Protobuf::MessageExts
|
|
258
258
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
@@ -26,7 +26,7 @@ module Google
|
|
|
26
26
|
# @!attribute [rw] name
|
|
27
27
|
# @return [::String]
|
|
28
28
|
# Identifier. Name of the TlsRoute resource. It matches pattern
|
|
29
|
-
# `projects/*/locations
|
|
29
|
+
# `projects/*/locations/*/tlsRoutes/tls_route_name>`.
|
|
30
30
|
# @!attribute [r] self_link
|
|
31
31
|
# @return [::String]
|
|
32
32
|
# Output only. Server-defined URL of this resource
|
|
@@ -51,7 +51,7 @@ module Google
|
|
|
51
51
|
# one of the routing rules to route the requests served by the mesh.
|
|
52
52
|
#
|
|
53
53
|
# Each mesh reference should match the pattern:
|
|
54
|
-
# `projects/*/locations
|
|
54
|
+
# `projects/*/locations/*/meshes/<mesh_name>`
|
|
55
55
|
#
|
|
56
56
|
# The attached Mesh should be of a type SIDECAR
|
|
57
57
|
# @!attribute [rw] gateways
|
|
@@ -60,7 +60,15 @@ module Google
|
|
|
60
60
|
# as one of the routing rules to route the requests served by the gateway.
|
|
61
61
|
#
|
|
62
62
|
# Each gateway reference should match the pattern:
|
|
63
|
-
# `projects/*/locations
|
|
63
|
+
# `projects/*/locations/*/gateways/<gateway_name>`
|
|
64
|
+
# @!attribute [rw] target_proxies
|
|
65
|
+
# @return [::Array<::String>]
|
|
66
|
+
# Optional. TargetProxies defines a list of TargetTcpProxies this TlsRoute is
|
|
67
|
+
# attached to, as one of the routing rules to route the requests served by
|
|
68
|
+
# the TargetTcpProxy.
|
|
69
|
+
#
|
|
70
|
+
# Each TargetTcpProxy reference should match the pattern:
|
|
71
|
+
# `projects/*/locations/*/targetTcpProxies/<target_tcp_proxy_name>`
|
|
64
72
|
# @!attribute [rw] labels
|
|
65
73
|
# @return [::Google::Protobuf::Map{::String => ::String}]
|
|
66
74
|
# Optional. Set of label tags associated with the TlsRoute resource.
|
|
@@ -152,7 +160,7 @@ module Google
|
|
|
152
160
|
# @!attribute [rw] parent
|
|
153
161
|
# @return [::String]
|
|
154
162
|
# Required. The project and location from which the TlsRoutes should be
|
|
155
|
-
# listed, specified in the format `projects/*/locations
|
|
163
|
+
# listed, specified in the format `projects/*/locations/*`.
|
|
156
164
|
# @!attribute [rw] page_size
|
|
157
165
|
# @return [::Integer]
|
|
158
166
|
# Maximum number of TlsRoutes to return per call.
|
|
@@ -195,7 +203,7 @@ module Google
|
|
|
195
203
|
# @!attribute [rw] name
|
|
196
204
|
# @return [::String]
|
|
197
205
|
# Required. A name of the TlsRoute to get. Must be in the format
|
|
198
|
-
# `projects/*/locations
|
|
206
|
+
# `projects/*/locations/*/tlsRoutes/*`.
|
|
199
207
|
class GetTlsRouteRequest
|
|
200
208
|
include ::Google::Protobuf::MessageExts
|
|
201
209
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
@@ -205,7 +213,7 @@ module Google
|
|
|
205
213
|
# @!attribute [rw] parent
|
|
206
214
|
# @return [::String]
|
|
207
215
|
# Required. The parent resource of the TlsRoute. Must be in the
|
|
208
|
-
# format `projects/*/locations
|
|
216
|
+
# format `projects/*/locations/*`.
|
|
209
217
|
# @!attribute [rw] tls_route_id
|
|
210
218
|
# @return [::String]
|
|
211
219
|
# Required. Short name of the TlsRoute resource to be created.
|
|
@@ -237,7 +245,7 @@ module Google
|
|
|
237
245
|
# @!attribute [rw] name
|
|
238
246
|
# @return [::String]
|
|
239
247
|
# Required. A name of the TlsRoute to delete. Must be in the format
|
|
240
|
-
# `projects/*/locations
|
|
248
|
+
# `projects/*/locations/*/tlsRoutes/*`.
|
|
241
249
|
class DeleteTlsRouteRequest
|
|
242
250
|
include ::Google::Protobuf::MessageExts
|
|
243
251
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-cloud-network_services-v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.10.
|
|
4
|
+
version: 2.10.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
@@ -101,6 +101,7 @@ files:
|
|
|
101
101
|
- lib/google/cloud/network_services/v1/network_services/rest/service_stub.rb
|
|
102
102
|
- lib/google/cloud/network_services/v1/rest.rb
|
|
103
103
|
- lib/google/cloud/network_services/v1/version.rb
|
|
104
|
+
- lib/google/cloud/networkservices/v1/agent_gateway_pb.rb
|
|
104
105
|
- lib/google/cloud/networkservices/v1/common_pb.rb
|
|
105
106
|
- lib/google/cloud/networkservices/v1/dep_pb.rb
|
|
106
107
|
- lib/google/cloud/networkservices/v1/dep_services_pb.rb
|
|
@@ -123,6 +124,7 @@ files:
|
|
|
123
124
|
- proto_docs/google/api/field_info.rb
|
|
124
125
|
- proto_docs/google/api/launch_stage.rb
|
|
125
126
|
- proto_docs/google/api/resource.rb
|
|
127
|
+
- proto_docs/google/cloud/networkservices/v1/agent_gateway.rb
|
|
126
128
|
- proto_docs/google/cloud/networkservices/v1/common.rb
|
|
127
129
|
- proto_docs/google/cloud/networkservices/v1/dep.rb
|
|
128
130
|
- proto_docs/google/cloud/networkservices/v1/endpoint_policy.rb
|