google-apis-networkservices_v1 0.13.0 → 0.14.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: e8498d8322292a74153286de14d3fd4d292852911b820fbd65e2bdc169a2f245
4
- data.tar.gz: 1847d1b309b294c2ec25d6665c5145694a1625d7c0b5bfad2f27d3e77ab4aa88
3
+ metadata.gz: d12b989d1e33dc066386d05137cb986d675226b75474b4c58e0e266e0e670cdb
4
+ data.tar.gz: 5af2ca229916b8334b892eb60d7e70f468142998eb2252a0835a6d3fb0748991
5
5
  SHA512:
6
- metadata.gz: 023d1e3e8edaf8ed8e67ff4d98e3ebae2422004ce3c463be5196b8e32e9130a5abac5140733678761ff471e157719029a90db37df6dbc71e87f6dbb5d4eaad3d
7
- data.tar.gz: b249784c6d23e74cf19b7ff3cfb88ee66514ba89e0aa8e63c44076973e7493eff404ce1172e7c92238ad5e0aeecbe5180e681978b33eec7468b704b4602dcd3d
6
+ metadata.gz: 5320d149c35d046fa7a4b4c3cbe2a615f98ed41b9101a357c8f4bc9dc494cbc0dc9f984ce322a95feff0cbfe1eca9e2b1ad0fd0aa69332c92e000a72995a3f9d
7
+ data.tar.gz: 0f0fe3d7ecae8507dcba3ba94d5571d589f206c945563eb2c9dd7d6a36a89d7605bebd569f5a0b323b04067ac4e3fd817caa69736d498dc75cf038ccbbed56cd
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-networkservices_v1
2
2
 
3
+ ### v0.14.0 (2022-07-24)
4
+
5
+ * Regenerated from discovery document revision 20220713
6
+ * Regenerated using generator version 0.9.0
7
+
3
8
  ### v0.13.0 (2022-06-30)
4
9
 
5
10
  * Regenerated using generator version 0.8.0
@@ -457,9 +457,10 @@ module Google
457
457
  # @return [String]
458
458
  attr_accessor :name
459
459
 
460
- # Required. One or more ports that the Gateway must receive traffic on. The
461
- # proxy binds to the ports specified. Gateway listen on 0.0.0.0 on the ports
462
- # specified below.
460
+ # Required. One or more port numbers (1-65535), on which the Gateway will
461
+ # receive traffic. The proxy binds to the specified ports. Gateways of type '
462
+ # SECURE_WEB_GATEWAY' are limited to 1 port. Gateways of type 'OPEN_MESH' listen
463
+ # on 0.0.0.0 and support multiple ports.
463
464
  # Corresponds to the JSON property `ports`
464
465
  # @return [Array<Fixnum>]
465
466
  attr_accessor :ports
@@ -484,7 +485,8 @@ module Google
484
485
  # @return [String]
485
486
  attr_accessor :server_tls_policy
486
487
 
487
- # Immutable. The type of the customer managed gateway.
488
+ # Immutable. The type of the customer managed gateway. This field is required.
489
+ # If unspecified, an error is returned.
488
490
  # Corresponds to the JSON property `type`
489
491
  # @return [String]
490
492
  attr_accessor :type
@@ -813,7 +815,7 @@ module Google
813
815
  include Google::Apis::Core::Hashable
814
816
 
815
817
  # Specifies the allowed number of retries. This number must be > 0. If not
816
- # specpfied, default to 1.
818
+ # specified, default to 1.
817
819
  # Corresponds to the JSON property `numRetries`
818
820
  # @return [Fixnum]
819
821
  attr_accessor :num_retries
@@ -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.13.0"
19
+ GEM_VERSION = "0.14.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.8.0"
22
+ GENERATOR_VERSION = "0.9.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220614"
25
+ REVISION = "20220713"
26
26
  end
27
27
  end
28
28
  end
@@ -1372,7 +1372,7 @@ module Google
1372
1372
  # Maximum number of HttpRoutes to return per call.
1373
1373
  # @param [String] page_token
1374
1374
  # The value returned by the last `ListHttpRoutesResponse` Indicates that this is
1375
- # a continuation of a prior `ListRouters` call, and that the system should
1375
+ # a continuation of a prior `ListHttpRoutes` call, and that the system should
1376
1376
  # return the next page of data.
1377
1377
  # @param [String] fields
1378
1378
  # Selector specifying which fields to include in a partial response.
@@ -2261,7 +2261,7 @@ module Google
2261
2261
  # Maximum number of TcpRoutes to return per call.
2262
2262
  # @param [String] page_token
2263
2263
  # The value returned by the last `ListTcpRoutesResponse` Indicates that this is
2264
- # a continuation of a prior `ListRouters` call, and that the system should
2264
+ # a continuation of a prior `ListTcpRoutes` call, and that the system should
2265
2265
  # return the next page of data.
2266
2266
  # @param [String] fields
2267
2267
  # Selector specifying which fields to include in a partial response.
@@ -2441,7 +2441,7 @@ module Google
2441
2441
  # Maximum number of TlsRoutes to return per call.
2442
2442
  # @param [String] page_token
2443
2443
  # The value returned by the last `ListTlsRoutesResponse` Indicates that this is
2444
- # a continuation of a prior `ListRouters` call, and that the system should
2444
+ # a continuation of a prior `ListTlsRoutes` call, and that the system should
2445
2445
  # return the next page of data.
2446
2446
  # @param [String] fields
2447
2447
  # Selector specifying which fields to include in a partial response.
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.13.0
4
+ version: 0.14.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: 2022-07-04 00:00:00.000000000 Z
11
+ date: 2022-07-25 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.13.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-networkservices_v1/v0.14.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: []