google-apis-networkservices_v1beta1 0.55.0 → 0.56.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: 02a1aef1b2c90f4185b2d089ff94b555782fcdc77d3a0f5586334b6d30d82d98
|
4
|
+
data.tar.gz: 0a4360484ce6d570bfddcc6b81eabc10832886569563b129585527e5eff0fd19
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1720fe0038a74c1007afdbfdf2e3e4c5328bf6d660d2eed14528bb6c3c1b6cc3a827b35217645ff27aace827f8499d316fd6ceb13a56a5879802b7157f8a0491
|
7
|
+
data.tar.gz: 21e6695a6e63fc419d75af6b0f591fef89795825d7f76ade538d1935b5ea2074aac627cd91f9d476a214df77829ee1bc518d500dfc1319e2b2d339eb77ad5964
|
data/CHANGELOG.md
CHANGED
@@ -584,8 +584,8 @@ module Google
|
|
584
584
|
|
585
585
|
# Required. One or more port numbers (1-65535), on which the Gateway will
|
586
586
|
# receive traffic. The proxy binds to the specified ports. Gateways of type '
|
587
|
-
# SECURE_WEB_GATEWAY' are limited to
|
588
|
-
# on 0.0.0.0 for IPv4 and :: for IPv6 and support multiple ports.
|
587
|
+
# SECURE_WEB_GATEWAY' are limited to 5 ports. Gateways of type 'OPEN_MESH'
|
588
|
+
# listen on 0.0.0.0 for IPv4 and :: for IPv6 and support multiple ports.
|
589
589
|
# Corresponds to the JSON property `ports`
|
590
590
|
# @return [Array<Fixnum>]
|
591
591
|
attr_accessor :ports
|
@@ -4141,7 +4141,7 @@ module Google
|
|
4141
4141
|
attr_accessor :enable
|
4142
4142
|
alias_method :enable?, :enable
|
4143
4143
|
|
4144
|
-
# Non-empty default.
|
4144
|
+
# Non-empty default. Specifies the lowest level of the plugin logs that are
|
4145
4145
|
# exported to Cloud Logging. This setting relates to the logs generated by using
|
4146
4146
|
# logging statements in your Wasm code. This field is can be set only if logging
|
4147
4147
|
# 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 NetworkservicesV1beta1
|
18
18
|
# Version of the google-apis-networkservices_v1beta1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.56.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_v1beta1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.56.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_v1beta1/CHANGELOG.md
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-networkservices_v1beta1/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-networkservices_v1beta1/v0.56.0
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-networkservices_v1beta1
|
62
62
|
rdoc_options: []
|
63
63
|
require_paths:
|