google-apis-networkservices_v1beta1 0.37.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: a44f2f7a16c7ff2a1db0ee25dde667fc3416cc470948f97aa8ea1abbffdb6f23
4
- data.tar.gz: f034a4f9fce26d45ca09aa60c7955f281743c97efc02d53ee13586e747e4d730
3
+ metadata.gz: c0b3395f28d7d241dcd937cd3bd64fc7b6636eae22f569411c457e20d4206d0d
4
+ data.tar.gz: 59f0daa1ca2991b2f9d9c8ebb1dd987e1a16ce9093d39b1d7b76373d81ca391e
5
5
  SHA512:
6
- metadata.gz: b011cecb1611a9bcc94b65c85efcf3ff80231a47d4f5f51443ef0ca7c05a97a4c7ac6be7e212044eed08f710f82f3c3c18abd114d2c440000e6d9bbe1f0327ba
7
- data.tar.gz: 2408ed7a33709d449dcba74e53a1ed9b584970a797c0fbeaf9ecb95db3e961a47982c956b822e84d6579a02f453d670658f012cfccfb482ac98139d67794ad3e
6
+ metadata.gz: 64488c9cabf21d723ea60bebee663f1f071d55d2912f08e44ab3d2f92a25de827df861a8cd87414b2c0291a699fb39378fe52c03425dc79a4a31c0848ce701fc
7
+ data.tar.gz: d3ef4d648300588e1d9fe98393c3765c65b78fc3d6d70399d53f20e3639da3ac6e542832b406805013d0b14fced3b59c7bb193afd1f4d0532bedb1b0db332e31
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-networkservices_v1beta1
2
2
 
3
+ ### v0.39.0 (2024-03-03)
4
+
5
+ * Regenerated from discovery document revision 20240224
6
+
7
+ ### v0.38.0 (2024-02-24)
8
+
9
+ * Regenerated using generator version 0.14.0
10
+
3
11
  ### v0.37.0 (2024-02-18)
4
12
 
5
13
  * Regenerated from discovery document revision 20240207
data/OVERVIEW.md CHANGED
@@ -83,9 +83,9 @@ The [product documentation](https://cloud.google.com/networking) may provide gui
83
83
 
84
84
  ## Supported Ruby versions
85
85
 
86
- This library is supported on Ruby 2.5+.
86
+ This library is supported on Ruby 2.7+.
87
87
 
88
- Google provides official support for Ruby versions that are actively supported by Ruby Core -- that is, Ruby versions that are either in normal maintenance or in security maintenance, and not end of life. Currently, this means Ruby 2.5 and later. Older versions of Ruby _may_ still work, but are unsupported and not recommended. See https://www.ruby-lang.org/en/downloads/branches/ for details about the Ruby support schedule.
88
+ Google provides official support for Ruby versions that are actively supported by Ruby Core -- that is, Ruby versions that are either in normal maintenance or in security maintenance, and not end of life. Older versions of Ruby _may_ still work, but are unsupported and not recommended. See https://www.ruby-lang.org/en/downloads/branches/ for details about the Ruby support schedule.
89
89
 
90
90
  ## License
91
91
 
@@ -438,7 +438,7 @@ module Google
438
438
  include Google::Apis::Core::Hashable
439
439
 
440
440
  # Optional. The `:authority` header in the gRPC request sent from Envoy to the
441
- # extension service.
441
+ # extension service. Required for Callout extensions.
442
442
  # Corresponds to the JSON property `authority`
443
443
  # @return [String]
444
444
  attr_accessor :authority
@@ -446,11 +446,12 @@ module Google
446
446
  # Optional. Determines how the proxy behaves if the call to the extension fails
447
447
  # or times out. When set to `TRUE`, request or response processing continues
448
448
  # without error. Any subsequent extensions in the extension chain are also
449
- # executed. When set to `FALSE`: * If response headers have not been delivered
450
- # to the downstream client, a generic 500 error is returned to the client. The
451
- # error response can be tailored by configuring a custom error response in the
452
- # load balancer. * If response headers have been delivered, then the HTTP stream
453
- # to the downstream client is reset. Default is `FALSE`.
449
+ # executed. When set to `FALSE` or the default setting of `FALSE` is used, one
450
+ # of the following happens: * If response headers have not been delivered to the
451
+ # downstream client, a generic 500 error is returned to the client. The error
452
+ # response can be tailored by configuring a custom error response in the load
453
+ # balancer. * If response headers have been delivered, then the HTTP stream to
454
+ # the downstream client is reset.
454
455
  # Corresponds to the JSON property `failOpen`
455
456
  # @return [Boolean]
456
457
  attr_accessor :fail_open
@@ -473,7 +474,7 @@ module Google
473
474
  attr_accessor :name
474
475
 
475
476
  # Required. The reference to the service that runs the extension. Currently only
476
- # Callout extensions are supported here. To configure a Callout extension, `
477
+ # callout extensions are supported here. To configure a callout extension, `
477
478
  # service` must be a fully-qualified reference to a [backend service](https://
478
479
  # cloud.google.com/compute/docs/reference/rest/v1/backendServices) in the format:
479
480
  # `https://www.googleapis.com/compute/v1/projects/`project`/regions/`region`/
@@ -490,8 +491,8 @@ module Google
490
491
  # @return [Array<String>]
491
492
  attr_accessor :supported_events
492
493
 
493
- # Required. Specifies the timeout for each individual message on the stream. The
494
- # timeout must be between 10-1000 milliseconds.
494
+ # Optional. Specifies the timeout for each individual message on the stream. The
495
+ # timeout must be between 10-1000 milliseconds. Required for Callout extensions.
495
496
  # Corresponds to the JSON property `timeout`
496
497
  # @return [String]
497
498
  attr_accessor :timeout
@@ -518,8 +519,8 @@ module Google
518
519
 
519
520
  # Required. A Common Expression Language (CEL) expression that is used to match
520
521
  # requests for which the extension chain is executed. For more information, see [
521
- # CEL matcher language reference](https://cloud.google.com/service-extensions/
522
- # docs/cel-matcher-language-reference).
522
+ # CEL matcher language reference](/service-extensions/docs/cel-matcher-language-
523
+ # reference).
523
524
  # Corresponds to the JSON property `celExpression`
524
525
  # @return [String]
525
526
  attr_accessor :cel_expression
@@ -2090,8 +2091,8 @@ module Google
2090
2091
  attr_accessor :forwarding_rules
2091
2092
 
2092
2093
  # Optional. Set of labels associated with the `LbRouteExtension` resource. The
2093
- # format must comply with [the following requirements](/compute/docs/labeling-
2094
- # resources#requirements).
2094
+ # format must comply with [the requirements for labels](/compute/docs/labeling-
2095
+ # resources#requirements) for Google Cloud resources.
2095
2096
  # Corresponds to the JSON property `labels`
2096
2097
  # @return [Hash<String,String>]
2097
2098
  attr_accessor :labels
@@ -2168,8 +2169,8 @@ module Google
2168
2169
  attr_accessor :forwarding_rules
2169
2170
 
2170
2171
  # Optional. Set of labels associated with the `LbTrafficExtension` resource. The
2171
- # format must comply with [the following requirements](/compute/docs/labeling-
2172
- # resources#requirements).
2172
+ # format must comply with [the requirements for labels](/compute/docs/labeling-
2173
+ # resources#requirements) for Google Cloud resources.
2173
2174
  # Corresponds to the JSON property `labels`
2174
2175
  # @return [Hash<String,String>]
2175
2176
  attr_accessor :labels
@@ -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.37.0"
19
+ GEM_VERSION = "0.39.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.13.1"
22
+ GENERATOR_VERSION = "0.14.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240207"
25
+ REVISION = "20240224"
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_v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.37.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-02-18 00:00:00.000000000 Z
11
+ date: 2024-03-03 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.12.0
19
+ version: 0.14.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.12.0
29
+ version: 0.14.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_v1beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-networkservices_v1beta1/v0.37.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-networkservices_v1beta1/v0.39.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: []
@@ -68,14 +68,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
68
68
  requirements:
69
69
  - - ">="
70
70
  - !ruby/object:Gem::Version
71
- version: '2.5'
71
+ version: '2.7'
72
72
  required_rubygems_version: !ruby/object:Gem::Requirement
73
73
  requirements:
74
74
  - - ">="
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.5.3
78
+ rubygems_version: 3.5.6
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Network Services API V1beta1