google-apis-networkservices_v1 0.38.0 → 0.39.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: 37f931ae8b99cb29dae2ab21ec9e2c9309daf80763e27ef53928ee4f67a2830f
4
- data.tar.gz: 481eefcd7989916f1f8e615a4431f6ae5fe32d5d31932b45f93164505c69df12
3
+ metadata.gz: 5eb0325232d9d814a9db527178eae37272d45e1a28f94dec7c8f4f6dfe0ad448
4
+ data.tar.gz: 9c59f20301c1c0fbae9779bfb76ec4e6e804a5b3ae8a2b48fcc016ea6ea9b368
5
5
  SHA512:
6
- metadata.gz: 50fbce7b44a77a2960b1d2b7fd3822f4c6d78dce2ad8c4e053db5a1d27e8abf09dd19214810f97a21514a802ed5ea3327e6801ddccf437fdfdc5d6ab2d30c934
7
- data.tar.gz: d91fa53b06713ed9ef6a8a6d63ec6e3e135d9ae47c23690fbcef8905b015ce687f4208cd7716bf666e773be54f03f17220d6e1b96909e8cb6eac04188489a13d
6
+ metadata.gz: c5f317774be44178e2a93b3e5d7fc37f4290db0de8ce94769b6770dfe9f783543fd4a6a97ee6439846bd38c895c0711e40bff97e4bdd06b9dc9c3b9886470cf6
7
+ data.tar.gz: 3a49f90cc489e8e617d247844ccc02815a510a89717037fe515a6d848a455b6cfc3dd66c5fc1ef8c5f72659656ae7cd7423978bf98bcff79a25bb91f5354a61b
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-networkservices_v1
2
2
 
3
+ ### v0.39.0 (2024-03-24)
4
+
5
+ * Regenerated from discovery document revision 20240315
6
+
3
7
  ### v0.38.0 (2024-03-03)
4
8
 
5
9
  * Regenerated from discovery document revision 20240224
@@ -584,8 +584,8 @@ module Google
584
584
 
585
585
  # Required. A Common Expression Language (CEL) expression that is used to match
586
586
  # requests for which the extension chain is executed. For more information, see [
587
- # CEL matcher language reference](/service-extensions/docs/cel-matcher-language-
588
- # reference).
587
+ # CEL matcher language reference](https://cloud.google.com/service-extensions/
588
+ # docs/cel-matcher-language-reference).
589
589
  # Corresponds to the JSON property `celExpression`
590
590
  # @return [String]
591
591
  attr_accessor :cel_expression
@@ -2156,8 +2156,8 @@ module Google
2156
2156
  attr_accessor :forwarding_rules
2157
2157
 
2158
2158
  # Optional. Set of labels associated with the `LbRouteExtension` resource. The
2159
- # format must comply with [the requirements for labels](/compute/docs/labeling-
2160
- # resources#requirements) for Google Cloud resources.
2159
+ # format must comply with [the requirements for labels](https://cloud.google.com/
2160
+ # compute/docs/labeling-resources#requirements) for Google Cloud resources.
2161
2161
  # Corresponds to the JSON property `labels`
2162
2162
  # @return [Hash<String,String>]
2163
2163
  attr_accessor :labels
@@ -2234,8 +2234,8 @@ module Google
2234
2234
  attr_accessor :forwarding_rules
2235
2235
 
2236
2236
  # Optional. Set of labels associated with the `LbTrafficExtension` resource. The
2237
- # format must comply with [the requirements for labels](/compute/docs/labeling-
2238
- # resources#requirements) for Google Cloud resources.
2237
+ # format must comply with [the requirements for labels](https://cloud.google.com/
2238
+ # compute/docs/labeling-resources#requirements) for Google Cloud resources.
2239
2239
  # Corresponds to the JSON property `labels`
2240
2240
  # @return [Hash<String,String>]
2241
2241
  attr_accessor :labels
@@ -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.38.0"
19
+ GEM_VERSION = "0.39.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 = "20240224"
25
+ REVISION = "20240315"
26
26
  end
27
27
  end
28
28
  end
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.38.0
4
+ version: 0.39.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-03 00:00:00.000000000 Z
11
+ date: 2024-03-24 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.38.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-networkservices_v1/v0.39.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: []