google-apis-networkservices_v1 0.42.0 → 0.43.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: 10bb4efab224b9a95a7b3b4de3439d258da4b011b7d11b48baf178c1f098ca67
|
4
|
+
data.tar.gz: b244b440d843ac169324e89de0917eb2118a590da8fbc02eb9ca6678d5fedbff
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: bd967ab156be19741c9ad01ecc1fa4d39d61c57b951a8662bb46c41fde4acbd3d2a04d017c8c7ac173eaa7d94b3803dd87263b32d7c67ae2ffb89d40129c3202
|
7
|
+
data.tar.gz: 97965834062780c92ada85be1087df475eda6a34f4d41b4b40b1c9007df2629dacf899c3c19dbdfc7939b110a9a313a8a4ee1fb16258fcc1567068b1b1b0da09
|
data/CHANGELOG.md
CHANGED
@@ -2171,10 +2171,10 @@ module Google
|
|
2171
2171
|
# @return [String]
|
2172
2172
|
attr_accessor :load_balancing_scheme
|
2173
2173
|
|
2174
|
-
# Optional. The metadata provided here
|
2174
|
+
# Optional. The metadata provided here is included as part of the `
|
2175
2175
|
# metadata_context` (of type `google.protobuf.Struct`) in the `ProcessingRequest`
|
2176
|
-
# message sent to the extension server. The metadata
|
2177
|
-
#
|
2176
|
+
# message sent to the extension server. The metadata is available under the
|
2177
|
+
# namespace `com.google.lb_route_extension.`. The following variables are
|
2178
2178
|
# supported in the metadata Struct: ``forwarding_rule_id`` - substituted with
|
2179
2179
|
# the forwarding rule's fully qualified resource name.
|
2180
2180
|
# Corresponds to the JSON property `metadata`
|
@@ -2260,11 +2260,11 @@ module Google
|
|
2260
2260
|
# @return [String]
|
2261
2261
|
attr_accessor :load_balancing_scheme
|
2262
2262
|
|
2263
|
-
# Optional. The metadata provided here
|
2264
|
-
#
|
2265
|
-
#
|
2266
|
-
#
|
2267
|
-
#
|
2263
|
+
# Optional. The metadata provided here is included in the `ProcessingRequest.
|
2264
|
+
# metadata_context.filter_metadata` map field. The metadata is available under
|
2265
|
+
# the key `com.google.lb_traffic_extension.`. The following variables are
|
2266
|
+
# supported in the metadata: ``forwarding_rule_id`` - substituted with the
|
2267
|
+
# forwarding rule's fully qualified resource name.
|
2268
2268
|
# Corresponds to the JSON property `metadata`
|
2269
2269
|
# @return [Hash<String,Object>]
|
2270
2270
|
attr_accessor :metadata
|
@@ -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.43.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.15.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20240613"
|
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.43.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-
|
11
|
+
date: 2024-06-23 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.43.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: []
|