google-apis-networkservices_v1beta1 0.54.0 → 0.55.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b7496cddd462ed731aabb5e7626b301bc14e95b4aff7693e704b9eee9ae701b2
|
4
|
+
data.tar.gz: 2361874655f94b594f29a905252dd89cf8b9983e3732c9133e588232b403e7f7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a9cb0433a1f6c7273f45a6d5e68f82a6713a30cbcfc5b6e80dc721ccc5ce9846ae35822006142f28a00e7640c57e71828f9c1d4b7e771429f6e2be826c56cd3e
|
7
|
+
data.tar.gz: e17363443547579233c0be1600e9e18db2f97282cb45aa2089d2dbf88eaa381927faa89802c0978ebba58eb22fd6eac7bdfdf1e5884a155cb0dd99fbd69fcb0b
|
data/CHANGELOG.md
CHANGED
@@ -309,8 +309,8 @@ module Google
|
|
309
309
|
|
310
310
|
# Required. A set of extensions to execute for the matching request. At least
|
311
311
|
# one extension is required. Up to 3 extensions can be defined for each
|
312
|
-
# extension chain for `LbTrafficExtension` resource. `LbRouteExtension`
|
313
|
-
# are limited to 1 extension per extension chain.
|
312
|
+
# extension chain for `LbTrafficExtension` resource. `LbRouteExtension` and `
|
313
|
+
# LbEdgeExtension` chains are limited to 1 extension per extension chain.
|
314
314
|
# Corresponds to the JSON property `extensions`
|
315
315
|
# @return [Array<Google::Apis::NetworkservicesV1beta1::ExtensionChainExtension>]
|
316
316
|
attr_accessor :extensions
|
@@ -445,15 +445,18 @@ module Google
|
|
445
445
|
# in the format: `projects/`project`/locations/`location`/wasmPlugins/`plugin``
|
446
446
|
# or `//networkservices.googleapis.com/projects/`project`/locations/`location`/
|
447
447
|
# wasmPlugins/`wasmPlugin``. Plugin extensions are currently supported for the `
|
448
|
-
# LbTrafficExtension` and the `
|
448
|
+
# LbTrafficExtension`, the `LbRouteExtension`, and the `LbEdgeExtension`
|
449
|
+
# resources.
|
449
450
|
# Corresponds to the JSON property `service`
|
450
451
|
# @return [String]
|
451
452
|
attr_accessor :service
|
452
453
|
|
453
454
|
# Optional. A set of events during request or response processing for which this
|
454
|
-
# extension is called.
|
455
|
-
#
|
456
|
-
# REQUEST_HEADERS` event is assumed as supported.
|
455
|
+
# extension is called. For the `LbTrafficExtension` resource, this field is
|
456
|
+
# required. For the `LbRouteExtension` resource, this field is optional. If
|
457
|
+
# unspecified, `REQUEST_HEADERS` event is assumed as supported. For the `
|
458
|
+
# LbEdgeExtension` resource, this field is required and must only contain `
|
459
|
+
# REQUEST_HEADERS` event.
|
457
460
|
# Corresponds to the JSON property `supportedEvents`
|
458
461
|
# @return [Array<String>]
|
459
462
|
attr_accessor :supported_events
|
@@ -2092,7 +2095,7 @@ module Google
|
|
2092
2095
|
end
|
2093
2096
|
|
2094
2097
|
# `LbEdgeExtension` is a resource that lets the extension service influence the
|
2095
|
-
#
|
2098
|
+
# selection of backend services and Cloud CDN cache keys by modifying request
|
2096
2099
|
# headers.
|
2097
2100
|
class LbEdgeExtension
|
2098
2101
|
include Google::Apis::Core::Hashable
|
@@ -2130,10 +2133,8 @@ module Google
|
|
2130
2133
|
# @return [Hash<String,String>]
|
2131
2134
|
attr_accessor :labels
|
2132
2135
|
|
2133
|
-
# Required. All
|
2134
|
-
#
|
2135
|
-
# EXTERNAL_MANAGED`. For more information, refer to [Backend services overview](
|
2136
|
-
# https://cloud.google.com/load-balancing/docs/backend-service).
|
2136
|
+
# Required. All forwarding rules referenced by this extension must share the
|
2137
|
+
# same load balancing scheme. Supported values: `EXTERNAL_MANAGED`.
|
2137
2138
|
# Corresponds to the JSON property `loadBalancingScheme`
|
2138
2139
|
# @return [String]
|
2139
2140
|
attr_accessor :load_balancing_scheme
|
@@ -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.55.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.18.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250626"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
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.55.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
@@ -57,7 +57,7 @@ licenses:
|
|
57
57
|
metadata:
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-networkservices_v1beta1/CHANGELOG.md
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-networkservices_v1beta1/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-networkservices_v1beta1/v0.55.0
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-networkservices_v1beta1
|
62
62
|
rdoc_options: []
|
63
63
|
require_paths:
|