Skip to content

Commit 07277dc

Browse files
feat: Automated regeneration of networkservices v1 client (googleapis#23634)
Auto-created at 2025-07-06 10:36:51 +0000 using the toys pull request generator.
1 parent 7eb2e0e commit 07277dc

File tree

3 files changed

+15
-8
lines changed

3 files changed

+15
-8
lines changed

generated/google-apis-networkservices_v1/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release history for google-apis-networkservices_v1
22

3+
### v0.60.0 (2025-07-06)
4+
5+
* Regenerated from discovery document revision 20250616
6+
37
### v0.59.0 (2025-06-22)
48

59
* Regenerated from discovery document revision 20250611

generated/google-apis-networkservices_v1/lib/google/apis/networkservices_v1/classes.rb

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -591,8 +591,8 @@ class ExtensionChain
591591

592592
# Required. A set of extensions to execute for the matching request. At least
593593
# one extension is required. Up to 3 extensions can be defined for each
594-
# extension chain for `LbTrafficExtension` resource. `LbRouteExtension` chains
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.
596596
# Corresponds to the JSON property `extensions`
597597
# @return [Array<Google::Apis::NetworkservicesV1::ExtensionChainExtension>]
598598
attr_accessor :extensions
@@ -695,15 +695,18 @@ class ExtensionChainExtension
695695
# in the format: `projects/`project`/locations/`location`/wasmPlugins/`plugin``
696696
# or `//networkservices.googleapis.com/projects/`project`/locations/`location`/
697697
# wasmPlugins/`wasmPlugin``. Plugin extensions are currently supported for the `
698-
# LbTrafficExtension` and the `LbRouteExtension` resources.
698+
# LbTrafficExtension`, the `LbRouteExtension`, and the `LbEdgeExtension`
699+
# resources.
699700
# Corresponds to the JSON property `service`
700701
# @return [String]
701702
attr_accessor :service
702703

703704
# Optional. A set of events during request or response processing for which this
704-
# extension is called. This field is required for the `LbTrafficExtension`
705-
# resource. It is optional for the `LbRouteExtension` resource. If unspecified `
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.
707710
# Corresponds to the JSON property `supportedEvents`
708711
# @return [Array<String>]
709712
attr_accessor :supported_events

generated/google-apis-networkservices_v1/lib/google/apis/networkservices_v1/gem_version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ module Google
1616
module Apis
1717
module NetworkservicesV1
1818
# Version of the google-apis-networkservices_v1 gem
19-
GEM_VERSION = "0.59.0"
19+
GEM_VERSION = "0.60.0"
2020

2121
# Version of the code generator used to generate this client
2222
GENERATOR_VERSION = "0.18.0"
2323

2424
# Revision of the discovery document this client was generated from
25-
REVISION = "20250611"
25+
REVISION = "20250616"
2626
end
2727
end
2828
end

0 commit comments

Comments
 (0)