google-apis-networkservices_v1 0.39.0 → 0.41.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: 5eb0325232d9d814a9db527178eae37272d45e1a28f94dec7c8f4f6dfe0ad448
4
- data.tar.gz: 9c59f20301c1c0fbae9779bfb76ec4e6e804a5b3ae8a2b48fcc016ea6ea9b368
3
+ metadata.gz: 2efeb2c3a28cb4fb4290f2d399c359fb5aaf95e2ac686ab09dca4d22ba7f4e45
4
+ data.tar.gz: 9df30c6f001abf7334709d442454ff3fc68bf4302966faa77935eaf354806dc0
5
5
  SHA512:
6
- metadata.gz: c5f317774be44178e2a93b3e5d7fc37f4290db0de8ce94769b6770dfe9f783543fd4a6a97ee6439846bd38c895c0711e40bff97e4bdd06b9dc9c3b9886470cf6
7
- data.tar.gz: 3a49f90cc489e8e617d247844ccc02815a510a89717037fe515a6d848a455b6cfc3dd66c5fc1ef8c5f72659656ae7cd7423978bf98bcff79a25bb91f5354a61b
6
+ metadata.gz: a7317ce989d75c19f1523f42e49ef17751da91a7324be074d841c6118af3a75e5750f1b9fd58e28e78f16efe22be4742e21b7bb3a68718cb31dd1c012d8bd961
7
+ data.tar.gz: 3be6f059f45aa859ede16a7ee921ec0ca52f991fc55aed6fda56d46d2d40d54e2414ba17a434d0994009d3f5c8d20bf98330f9cfc24d8ab6ff5a57849df32ee1
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-networkservices_v1
2
2
 
3
+ ### v0.41.0 (2024-05-19)
4
+
5
+ * Regenerated from discovery document revision 20240502
6
+ * Regenerated using generator version 0.15.0
7
+
8
+ ### v0.40.0 (2024-04-21)
9
+
10
+ * Regenerated from discovery document revision 20240410
11
+
3
12
  ### v0.39.0 (2024-03-24)
4
13
 
5
14
  * Regenerated from discovery document revision 20240315
@@ -603,7 +603,7 @@ module Google
603
603
  # Gateway represents the configuration for a proxy, typically a load balancer.
604
604
  # It captures the ip:port over which the services are exposed by the proxy,
605
605
  # along with any policy configurations. Routes have reference to to Gateways to
606
- # dictate how requests should be routed by this Gateway. Next id: 32
606
+ # dictate how requests should be routed by this Gateway. Next id: 33
607
607
  class Gateway
608
608
  include Google::Apis::Core::Hashable
609
609
 
@@ -3640,7 +3640,7 @@ module Google
3640
3640
  # against all wildcard domains, i.e. `www.example.com` will be first matched
3641
3641
  # against `www.example.com`, then `*.example.com`, then `*.com.` Partial
3642
3642
  # wildcards are not supported, and values like *w.example.com are invalid. At
3643
- # least one of sni_host and alpn is required. Up to 5 sni hosts across all
3643
+ # least one of sni_host and alpn is required. Up to 100 sni hosts across all
3644
3644
  # matches can be set.
3645
3645
  # Corresponds to the JSON property `sniHost`
3646
3646
  # @return [Array<String>]
@@ -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.39.0"
19
+ GEM_VERSION = "0.41.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.14.0"
22
+ GENERATOR_VERSION = "0.15.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240315"
25
+ REVISION = "20240502"
26
26
  end
27
27
  end
28
28
  end
@@ -1634,7 +1634,7 @@ module Google
1634
1634
  # commitments. The request ID must be a valid UUID with the exception that zero
1635
1635
  # UUID is not supported (00000000-0000-0000-0000-000000000000).
1636
1636
  # @param [String] update_mask
1637
- # Required. Used to specify the fields to be overwritten in the `
1637
+ # Optional. Used to specify the fields to be overwritten in the `
1638
1638
  # LbRouteExtension` resource by the update. The fields specified in the
1639
1639
  # update_mask are relative to the resource, not the full request. A field is
1640
1640
  # overwritten if it is in the mask. If the user does not specify a mask, then
@@ -1858,7 +1858,7 @@ module Google
1858
1858
  # commitments. The request ID must be a valid UUID with the exception that zero
1859
1859
  # UUID is not supported (00000000-0000-0000-0000-000000000000).
1860
1860
  # @param [String] update_mask
1861
- # Required. Used to specify the fields to be overwritten in the `
1861
+ # Optional. Used to specify the fields to be overwritten in the `
1862
1862
  # LbTrafficExtension` resource by the update. The fields specified in the
1863
1863
  # update_mask are relative to the resource, not the full request. A field is
1864
1864
  # overwritten if it is in the mask. If the user does not specify a mask, then
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.39.0
4
+ version: 0.41.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: 2024-03-24 00:00:00.000000000 Z
11
+ date: 2024-05-19 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.14.0
19
+ version: 0.15.0
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.14.0
29
+ version: 0.15.0
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_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-networkservices_v1/v0.39.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-networkservices_v1/v0.41.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: []