google-apis-networkservices_v1beta1 0.12.0 → 0.15.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: bd980751ac46ad5713dafcef31486f80710548f4d26cb1b1a9ac92ea58a48068
4
- data.tar.gz: 878fb74f308d46873f3ee7865f4fa76c1de3ac0fd9c377f62031246988afdb6f
3
+ metadata.gz: 17c4db33b91f6da8e0ad969a74c9a81c7b8e436b07ac19aca84ce558d487e234
4
+ data.tar.gz: 3c1156b78cf86e92aa6eec84ccfaf721e664a353a9184528e16be789517e27f0
5
5
  SHA512:
6
- metadata.gz: 6589f06ce4ed5abeff87c8469eb49f54efc84f34b4cba87f5c6b0f2b97fa06959b2905d4fead11cd643e9fd667ec503aefc86df93713192f41593356b47c9146
7
- data.tar.gz: e87de70fd08948c800a2c674b0e5d38372a076b128c376a63e2b18a4c3e41690a192fccf082e39b78561e65eb8bfc4a6ba15df4e58bf6fc387e94a8983fff777
6
+ metadata.gz: 76a6ad9ff057147d48886d67d493ad0ffaf2e5b655049f1c1b6f7dc85689857774eaeeaa8edebdccf15025230237ade7a1802ab15ec4ae37f1c84a677a715ec5
7
+ data.tar.gz: d97e090647e34e670fd18db738abc8eeb34df8f42b6c65140446bc71edfcb5476732af37b9b2eb6149a406e1119de2d3bdfc185cb78565dd6787e9c103dcfb40
data/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # Release history for google-apis-networkservices_v1beta1
2
2
 
3
+ ### v0.15.0 (2022-07-24)
4
+
5
+ * Regenerated from discovery document revision 20220713
6
+ * Regenerated using generator version 0.9.0
7
+
8
+ ### v0.14.0 (2022-06-30)
9
+
10
+ * Regenerated using generator version 0.8.0
11
+
12
+ ### v0.13.0 (2022-06-20)
13
+
14
+ * Regenerated using generator version 0.7.0
15
+
3
16
  ### v0.12.0 (2022-06-07)
4
17
 
5
18
  * Regenerated from discovery document revision 20220511
@@ -392,9 +392,10 @@ module Google
392
392
  # @return [String]
393
393
  attr_accessor :name
394
394
 
395
- # Required. One or more ports that the Gateway must receive traffic on. The
396
- # proxy binds to the ports specified. Gateway listen on 0.0.0.0 on the ports
397
- # specified below.
395
+ # Required. One or more port numbers (1-65535), on which the Gateway will
396
+ # receive traffic. The proxy binds to the specified ports. Gateways of type '
397
+ # SECURE_WEB_GATEWAY' are limited to 1 port. Gateways of type 'OPEN_MESH' listen
398
+ # on 0.0.0.0 and support multiple ports.
398
399
  # Corresponds to the JSON property `ports`
399
400
  # @return [Array<Fixnum>]
400
401
  attr_accessor :ports
@@ -419,7 +420,8 @@ module Google
419
420
  # @return [String]
420
421
  attr_accessor :server_tls_policy
421
422
 
422
- # Immutable. The type of the customer managed gateway.
423
+ # Immutable. The type of the customer managed gateway. This field is required.
424
+ # If unspecified, an error is returned.
423
425
  # Corresponds to the JSON property `type`
424
426
  # @return [String]
425
427
  attr_accessor :type
@@ -748,7 +750,7 @@ module Google
748
750
  include Google::Apis::Core::Hashable
749
751
 
750
752
  # Specifies the allowed number of retries. This number must be > 0. If not
751
- # specpfied, default to 1.
753
+ # specified, default to 1.
752
754
  # Corresponds to the JSON property `numRetries`
753
755
  # @return [Fixnum]
754
756
  attr_accessor :num_retries
@@ -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.12.0"
19
+ GEM_VERSION = "0.15.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.5.0"
22
+ GENERATOR_VERSION = "0.9.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220511"
25
+ REVISION = "20220713"
26
26
  end
27
27
  end
28
28
  end
@@ -1009,7 +1009,7 @@ module Google
1009
1009
  # Maximum number of HttpRoutes to return per call.
1010
1010
  # @param [String] page_token
1011
1011
  # The value returned by the last `ListHttpRoutesResponse` Indicates that this is
1012
- # a continuation of a prior `ListRouters` call, and that the system should
1012
+ # a continuation of a prior `ListHttpRoutes` call, and that the system should
1013
1013
  # return the next page of data.
1014
1014
  # @param [String] fields
1015
1015
  # Selector specifying which fields to include in a partial response.
@@ -1898,7 +1898,7 @@ module Google
1898
1898
  # Maximum number of TcpRoutes to return per call.
1899
1899
  # @param [String] page_token
1900
1900
  # The value returned by the last `ListTcpRoutesResponse` Indicates that this is
1901
- # a continuation of a prior `ListRouters` call, and that the system should
1901
+ # a continuation of a prior `ListTcpRoutes` call, and that the system should
1902
1902
  # return the next page of data.
1903
1903
  # @param [String] fields
1904
1904
  # Selector specifying which fields to include in a partial response.
@@ -2078,7 +2078,7 @@ module Google
2078
2078
  # Maximum number of TlsRoutes to return per call.
2079
2079
  # @param [String] page_token
2080
2080
  # The value returned by the last `ListTlsRoutesResponse` Indicates that this is
2081
- # a continuation of a prior `ListRouters` call, and that the system should
2081
+ # a continuation of a prior `ListTlsRoutes` call, and that the system should
2082
2082
  # return the next page of data.
2083
2083
  # @param [String] fields
2084
2084
  # 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_v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.12.0
4
+ version: 0.15.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-06-13 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
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '0.5'
19
+ version: '0.7'
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: '0.5'
29
+ version: '0.7'
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -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.12.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-networkservices_v1beta1/v0.15.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: []