google-cloud-network_services-v1 2.9.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/README.md +1 -1
- data/lib/google/cloud/network_services/v1/dep_service/client.rb +2 -0
- data/lib/google/cloud/network_services/v1/dep_service/operations.rb +2 -0
- data/lib/google/cloud/network_services/v1/dep_service/rest/client.rb +2 -0
- data/lib/google/cloud/network_services/v1/dep_service/rest/operations.rb +2 -0
- data/lib/google/cloud/network_services/v1/network_services/client.rb +551 -26
- data/lib/google/cloud/network_services/v1/network_services/operations.rb +2 -0
- 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 +516 -26
- data/lib/google/cloud/network_services/v1/network_services/rest/operations.rb +2 -0
- 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/api/client.rb +4 -0
- 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 +5 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 996b2ce1137e0b27e2405dc254769f5097386ccbbf3afad6237c181d2a81da68
|
|
4
|
+
data.tar.gz: 79fb5bc60d91ff54b17ba9c290eb6753722e7f300184acbf6b3923173cab754c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7025f61af5c3ad9ce4c8fae091b91a394e4e59f01eaba8ba27ab000940622fff742fba6f242c926c00630385daea7a7ac21851532edc28d3dec1b74a64acba0b
|
|
7
|
+
data.tar.gz: a9e92f05fc531e51ebdabf3d21d9f2ca126ae91cd742260180e38ed4e24f820f96d28028a21ff95bea7e2eb33f5ee62da6b4860a02bbf809793e5e09b269f5c6
|
data/README.md
CHANGED
|
@@ -86,7 +86,7 @@ To browse ready to use code samples check [Google Cloud Samples](https://cloud.g
|
|
|
86
86
|
|
|
87
87
|
## Supported Ruby Versions
|
|
88
88
|
|
|
89
|
-
This library is supported on Ruby 3.
|
|
89
|
+
This library is supported on Ruby 3.2+.
|
|
90
90
|
|
|
91
91
|
Google provides official support for Ruby versions that are actively supported
|
|
92
92
|
by Ruby Core—that is, Ruby versions that are either in normal maintenance or
|
|
@@ -2425,6 +2425,7 @@ module Google
|
|
|
2425
2425
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
2426
2426
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
2427
2427
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
2428
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
2428
2429
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
2429
2430
|
# trigger a retry.
|
|
2430
2431
|
# @return [::Hash]
|
|
@@ -2508,6 +2509,7 @@ module Google
|
|
|
2508
2509
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
2509
2510
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
2510
2511
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
2512
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
2511
2513
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
2512
2514
|
# trigger a retry.
|
|
2513
2515
|
#
|
|
@@ -703,6 +703,7 @@ module Google
|
|
|
703
703
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
704
704
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
705
705
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
706
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
706
707
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
707
708
|
# trigger a retry.
|
|
708
709
|
# @return [::Hash]
|
|
@@ -786,6 +787,7 @@ module Google
|
|
|
786
787
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
787
788
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
788
789
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
790
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
789
791
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
790
792
|
# trigger a retry.
|
|
791
793
|
#
|
|
@@ -2254,6 +2254,7 @@ module Google
|
|
|
2254
2254
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
2255
2255
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
2256
2256
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
2257
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
2257
2258
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
2258
2259
|
# trigger a retry.
|
|
2259
2260
|
# @return [::Hash]
|
|
@@ -2333,6 +2334,7 @@ module Google
|
|
|
2333
2334
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
2334
2335
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
2335
2336
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
2337
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
2336
2338
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
2337
2339
|
# trigger a retry.
|
|
2338
2340
|
#
|
|
@@ -541,6 +541,7 @@ module Google
|
|
|
541
541
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
542
542
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
543
543
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
544
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
544
545
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
545
546
|
# trigger a retry.
|
|
546
547
|
# @return [::Hash]
|
|
@@ -613,6 +614,7 @@ module Google
|
|
|
613
614
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
614
615
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
615
616
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
617
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
616
618
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
617
619
|
# trigger a retry.
|
|
618
620
|
#
|