google-apis-networkservices_v1beta1 0.39.0 → 0.40.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: 90220926a8afa914c8af08bb74fe9f102918883e77569538d4549e461f4bf888
|
4
|
+
data.tar.gz: ed0dff4c28905eb1ccb0597d1a041e4c4ecff52a7a240a8c04f66ef16ddb2e09
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4527e8186d015366fb497db1bd2a0057d4525fa4e39273352ae1a56d25e5f2101d9c3e1268dec4eb82c1ddceeda612eb6191429381a50c143732b9f132c1773f
|
7
|
+
data.tar.gz: 82dd48acff79d2d90379183b5c79ad04fb215b9591ed80c8ae7003c4c85fb805af944ce9b2fb01410823dd6e15aa1d96a74de570080aa2d822681322826705f7
|
data/CHANGELOG.md
CHANGED
@@ -519,8 +519,8 @@ module Google
|
|
519
519
|
|
520
520
|
# Required. A Common Expression Language (CEL) expression that is used to match
|
521
521
|
# requests for which the extension chain is executed. For more information, see [
|
522
|
-
# CEL matcher language reference](/service-extensions/
|
523
|
-
# reference).
|
522
|
+
# CEL matcher language reference](https://cloud.google.com/service-extensions/
|
523
|
+
# docs/cel-matcher-language-reference).
|
524
524
|
# Corresponds to the JSON property `celExpression`
|
525
525
|
# @return [String]
|
526
526
|
attr_accessor :cel_expression
|
@@ -2091,8 +2091,8 @@ module Google
|
|
2091
2091
|
attr_accessor :forwarding_rules
|
2092
2092
|
|
2093
2093
|
# Optional. Set of labels associated with the `LbRouteExtension` resource. The
|
2094
|
-
# format must comply with [the requirements for labels](/
|
2095
|
-
# resources#requirements) for Google Cloud resources.
|
2094
|
+
# format must comply with [the requirements for labels](https://cloud.google.com/
|
2095
|
+
# compute/docs/labeling-resources#requirements) for Google Cloud resources.
|
2096
2096
|
# Corresponds to the JSON property `labels`
|
2097
2097
|
# @return [Hash<String,String>]
|
2098
2098
|
attr_accessor :labels
|
@@ -2169,8 +2169,8 @@ module Google
|
|
2169
2169
|
attr_accessor :forwarding_rules
|
2170
2170
|
|
2171
2171
|
# Optional. Set of labels associated with the `LbTrafficExtension` resource. The
|
2172
|
-
# format must comply with [the requirements for labels](/
|
2173
|
-
# resources#requirements) for Google Cloud resources.
|
2172
|
+
# format must comply with [the requirements for labels](https://cloud.google.com/
|
2173
|
+
# compute/docs/labeling-resources#requirements) for Google Cloud resources.
|
2174
2174
|
# Corresponds to the JSON property `labels`
|
2175
2175
|
# @return [Hash<String,String>]
|
2176
2176
|
attr_accessor :labels
|
@@ -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.40.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.14.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20240315"
|
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.40.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-03-
|
11
|
+
date: 2024-03-24 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.40.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: []
|