google-apis-networkservices_v1 0.59.0 → 0.61.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: 39ebefe40b218202fe79beb27bdee81147e747555ec783085afe3409e4f6c901
|
4
|
+
data.tar.gz: 1eefef7c7983ec92e7c7a57c8b5e357e8a69941b4b7d09e7d2cbd693f8c1df4a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 88428016ccf79a92ccb652d1461a08789155ea1274140cedca9803d63f52b644b2eec4a54dd050468e6185abcc9f09f4d31a7bee77aeb1964a63bf5614314c2a
|
7
|
+
data.tar.gz: 5ebbd454fed5e0cfdb37d7df73935f91ab2b23e3d0883e748dfb0d5c7f5e6834336d454b0aa3c3dc26ed4e18e0e0748d29dcfe90b1c4c9c5b4083ea198e56ccd
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Release history for google-apis-networkservices_v1
|
2
2
|
|
3
|
+
### v0.61.0 (2025-07-27)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20250709
|
6
|
+
|
7
|
+
### v0.60.0 (2025-07-06)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20250616
|
10
|
+
|
3
11
|
### v0.59.0 (2025-06-22)
|
4
12
|
|
5
13
|
* Regenerated from discovery document revision 20250611
|
@@ -591,8 +591,8 @@ module Google
|
|
591
591
|
|
592
592
|
# Required. A set of extensions to execute for the matching request. At least
|
593
593
|
# one extension is required. Up to 3 extensions can be defined for each
|
594
|
-
# extension chain for `LbTrafficExtension` resource. `LbRouteExtension`
|
595
|
-
# are limited to 1 extension per extension chain.
|
594
|
+
# extension chain for `LbTrafficExtension` resource. `LbRouteExtension` and `
|
595
|
+
# LbEdgeExtension` chains are limited to 1 extension per extension chain.
|
596
596
|
# Corresponds to the JSON property `extensions`
|
597
597
|
# @return [Array<Google::Apis::NetworkservicesV1::ExtensionChainExtension>]
|
598
598
|
attr_accessor :extensions
|
@@ -695,15 +695,18 @@ module Google
|
|
695
695
|
# in the format: `projects/`project`/locations/`location`/wasmPlugins/`plugin``
|
696
696
|
# or `//networkservices.googleapis.com/projects/`project`/locations/`location`/
|
697
697
|
# wasmPlugins/`wasmPlugin``. Plugin extensions are currently supported for the `
|
698
|
-
# LbTrafficExtension` and the `
|
698
|
+
# LbTrafficExtension`, the `LbRouteExtension`, and the `LbEdgeExtension`
|
699
|
+
# resources.
|
699
700
|
# Corresponds to the JSON property `service`
|
700
701
|
# @return [String]
|
701
702
|
attr_accessor :service
|
702
703
|
|
703
704
|
# Optional. A set of events during request or response processing for which this
|
704
|
-
# extension is called.
|
705
|
-
#
|
706
|
-
# REQUEST_HEADERS` event is assumed as supported.
|
705
|
+
# extension is called. For the `LbTrafficExtension` resource, this field is
|
706
|
+
# required. For the `LbRouteExtension` resource, this field is optional. If
|
707
|
+
# unspecified, `REQUEST_HEADERS` event is assumed as supported. For the `
|
708
|
+
# LbEdgeExtension` resource, this field is required and must only contain `
|
709
|
+
# REQUEST_HEADERS` event.
|
707
710
|
# Corresponds to the JSON property `supportedEvents`
|
708
711
|
# @return [Array<String>]
|
709
712
|
attr_accessor :supported_events
|
@@ -828,8 +831,8 @@ module Google
|
|
828
831
|
|
829
832
|
# Required. One or more port numbers (1-65535), on which the Gateway will
|
830
833
|
# receive traffic. The proxy binds to the specified ports. Gateways of type '
|
831
|
-
# SECURE_WEB_GATEWAY' are limited to
|
832
|
-
# on 0.0.0.0 for IPv4 and :: for IPv6 and support multiple ports.
|
834
|
+
# SECURE_WEB_GATEWAY' are limited to 5 ports. Gateways of type 'OPEN_MESH'
|
835
|
+
# listen on 0.0.0.0 for IPv4 and :: for IPv6 and support multiple ports.
|
833
836
|
# Corresponds to the JSON property `ports`
|
834
837
|
# @return [Array<Fixnum>]
|
835
838
|
attr_accessor :ports
|
@@ -4403,7 +4406,7 @@ module Google
|
|
4403
4406
|
attr_accessor :enable
|
4404
4407
|
alias_method :enable?, :enable
|
4405
4408
|
|
4406
|
-
# Non-empty default.
|
4409
|
+
# Non-empty default. Specifies the lowest level of the plugin logs that are
|
4407
4410
|
# exported to Cloud Logging. This setting relates to the logs generated by using
|
4408
4411
|
# logging statements in your Wasm code. This field is can be set only if logging
|
4409
4412
|
# 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 NetworkservicesV1
|
18
18
|
# Version of the google-apis-networkservices_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.61.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_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.61.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_v1/CHANGELOG.md
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-networkservices_v1/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-networkservices_v1/v0.61.0
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-networkservices_v1
|
62
62
|
rdoc_options: []
|
63
63
|
require_paths:
|