google-apis-networkservices_v1 0.45.0 → 0.46.0
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7c6deecd5605f1995e6af35739e19d4850c06649f5680f3a9695bb771752604a
|
4
|
+
data.tar.gz: 45f77a847093ac240adedd621e17d907c80cd1fcc7f428e1b90702330755e004
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1b3ec9d5a33505ff4a4a122fe08b6c2f220785e2c05a515c63f4f35a96fdaa490fac695f32acfdefeaa0d906eefdaca82541d16ab8b07c564dfecaf38097b331
|
7
|
+
data.tar.gz: da0cce7245485048c1ab0a6de020dc9a8ecc1d0d46d60f09cb5ff2d20fd90f7c436caf387afa37aa1749bf5df7eb268770f60fb7991caad05b4fca3e22c3009a
|
data/CHANGELOG.md
CHANGED
@@ -679,6 +679,13 @@ module Google
|
|
679
679
|
# @return [Array<Fixnum>]
|
680
680
|
attr_accessor :ports
|
681
681
|
|
682
|
+
# Optional. The routing mode of the Gateway. This field is configurable only for
|
683
|
+
# gateways of type SECURE_WEB_GATEWAY. This field is required for gateways of
|
684
|
+
# type SECURE_WEB_GATEWAY.
|
685
|
+
# Corresponds to the JSON property `routingMode`
|
686
|
+
# @return [String]
|
687
|
+
attr_accessor :routing_mode
|
688
|
+
|
682
689
|
# Optional. Scope determines how configuration across multiple Gateway instances
|
683
690
|
# are merged. The configuration for multiple Gateway instances with the same
|
684
691
|
# scope will be merged as presented as a single coniguration to the proxy/load
|
@@ -735,6 +742,7 @@ module Google
|
|
735
742
|
@name = args[:name] if args.key?(:name)
|
736
743
|
@network = args[:network] if args.key?(:network)
|
737
744
|
@ports = args[:ports] if args.key?(:ports)
|
745
|
+
@routing_mode = args[:routing_mode] if args.key?(:routing_mode)
|
738
746
|
@scope = args[:scope] if args.key?(:scope)
|
739
747
|
@self_link = args[:self_link] if args.key?(:self_link)
|
740
748
|
@server_tls_policy = args[:server_tls_policy] if args.key?(:server_tls_policy)
|
@@ -1039,7 +1047,8 @@ module Google
|
|
1039
1047
|
end
|
1040
1048
|
end
|
1041
1049
|
|
1042
|
-
# The specifications for retries.
|
1050
|
+
# The specifications for retries. Specifies one or more conditions for which
|
1051
|
+
# this retry rule applies. Valid values are:
|
1043
1052
|
class GrpcRouteRetryPolicy
|
1044
1053
|
include Google::Apis::Core::Hashable
|
1045
1054
|
|
@@ -1103,7 +1112,8 @@ module Google
|
|
1103
1112
|
# @return [String]
|
1104
1113
|
attr_accessor :idle_timeout
|
1105
1114
|
|
1106
|
-
# The specifications for retries.
|
1115
|
+
# The specifications for retries. Specifies one or more conditions for which
|
1116
|
+
# this retry rule applies. Valid values are:
|
1107
1117
|
# Corresponds to the JSON property `retryPolicy`
|
1108
1118
|
# @return [Google::Apis::NetworkservicesV1::GrpcRouteRetryPolicy]
|
1109
1119
|
attr_accessor :retry_policy
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module NetworkservicesV1
|
18
18
|
# Version of the google-apis-networkservices_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.46.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.15.1"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20240818"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -664,6 +664,7 @@ module Google
|
|
664
664
|
property :name, as: 'name'
|
665
665
|
property :network, as: 'network'
|
666
666
|
collection :ports, as: 'ports'
|
667
|
+
property :routing_mode, as: 'routingMode'
|
667
668
|
property :scope, as: 'scope'
|
668
669
|
property :self_link, as: 'selfLink'
|
669
670
|
property :server_tls_policy, as: 'serverTlsPolicy'
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-networkservices_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.46.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: 2024-08-
|
11
|
+
date: 2024-08-25 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -58,7 +58,7 @@ licenses:
|
|
58
58
|
metadata:
|
59
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
60
60
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-networkservices_v1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-networkservices_v1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-networkservices_v1/v0.46.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-networkservices_v1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|