google-apis-networkmanagement_v1beta1 0.82.0 → 0.83.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0e0ccfb12ad81996ef85f31aee2b5084f2ae6fc559249ca33016b585e6d11323
4
- data.tar.gz: 358e332f63b1ee7f7633f4110f878bd202621d6c272d606a3ce4e0fc8c73d9b8
3
+ metadata.gz: d056e5cb4b2d2fbce4aee0e48934a1aecfa8487c7474aba83eef7573df4604fe
4
+ data.tar.gz: 180320799e914e8c3abbc410b9b8315d6af6ab0a87a89a52ec5d26a8e57a6e04
5
5
  SHA512:
6
- metadata.gz: 201c2ce1819a6c9f72d1383501debf3c08a604963d86b331a361c36166b29a7509f9fb914c7a7eb092f7edb8dbf7f120c813020646a3cf409af68f80954e5370
7
- data.tar.gz: 252d93965f9a2d44d24d0948743e3cad7195828b2d1dc5e54a4c41117e87c744e56a37a89a7bd5796a7cf8b66c855cbbdf968d4892e7bbf3360720adbc6036eb
6
+ metadata.gz: 487e7a86303eff8bff4e5d022b047689d4ad77201e2ae709d2a43ba043b8debbfff8d2e2c7c376a7f497012ff5596d9e5129413569c4f022be1da75e9d7eb9c5
7
+ data.tar.gz: 03cf6a2ec19ed60ccec980aeb9179e331ac9beb5e55a06af1cb6f29c49afd561bba31edcded182482f6e8d3efc4146b3baa48e7aab06fec793f8122dd9960230
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-networkmanagement_v1beta1
2
2
 
3
+ ### v0.83.0 (2026-08-02)
4
+
5
+ * Regenerated from discovery document revision 20260724
6
+
3
7
  ### v0.82.0 (2026-07-05)
4
8
 
5
9
  * Regenerated from discovery document revision 20260617
@@ -1356,6 +1356,15 @@ module Google
1356
1356
  # @return [String]
1357
1357
  attr_accessor :display_name
1358
1358
 
1359
+ # Output only. State of the firewalls allowing health check traffic to the load
1360
+ # balancer frontend (Envoy proxies). This is the result of the firewall
1361
+ # configuration analysis verifying that health check traffic from required IP
1362
+ # ranges to the the Envoy-based load balancer frontend is allowed by firewall
1363
+ # rules with the load balancer target.
1364
+ # Corresponds to the JSON property `envoyHealthCheckFirewallsConfigState`
1365
+ # @return [String]
1366
+ attr_accessor :envoy_health_check_firewalls_config_state
1367
+
1359
1368
  # Name of the load balancer the forwarding rule belongs to. Empty for forwarding
1360
1369
  # rules not related to load balancers (like PSC forwarding rules).
1361
1370
  # Corresponds to the JSON property `loadBalancerName`
@@ -1419,6 +1428,7 @@ module Google
1419
1428
  # Update properties of this object
1420
1429
  def update!(**args)
1421
1430
  @display_name = args[:display_name] if args.key?(:display_name)
1431
+ @envoy_health_check_firewalls_config_state = args[:envoy_health_check_firewalls_config_state] if args.key?(:envoy_health_check_firewalls_config_state)
1422
1432
  @load_balancer_name = args[:load_balancer_name] if args.key?(:load_balancer_name)
1423
1433
  @matched_port_range = args[:matched_port_range] if args.key?(:matched_port_range)
1424
1434
  @matched_protocol = args[:matched_protocol] if args.key?(:matched_protocol)
@@ -2286,6 +2296,11 @@ module Google
2286
2296
  # @return [String]
2287
2297
  attr_accessor :router_uri
2288
2298
 
2299
+ # The number of the NAT rule that was matched.
2300
+ # Corresponds to the JSON property `ruleNumber`
2301
+ # @return [Fixnum]
2302
+ attr_accessor :rule_number
2303
+
2289
2304
  # Type of NAT.
2290
2305
  # Corresponds to the JSON property `type`
2291
2306
  # @return [String]
@@ -2310,6 +2325,7 @@ module Google
2310
2325
  @old_source_port = args[:old_source_port] if args.key?(:old_source_port)
2311
2326
  @protocol = args[:protocol] if args.key?(:protocol)
2312
2327
  @router_uri = args[:router_uri] if args.key?(:router_uri)
2328
+ @rule_number = args[:rule_number] if args.key?(:rule_number)
2313
2329
  @type = args[:type] if args.key?(:type)
2314
2330
  end
2315
2331
  end
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module NetworkmanagementV1beta1
18
18
  # Version of the google-apis-networkmanagement_v1beta1 gem
19
- GEM_VERSION = "0.82.0"
19
+ GEM_VERSION = "0.83.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.19.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20260617"
25
+ REVISION = "20260724"
26
26
  end
27
27
  end
28
28
  end
@@ -769,6 +769,7 @@ module Google
769
769
  # @private
770
770
  class Representation < Google::Apis::Core::JsonRepresentation
771
771
  property :display_name, as: 'displayName'
772
+ property :envoy_health_check_firewalls_config_state, as: 'envoyHealthCheckFirewallsConfigState'
772
773
  property :load_balancer_name, as: 'loadBalancerName'
773
774
  property :matched_port_range, as: 'matchedPortRange'
774
775
  property :matched_protocol, as: 'matchedProtocol'
@@ -995,6 +996,7 @@ module Google
995
996
  property :old_source_port, as: 'oldSourcePort'
996
997
  property :protocol, as: 'protocol'
997
998
  property :router_uri, as: 'routerUri'
999
+ property :rule_number, as: 'ruleNumber'
998
1000
  property :type, as: 'type'
999
1001
  end
1000
1002
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-networkmanagement_v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.82.0
4
+ version: 0.83.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -57,7 +57,7 @@ licenses:
57
57
  metadata:
58
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
59
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-networkmanagement_v1beta1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-networkmanagement_v1beta1/v0.82.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-networkmanagement_v1beta1/v0.83.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-networkmanagement_v1beta1
62
62
  rdoc_options: []
63
63
  require_paths: