google-apis-networkservices_v1beta1 0.25.0 → 0.26.0
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4f825a91766458b2fb20c735aebda046e0dad09463166814fa33ed52f9a5c65c
|
4
|
+
data.tar.gz: c9bae7dcb5940bff320a731610afeffbd260bfcee7922b2c7d60788daa49679b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f9414625f78ac15c991077dd6498cbec3408b471885b2d74ae3f47f0ff6bdfc6e3d0fcae7c1a6c8f50c31563cf6f5dccbc97ab1b0dbfdb4e3677f8b0af9852e6
|
7
|
+
data.tar.gz: 72c02ff27a90709c9c43bcca9f894576c4abce746c0f6fce18492e252e7b3d6857b20e0a0837b71076ed3fb920861619e43f5b2a02088c7dc21c62336f3e682a
|
data/CHANGELOG.md
CHANGED
@@ -1767,6 +1767,11 @@ module Google
|
|
1767
1767
|
# @return [String]
|
1768
1768
|
attr_accessor :next_page_token
|
1769
1769
|
|
1770
|
+
# Locations that could not be reached.
|
1771
|
+
# Corresponds to the JSON property `unreachable`
|
1772
|
+
# @return [Array<String>]
|
1773
|
+
attr_accessor :unreachable
|
1774
|
+
|
1770
1775
|
def initialize(**args)
|
1771
1776
|
update!(**args)
|
1772
1777
|
end
|
@@ -1775,6 +1780,7 @@ module Google
|
|
1775
1780
|
def update!(**args)
|
1776
1781
|
@gateways = args[:gateways] if args.key?(:gateways)
|
1777
1782
|
@next_page_token = args[:next_page_token] if args.key?(:next_page_token)
|
1783
|
+
@unreachable = args[:unreachable] if args.key?(:unreachable)
|
1778
1784
|
end
|
1779
1785
|
end
|
1780
1786
|
|
@@ -2057,7 +2063,7 @@ module Google
|
|
2057
2063
|
# listen on the specified port of localhost (127.0.0.1) address. The SIDECAR
|
2058
2064
|
# proxy will expect all traffic to be redirected to this port regardless of its
|
2059
2065
|
# actual ip:port destination. If unset, a port '15001' is used as the
|
2060
|
-
# interception port. This
|
2066
|
+
# interception port. This is applicable only for sidecar proxy deployments.
|
2061
2067
|
# Corresponds to the JSON property `interceptionPort`
|
2062
2068
|
# @return [Fixnum]
|
2063
2069
|
attr_accessor :interception_port
|
@@ -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.26.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.12.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20230510"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -859,6 +859,7 @@ module Google
|
|
859
859
|
collection :gateways, as: 'gateways', class: Google::Apis::NetworkservicesV1beta1::Gateway, decorator: Google::Apis::NetworkservicesV1beta1::Gateway::Representation
|
860
860
|
|
861
861
|
property :next_page_token, as: 'nextPageToken'
|
862
|
+
collection :unreachable, as: 'unreachable'
|
862
863
|
end
|
863
864
|
end
|
864
865
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
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.26.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-05-
|
11
|
+
date: 2023-05-28 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -58,7 +58,7 @@ licenses:
|
|
58
58
|
metadata:
|
59
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
60
60
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-networkservices_v1beta1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-networkservices_v1beta1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-networkservices_v1beta1/v0.26.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-networkservices_v1beta1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|