google-apis-networkservices_v1beta1 0.30.0 → 0.32.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: 1719fac10e53bce156a35ca403bd85dfe4a3806cb8be9cdcc7aa5e5249f8bea1
4
- data.tar.gz: f9710b0123b1ba1c747a5b62fdf13e21f1e06b4e2dc9ab4aa31c609870350837
3
+ metadata.gz: a483551127a99f66ec4823ec681e6f47b5a1a82cdf6e1624dfd78ffb83a4f031
4
+ data.tar.gz: 696a9ea13afddf95991e2b3e7f3b9b229bb29df9ca7089566f6b5cc8e9a2850f
5
5
  SHA512:
6
- metadata.gz: 55389d5046f20b95b776c6adfa22e407cf18074e6a69848d8dab9ea7900b408c2394cede4beaf4289a663dfcfe34e84a4d71468a93be63ec70789eb5213020d2
7
- data.tar.gz: 788d8e178759bafe6dfa44a6a5675a0610c17cad91270a378fd67e2050a623261d5ce49679397495bfaab5505a183b8b6dad0526cd30e5ad19b145c6836acbb4
6
+ metadata.gz: 7da3effe7414b728ae12b2b2b196f1d6512ca24f71f19c779f1db40169b3703a91d491dacf718532a86f8251141a0f110df0c36af6d82da46245ab5acc9c8a68
7
+ data.tar.gz: ef98c75acf5b33f85e88d102527831023404cfe3b8a599429b324eb84b5d5b8b68c06c5ffd8f73234a1e076a5aefe31e41393c3a03fe24296a9f4cb464c14286
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-networkservices_v1beta1
2
2
 
3
+ ### v0.32.0 (2023-12-10)
4
+
5
+ * Regenerated from discovery document revision 20231129
6
+
7
+ ### v0.31.0 (2023-10-29)
8
+
9
+ * Regenerated from discovery document revision 20231018
10
+
3
11
  ### v0.30.0 (2023-10-01)
4
12
 
5
13
  * Regenerated from discovery document revision 20230926
@@ -447,9 +447,13 @@ module Google
447
447
  # @return [String]
448
448
  attr_accessor :name
449
449
 
450
- # Required. The reference to the service that runs the extension. Must be a
451
- # reference to a [backend service](https://cloud.google.com/compute/docs/
452
- # reference/rest/v1/backendServices).
450
+ # Required. The reference to the service that runs the extension. Currently only
451
+ # Callout extensions are supported here. To configure a Callout extension, `
452
+ # service` must be a fully-qualified reference to a [backend service](https://
453
+ # cloud.google.com/compute/docs/reference/rest/v1/backendServices) in the format:
454
+ # `https://www.googleapis.com/compute/v1/projects/`project`/regions/`region`/
455
+ # backendServices/`backendService`` or `https://www.googleapis.com/compute/v1/
456
+ # projects/`project`/global/backendServices/`backendService``.
453
457
  # Corresponds to the JSON property `service`
454
458
  # @return [String]
455
459
  attr_accessor :service
@@ -488,7 +492,9 @@ module Google
488
492
  include Google::Apis::Core::Hashable
489
493
 
490
494
  # Required. A Common Expression Language (CEL) expression that is used to match
491
- # requests for which the extension chain is executed.
495
+ # requests for which the extension chain is executed. For more information, see [
496
+ # CEL matcher language reference](https://cloud.google.com/service-extensions/
497
+ # docs/cel-matcher-language-reference).
492
498
  # Corresponds to the JSON property `celExpression`
493
499
  # @return [String]
494
500
  attr_accessor :cel_expression
@@ -506,7 +512,7 @@ module Google
506
512
  # Gateway represents the configuration for a proxy, typically a load balancer.
507
513
  # It captures the ip:port over which the services are exposed by the proxy,
508
514
  # along with any policy configurations. Routes have reference to to Gateways to
509
- # dictate how requests should be routed by this Gateway.
515
+ # dictate how requests should be routed by this Gateway. Next id: 29
510
516
  class Gateway
511
517
  include Google::Apis::Core::Hashable
512
518
 
@@ -543,6 +549,12 @@ module Google
543
549
  # @return [String]
544
550
  attr_accessor :gateway_security_policy
545
551
 
552
+ # Optional. The IP Version that will be used by this gateway. Valid options are
553
+ # IPV4 or IPV6. Default is IPV4.
554
+ # Corresponds to the JSON property `ipVersion`
555
+ # @return [String]
556
+ attr_accessor :ip_version
557
+
546
558
  # Optional. Set of label tags associated with the Gateway resource.
547
559
  # Corresponds to the JSON property `labels`
548
560
  # @return [Hash<String,String>]
@@ -619,6 +631,7 @@ module Google
619
631
  @create_time = args[:create_time] if args.key?(:create_time)
620
632
  @description = args[:description] if args.key?(:description)
621
633
  @gateway_security_policy = args[:gateway_security_policy] if args.key?(:gateway_security_policy)
634
+ @ip_version = args[:ip_version] if args.key?(:ip_version)
622
635
  @labels = args[:labels] if args.key?(:labels)
623
636
  @name = args[:name] if args.key?(:name)
624
637
  @network = args[:network] if args.key?(:network)
@@ -1961,8 +1974,8 @@ module Google
1961
1974
  attr_accessor :extension_chains
1962
1975
 
1963
1976
  # Required. A list of references to the forwarding rules to which this service
1964
- # extension is attach to. At least one forwarding rule is required. There can be
1965
- # only one `LbRouteExtension` resource per forwarding rule.
1977
+ # extension is attached to. At least one forwarding rule is required. There can
1978
+ # be only one `LbRouteExtension` resource per forwarding rule.
1966
1979
  # Corresponds to the JSON property `forwardingRules`
1967
1980
  # @return [Array<String>]
1968
1981
  attr_accessor :forwarding_rules
@@ -1976,7 +1989,9 @@ module Google
1976
1989
 
1977
1990
  # Required. All backend services and forwarding rules referenced by this
1978
1991
  # extension must share the same load balancing scheme. Supported values: `
1979
- # INTERNAL_MANAGED`, `EXTERNAL_MANAGED`.
1992
+ # INTERNAL_MANAGED`, `EXTERNAL_MANAGED`. For more information, refer to [
1993
+ # Choosing a load balancer](https://cloud.google.com/load-balancing/docs/backend-
1994
+ # service).
1980
1995
  # Corresponds to the JSON property `loadBalancingScheme`
1981
1996
  # @return [String]
1982
1997
  attr_accessor :load_balancing_scheme
@@ -2037,8 +2052,8 @@ module Google
2037
2052
  attr_accessor :extension_chains
2038
2053
 
2039
2054
  # Required. A list of references to the forwarding rules to which this service
2040
- # extension is attach to. At least one forwarding rule is required. There can be
2041
- # only one `LBTrafficExtension` resource per forwarding rule.
2055
+ # extension is attached to. At least one forwarding rule is required. There can
2056
+ # be only one `LBTrafficExtension` resource per forwarding rule.
2042
2057
  # Corresponds to the JSON property `forwardingRules`
2043
2058
  # @return [Array<String>]
2044
2059
  attr_accessor :forwarding_rules
@@ -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.30.0"
19
+ GEM_VERSION = "0.32.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230926"
25
+ REVISION = "20231129"
26
26
  end
27
27
  end
28
28
  end
@@ -635,6 +635,7 @@ module Google
635
635
  property :create_time, as: 'createTime'
636
636
  property :description, as: 'description'
637
637
  property :gateway_security_policy, as: 'gatewaySecurityPolicy'
638
+ property :ip_version, as: 'ipVersion'
638
639
  hash :labels, as: 'labels'
639
640
  property :name, as: 'name'
640
641
  property :network, as: 'network'
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.30.0
4
+ version: 0.32.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: 2023-10-01 00:00:00.000000000 Z
11
+ date: 2023-12-10 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_v1beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-networkservices_v1beta1/v0.30.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-networkservices_v1beta1/v0.32.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: []