google-apis-networkservices_v1 0.59.0 → 0.60.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: 74de61b7102ddeb1626f3341b440634fc9b71b03b274a0c7efef2d8dc3de2ac7
|
4
|
+
data.tar.gz: bcca46faf85b4b3c94d1cfa148c111f4bb1e101fefeb212bdbd80df1d6216c58
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ff261ff6b73beffb143b76f574fd702a22c6ade617c985b858b6ec77a7c51c659da3bb9ab0f32d1cfb45714822b2477d66278f238f826775b600ef520eaf31e6
|
7
|
+
data.tar.gz: 34aa510eb67ca6b3536eab323b6af378ca4d5adfe6c19b2ac23e8c49fbfafabfb0d40e05ee25efeec60d0608c143ad9db4b93bfa9d6579f65d4240275f1993ee
|
data/CHANGELOG.md
CHANGED
@@ -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
|
@@ -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.60.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 = "20250616"
|
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.60.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.60.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:
|