google-apis-networkservices_v1 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: 84aa76c9af77d5a4dd5fa5cbbe1ae44b396d2883e74636fc767161298280c739
4
- data.tar.gz: 642e952e72afe3dacad8017706aacce36a727e2e3dfe5b0cad84f0d8119e07bf
3
+ metadata.gz: c534c4ae711a5026098aa7b8bf8a410801ca2cdaa7c132bf638ea697dc73eeeb
4
+ data.tar.gz: 0f5b8b3dadda75259f4dceb63b7fdbb6d281984a87f09b0ce14acf59fb8f5d5a
5
5
  SHA512:
6
- metadata.gz: b418c383cf53e6785a4bed179a21226821e26de4ff394cccaddfd9705cf6a57aee7f1cfa491fe13d14422dfbc9d9deaaa2ce652594a3d3b204157a07cdaad0b4
7
- data.tar.gz: 9aa45ed77c48ec7a1f9418b9ad7a8ac5bbfb40964f6f2e36774417e681a57e67352fb0ddccacaa49f1ec83ec58e32fb1c3a6bfff9aa89f11825214b5460a60af
6
+ metadata.gz: afa0fa2c21418cadb162e6c220acc73703edd2c024444c9aaa4d9c3b8e976db23baf8947c1b4a5b079d56ac3a687b96cd8b2615b8500cb32b90331807c1dea66
7
+ data.tar.gz: 24dc61f8ff0455f2882f5f27799810458b93b9aaf731c56ebfea7ce3bacc868ab51c4fc3a6b471a657d9b5d685f76776227536245dab7995b3465797fd772453
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-networkservices_v1
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
@@ -1832,6 +1832,11 @@ module Google
1832
1832
  # @return [String]
1833
1833
  attr_accessor :next_page_token
1834
1834
 
1835
+ # Locations that could not be reached.
1836
+ # Corresponds to the JSON property `unreachable`
1837
+ # @return [Array<String>]
1838
+ attr_accessor :unreachable
1839
+
1835
1840
  def initialize(**args)
1836
1841
  update!(**args)
1837
1842
  end
@@ -1840,6 +1845,7 @@ module Google
1840
1845
  def update!(**args)
1841
1846
  @gateways = args[:gateways] if args.key?(:gateways)
1842
1847
  @next_page_token = args[:next_page_token] if args.key?(:next_page_token)
1848
+ @unreachable = args[:unreachable] if args.key?(:unreachable)
1843
1849
  end
1844
1850
  end
1845
1851
 
@@ -2122,7 +2128,7 @@ module Google
2122
2128
  # listen on the specified port of localhost (127.0.0.1) address. The SIDECAR
2123
2129
  # proxy will expect all traffic to be redirected to this port regardless of its
2124
2130
  # actual ip:port destination. If unset, a port '15001' is used as the
2125
- # interception port. This will is applicable only for sidecar proxy deployments.
2131
+ # interception port. This is applicable only for sidecar proxy deployments.
2126
2132
  # Corresponds to the JSON property `interceptionPort`
2127
2133
  # @return [Fixnum]
2128
2134
  attr_accessor :interception_port
@@ -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.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
@@ -876,6 +876,7 @@ module Google
876
876
  collection :gateways, as: 'gateways', class: Google::Apis::NetworkservicesV1::Gateway, decorator: Google::Apis::NetworkservicesV1::Gateway::Representation
877
877
 
878
878
  property :next_page_token, as: 'nextPageToken'
879
+ collection :unreachable, as: 'unreachable'
879
880
  end
880
881
  end
881
882
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-networkservices_v1
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-04-30 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_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-networkservices_v1/v0.25.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-networkservices_v1/v0.26.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-networkservices_v1
63
63
  post_install_message:
64
64
  rdoc_options: []