File tree Expand file tree Collapse file tree 3 files changed +9
-5
lines changed
generated/google-apis-networkservices_v1
lib/google/apis/networkservices_v1 Expand file tree Collapse file tree 3 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 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
+
3
7
### v0.60.0 (2025-07-06)
4
8
5
9
* Regenerated from discovery document revision 20250616
Original file line number Diff line number Diff line change @@ -831,8 +831,8 @@ class Gateway
831
831
832
832
# Required. One or more port numbers (1-65535), on which the Gateway will
833
833
# 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.
836
836
# Corresponds to the JSON property `ports`
837
837
# @return [Array<Fixnum>]
838
838
attr_accessor :ports
@@ -4406,7 +4406,7 @@ class WasmPluginLogConfig
4406
4406
attr_accessor :enable
4407
4407
alias_method :enable? , :enable
4408
4408
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
4410
4410
# exported to Cloud Logging. This setting relates to the logs generated by using
4411
4411
# logging statements in your Wasm code. This field is can be set only if logging
4412
4412
# is enabled for the plugin. If the field is not provided when logging is
Original file line number Diff line number Diff line change @@ -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.60 .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 = "20250616 "
25
+ REVISION = "20250709 "
26
26
end
27
27
end
28
28
end
You can’t perform that action at this time.
0 commit comments