google-apis-networkservices_v1 0.39.0 → 0.40.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: 9ebc90fe247e88d31c4973f907a955cc88c7757f89a68f33f02e2283cfcb23c2
4
+ data.tar.gz: a084938b21d3fc199194950dffb46b760e0124e41f54078d0bc2a8c1f88fe617
5
5
  SHA512:
6
- metadata.gz: c5f317774be44178e2a93b3e5d7fc37f4290db0de8ce94769b6770dfe9f783543fd4a6a97ee6439846bd38c895c0711e40bff97e4bdd06b9dc9c3b9886470cf6
7
- data.tar.gz: 3a49f90cc489e8e617d247844ccc02815a510a89717037fe515a6d848a455b6cfc3dd66c5fc1ef8c5f72659656ae7cd7423978bf98bcff79a25bb91f5354a61b
6
+ metadata.gz: b5e60d18a6447ac6e956e1fce9a79ac5ecf7c334f925d319f2e7b72becf67fcdc35b4c7f079176e076d371e2a044400bd0c3b3871b184d288e0cf25e2cb672a2
7
+ data.tar.gz: 5ea611f8e96186464ff2d8337be53c3cb680dbb7d5aa972549ecdfbda471340d7baad760ecd5589cb59fb378af9f298bfca78f98fa8bf9ca5da50876fa2b93a9
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-networkservices_v1
2
2
 
3
+ ### v0.40.0 (2024-04-21)
4
+
5
+ * Regenerated from discovery document revision 20240410
6
+
3
7
  ### v0.39.0 (2024-03-24)
4
8
 
5
9
  * Regenerated from discovery document revision 20240315
@@ -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.40.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.14.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240315"
25
+ REVISION = "20240410"
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.40.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-04-21 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.39.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-networkservices_v1/v0.40.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: []