google-apis-networkservices_v1beta1 0.30.0 → 0.31.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: 6a259e01e4ec17f2fa8f9892a7a3346fe9056e810571601bb319ec02ef6a2864
|
4
|
+
data.tar.gz: '011948a17def549c4bfc01607b789781fa5abd4a5f16e6f28bfbf9a45204fb35'
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6d3ef22799ef23bc7e98c91cb652212b8f72d849f40600b7c23bf2695d3772ccef86a6eeaab424a4fb7752c3ad4e1a598310f53f6f2085ff5d720b266936d329
|
7
|
+
data.tar.gz: 5d77841ed6b27cf71f9256f4801a52aac3bc16732063d8bf2b6277a7dd079b7d90527289658b2425005e1d4d8025102667442eecbd365a073d75317a1d0f5732
|
data/CHANGELOG.md
CHANGED
@@ -1961,8 +1961,8 @@ module Google
|
|
1961
1961
|
attr_accessor :extension_chains
|
1962
1962
|
|
1963
1963
|
# Required. A list of references to the forwarding rules to which this service
|
1964
|
-
# extension is
|
1965
|
-
# only one `LbRouteExtension` resource per forwarding rule.
|
1964
|
+
# extension is attached to. At least one forwarding rule is required. There can
|
1965
|
+
# be only one `LbRouteExtension` resource per forwarding rule.
|
1966
1966
|
# Corresponds to the JSON property `forwardingRules`
|
1967
1967
|
# @return [Array<String>]
|
1968
1968
|
attr_accessor :forwarding_rules
|
@@ -1976,7 +1976,9 @@ module Google
|
|
1976
1976
|
|
1977
1977
|
# Required. All backend services and forwarding rules referenced by this
|
1978
1978
|
# extension must share the same load balancing scheme. Supported values: `
|
1979
|
-
# INTERNAL_MANAGED`, `EXTERNAL_MANAGED`.
|
1979
|
+
# INTERNAL_MANAGED`, `EXTERNAL_MANAGED`. For more information, refer to [
|
1980
|
+
# Choosing a load balancer](https://cloud.google.com/load-balancing/docs/backend-
|
1981
|
+
# service).
|
1980
1982
|
# Corresponds to the JSON property `loadBalancingScheme`
|
1981
1983
|
# @return [String]
|
1982
1984
|
attr_accessor :load_balancing_scheme
|
@@ -2037,8 +2039,8 @@ module Google
|
|
2037
2039
|
attr_accessor :extension_chains
|
2038
2040
|
|
2039
2041
|
# Required. A list of references to the forwarding rules to which this service
|
2040
|
-
# extension is
|
2041
|
-
# only one `LBTrafficExtension` resource per forwarding rule.
|
2042
|
+
# extension is attached to. At least one forwarding rule is required. There can
|
2043
|
+
# be only one `LBTrafficExtension` resource per forwarding rule.
|
2042
2044
|
# Corresponds to the JSON property `forwardingRules`
|
2043
2045
|
# @return [Array<String>]
|
2044
2046
|
attr_accessor :forwarding_rules
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module NetworkservicesV1beta1
|
18
18
|
# Version of the google-apis-networkservices_v1beta1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.31.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.12.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20231018"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-networkservices_v1beta1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.31.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-10-
|
11
|
+
date: 2023-10-29 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_v1beta1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-networkservices_v1beta1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-networkservices_v1beta1/v0.31.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-networkservices_v1beta1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|