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: 445dea23d5b65a5d98962cadbadc357673b02d08b2bcbbab7524b982669744b5
4
- data.tar.gz: a4fc4f5f20db55b7eb7248ed49c5bed8af85f6f4a762adf1dc4972cd18df9c6a
3
+ metadata.gz: 4f825a91766458b2fb20c735aebda046e0dad09463166814fa33ed52f9a5c65c
4
+ data.tar.gz: c9bae7dcb5940bff320a731610afeffbd260bfcee7922b2c7d60788daa49679b
5
5
  SHA512:
6
- metadata.gz: e01104bb01eb0d2f50a87e4e056dc456961810687c0c3845c68e48e7c18cf847ca00a3a7205351cbe7b2911986994fe16a80557089668b12b1fcb1791efc9531
7
- data.tar.gz: 81dcd8508f0ed514871dfcd053a76e6838bec72b1ccb436472e4c2ff5832d81f80d9bbf57de7b8719a4752c1432063967783aef33f2743e5de94d0c21b03f691
6
+ metadata.gz: f9414625f78ac15c991077dd6498cbec3408b471885b2d74ae3f47f0ff6bdfc6e3d0fcae7c1a6c8f50c31563cf6f5dccbc97ab1b0dbfdb4e3677f8b0af9852e6
7
+ data.tar.gz: 72c02ff27a90709c9c43bcca9f894576c4abce746c0f6fce18492e252e7b3d6857b20e0a0837b71076ed3fb920861619e43f5b2a02088c7dc21c62336f3e682a
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-networkservices_v1beta1
2
2
 
3
+ ### v0.26.0 (2023-05-28)
4
+
5
+ * Regenerated from discovery document revision 20230510
6
+
3
7
  ### v0.25.0 (2023-04-30)
4
8
 
5
9
  * Regenerated from discovery document revision 20230424
@@ -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 will is applicable only for sidecar proxy deployments.
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.25.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 = "20230424"
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.25.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-14 00:00:00.000000000 Z
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.25.0
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: []