Skip to content

Commit e441a08

Browse files
feat: Automated regeneration of networkservices v1 client (googleapis#23785)
Auto-created at 2025-07-27 10:14:17 +0000 using the toys pull request generator.
1 parent fc8a6c3 commit e441a08

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
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.61.0 (2025-07-27)
4+
5+
* Regenerated from discovery document revision 20250709
6+
37
### v0.60.0 (2025-07-06)
48

59
* Regenerated from discovery document revision 20250616

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -831,8 +831,8 @@ class Gateway
831831

832832
# Required. One or more port numbers (1-65535), on which the Gateway will
833833
# receive traffic. The proxy binds to the specified ports. Gateways of type '
834-
# SECURE_WEB_GATEWAY' are limited to 1 port. Gateways of type 'OPEN_MESH' listen
835-
# 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.
836836
# Corresponds to the JSON property `ports`
837837
# @return [Array<Fixnum>]
838838
attr_accessor :ports
@@ -4406,7 +4406,7 @@ class WasmPluginLogConfig
44064406
attr_accessor :enable
44074407
alias_method :enable?, :enable
44084408

4409-
# Non-empty default. Specificies the lowest level of the plugin logs that are
4409+
# Non-empty default. Specifies the lowest level of the plugin logs that are
44104410
# exported to Cloud Logging. This setting relates to the logs generated by using
44114411
# logging statements in your Wasm code. This field is can be set only if logging
44124412
# is enabled for the plugin. If the field is not provided when logging is

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.60.0"
19+
GEM_VERSION = "0.61.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 = "20250616"
25+
REVISION = "20250709"
2626
end
2727
end
2828
end

0 commit comments

Comments
 (0)