google-apis-networkservices_v1 0.38.0 → 0.39.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: 5eb0325232d9d814a9db527178eae37272d45e1a28f94dec7c8f4f6dfe0ad448
|
4
|
+
data.tar.gz: 9c59f20301c1c0fbae9779bfb76ec4e6e804a5b3ae8a2b48fcc016ea6ea9b368
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c5f317774be44178e2a93b3e5d7fc37f4290db0de8ce94769b6770dfe9f783543fd4a6a97ee6439846bd38c895c0711e40bff97e4bdd06b9dc9c3b9886470cf6
|
7
|
+
data.tar.gz: 3a49f90cc489e8e617d247844ccc02815a510a89717037fe515a6d848a455b6cfc3dd66c5fc1ef8c5f72659656ae7cd7423978bf98bcff79a25bb91f5354a61b
|
data/CHANGELOG.md
CHANGED
@@ -584,8 +584,8 @@ module Google
|
|
584
584
|
|
585
585
|
# Required. A Common Expression Language (CEL) expression that is used to match
|
586
586
|
# requests for which the extension chain is executed. For more information, see [
|
587
|
-
# CEL matcher language reference](/service-extensions/
|
588
|
-
# reference).
|
587
|
+
# CEL matcher language reference](https://cloud.google.com/service-extensions/
|
588
|
+
# docs/cel-matcher-language-reference).
|
589
589
|
# Corresponds to the JSON property `celExpression`
|
590
590
|
# @return [String]
|
591
591
|
attr_accessor :cel_expression
|
@@ -2156,8 +2156,8 @@ module Google
|
|
2156
2156
|
attr_accessor :forwarding_rules
|
2157
2157
|
|
2158
2158
|
# Optional. Set of labels associated with the `LbRouteExtension` resource. The
|
2159
|
-
# format must comply with [the requirements for labels](/
|
2160
|
-
# resources#requirements) for Google Cloud resources.
|
2159
|
+
# format must comply with [the requirements for labels](https://cloud.google.com/
|
2160
|
+
# compute/docs/labeling-resources#requirements) for Google Cloud resources.
|
2161
2161
|
# Corresponds to the JSON property `labels`
|
2162
2162
|
# @return [Hash<String,String>]
|
2163
2163
|
attr_accessor :labels
|
@@ -2234,8 +2234,8 @@ module Google
|
|
2234
2234
|
attr_accessor :forwarding_rules
|
2235
2235
|
|
2236
2236
|
# Optional. Set of labels associated with the `LbTrafficExtension` resource. The
|
2237
|
-
# format must comply with [the requirements for labels](/
|
2238
|
-
# resources#requirements) for Google Cloud resources.
|
2237
|
+
# format must comply with [the requirements for labels](https://cloud.google.com/
|
2238
|
+
# compute/docs/labeling-resources#requirements) for Google Cloud resources.
|
2239
2239
|
# Corresponds to the JSON property `labels`
|
2240
2240
|
# @return [Hash<String,String>]
|
2241
2241
|
attr_accessor :labels
|
@@ -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.39.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_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.39.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_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.39.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: []
|