google-apis-networkservices_v1beta1 0.54.0 → 0.56.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: 02a1aef1b2c90f4185b2d089ff94b555782fcdc77d3a0f5586334b6d30d82d98
|
4
|
+
data.tar.gz: 0a4360484ce6d570bfddcc6b81eabc10832886569563b129585527e5eff0fd19
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1720fe0038a74c1007afdbfdf2e3e4c5328bf6d660d2eed14528bb6c3c1b6cc3a827b35217645ff27aace827f8499d316fd6ceb13a56a5879802b7157f8a0491
|
7
|
+
data.tar.gz: 21e6695a6e63fc419d75af6b0f591fef89795825d7f76ade538d1935b5ea2074aac627cd91f9d476a214df77829ee1bc518d500dfc1319e2b2d339eb77ad5964
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Release history for google-apis-networkservices_v1beta1
|
2
2
|
|
3
|
+
### v0.56.0 (2025-07-27)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20250709
|
6
|
+
|
7
|
+
### v0.55.0 (2025-07-06)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20250626
|
10
|
+
|
3
11
|
### v0.54.0 (2025-06-22)
|
4
12
|
|
5
13
|
* Regenerated from discovery document revision 20250611
|
@@ -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
|
@@ -581,8 +584,8 @@ module Google
|
|
581
584
|
|
582
585
|
# Required. One or more port numbers (1-65535), on which the Gateway will
|
583
586
|
# receive traffic. The proxy binds to the specified ports. Gateways of type '
|
584
|
-
# SECURE_WEB_GATEWAY' are limited to
|
585
|
-
# on 0.0.0.0 for IPv4 and :: for IPv6 and support multiple ports.
|
587
|
+
# SECURE_WEB_GATEWAY' are limited to 5 ports. Gateways of type 'OPEN_MESH'
|
588
|
+
# listen on 0.0.0.0 for IPv4 and :: for IPv6 and support multiple ports.
|
586
589
|
# Corresponds to the JSON property `ports`
|
587
590
|
# @return [Array<Fixnum>]
|
588
591
|
attr_accessor :ports
|
@@ -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
|
@@ -4140,7 +4141,7 @@ module Google
|
|
4140
4141
|
attr_accessor :enable
|
4141
4142
|
alias_method :enable?, :enable
|
4142
4143
|
|
4143
|
-
# Non-empty default.
|
4144
|
+
# Non-empty default. Specifies the lowest level of the plugin logs that are
|
4144
4145
|
# exported to Cloud Logging. This setting relates to the logs generated by using
|
4145
4146
|
# logging statements in your Wasm code. This field is can be set only if logging
|
4146
4147
|
# is enabled for the plugin. If the field is not provided when logging is
|
@@ -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.56.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 = "20250709"
|
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.56.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.56.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:
|