google-apis-networkservices_v1 0.60.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
@@ -831,8 +831,8 @@ module Google
|
|
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
|
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 @@ module Google
|
|
4406
4406
|
attr_accessor :enable
|
4407
4407
|
alias_method :enable?, :enable
|
4408
4408
|
|
4409
|
-
# Non-empty default.
|
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
|
@@ -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:
|