google-apis-networkservices_v1 0.30.0 → 0.31.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: 72103dc96aadada332eb46f00293f56dbdf640e33c69fb170779f465304a0912
4
- data.tar.gz: 0dc2a21cea3edd2a28a1a7ec8986c5bd0243fdaf4be9ff6eaee8db02827d3ec2
3
+ metadata.gz: 1370f5aedf31f75e2c744501891f071040f50ec9e1af65386a1dd2769c74df22
4
+ data.tar.gz: 4a8f7f9f79d0a616043ff7f71d98b6667318afa094b8f74b50b9ba548d0a529c
5
5
  SHA512:
6
- metadata.gz: 323836478b4483548d8d80bc3e597708f29631e9621b1ddf51a0b6e851e00c14757988e1aedca289ce5adef3043f8859a1463e4716230b1e0e6ca80499270d50
7
- data.tar.gz: 559e6c793a4fe2e2383cd4a2d2312cf54d99f5b803464b484728e7ebb50ee2a2b541b45aff752be85c719a8294e19cff39c8c048e6f3b105049b0a50bb52f849
6
+ metadata.gz: 212d6a1cb0df7c0d0342f2b8a6a349754931028054cb356ab1d44f08ca370d943cd9874900ca250be6e984ab85e4f0c9119ab4cf5897e3c0e355f7ee11557a99
7
+ data.tar.gz: 9888bc4ba4607700cad5291715e2c4ad6e03bb3b609186ae27ceef8b924f513f1e5d1ae554d3ac4b57e4c3d77bf49158ad3549043caddc5c3e35894f3f4a68f5
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-networkservices_v1
2
2
 
3
+ ### v0.31.0 (2023-12-10)
4
+
5
+ * Regenerated from discovery document revision 20231129
6
+
3
7
  ### v0.30.0 (2023-10-01)
4
8
 
5
9
  * Regenerated from discovery document revision 20230926
@@ -437,7 +437,7 @@ module Google
437
437
  # Gateway represents the configuration for a proxy, typically a load balancer.
438
438
  # It captures the ip:port over which the services are exposed by the proxy,
439
439
  # along with any policy configurations. Routes have reference to to Gateways to
440
- # dictate how requests should be routed by this Gateway.
440
+ # dictate how requests should be routed by this Gateway. Next id: 29
441
441
  class Gateway
442
442
  include Google::Apis::Core::Hashable
443
443
 
@@ -474,6 +474,12 @@ module Google
474
474
  # @return [String]
475
475
  attr_accessor :gateway_security_policy
476
476
 
477
+ # Optional. The IP Version that will be used by this gateway. Valid options are
478
+ # IPV4 or IPV6. Default is IPV4.
479
+ # Corresponds to the JSON property `ipVersion`
480
+ # @return [String]
481
+ attr_accessor :ip_version
482
+
477
483
  # Optional. Set of label tags associated with the Gateway resource.
478
484
  # Corresponds to the JSON property `labels`
479
485
  # @return [Hash<String,String>]
@@ -550,6 +556,7 @@ module Google
550
556
  @create_time = args[:create_time] if args.key?(:create_time)
551
557
  @description = args[:description] if args.key?(:description)
552
558
  @gateway_security_policy = args[:gateway_security_policy] if args.key?(:gateway_security_policy)
559
+ @ip_version = args[:ip_version] if args.key?(:ip_version)
553
560
  @labels = args[:labels] if args.key?(:labels)
554
561
  @name = args[:name] if args.key?(:name)
555
562
  @network = args[:network] if args.key?(:network)
@@ -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.30.0"
19
+ GEM_VERSION = "0.31.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
@@ -555,6 +555,7 @@ module Google
555
555
  property :create_time, as: 'createTime'
556
556
  property :description, as: 'description'
557
557
  property :gateway_security_policy, as: 'gatewaySecurityPolicy'
558
+ property :ip_version, as: 'ipVersion'
558
559
  hash :labels, as: 'labels'
559
560
  property :name, as: 'name'
560
561
  property :network, as: 'network'
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.30.0
4
+ version: 0.31.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_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-networkservices_v1/v0.30.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-networkservices_v1/v0.31.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: []