google-apis-networkservices_v1beta1 0.31.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: 6a259e01e4ec17f2fa8f9892a7a3346fe9056e810571601bb319ec02ef6a2864
4
- data.tar.gz: '011948a17def549c4bfc01607b789781fa5abd4a5f16e6f28bfbf9a45204fb35'
3
+ metadata.gz: a483551127a99f66ec4823ec681e6f47b5a1a82cdf6e1624dfd78ffb83a4f031
4
+ data.tar.gz: 696a9ea13afddf95991e2b3e7f3b9b229bb29df9ca7089566f6b5cc8e9a2850f
5
5
  SHA512:
6
- metadata.gz: 6d3ef22799ef23bc7e98c91cb652212b8f72d849f40600b7c23bf2695d3772ccef86a6eeaab424a4fb7752c3ad4e1a598310f53f6f2085ff5d720b266936d329
7
- data.tar.gz: 5d77841ed6b27cf71f9256f4801a52aac3bc16732063d8bf2b6277a7dd079b7d90527289658b2425005e1d4d8025102667442eecbd365a073d75317a1d0f5732
6
+ metadata.gz: 7da3effe7414b728ae12b2b2b196f1d6512ca24f71f19c779f1db40169b3703a91d491dacf718532a86f8251141a0f110df0c36af6d82da46245ab5acc9c8a68
7
+ data.tar.gz: ef98c75acf5b33f85e88d102527831023404cfe3b8a599429b324eb84b5d5b8b68c06c5ffd8f73234a1e076a5aefe31e41393c3a03fe24296a9f4cb464c14286
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
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
+
3
7
  ### v0.31.0 (2023-10-29)
4
8
 
5
9
  * Regenerated from discovery document revision 20231018
@@ -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)
@@ -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.31.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 = "20231018"
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.31.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-29 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.31.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: []