google-apis-networkmanagement_v1 0.86.0 → 0.88.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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 358b49748d0964bd82660dd5a0e6052429f16abb8c96f4aaa7fa938c2137d8cd
|
|
4
|
+
data.tar.gz: 89c9e8cd171bfd0760e3c621c2d08e0b7ffde9fd573c4c62011203252ce123df
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 57c5c7ced2cfe0ac14bb9777d6027ae8c3f87e653ffe41445947fb41b379f0df1e8294f3b10127cc5855138b48ff6049f7283a6ddb20e7161e0c42b8c0a6ec9e
|
|
7
|
+
data.tar.gz: 6fbecab108a31a7dc79cd5a62c24e66d16da0cd08b6abf98e8c82ca5bb1dd01f53b97694d7b7111ec5130f95b51f7222c31563ca9907a5a91e8daf9f0905843e
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Release history for google-apis-networkmanagement_v1
|
|
2
2
|
|
|
3
|
+
### v0.88.0 (2026-08-23)
|
|
4
|
+
|
|
5
|
+
* Regenerated from discovery document revision 20260812
|
|
6
|
+
|
|
7
|
+
### v0.87.0 (2026-08-02)
|
|
8
|
+
|
|
9
|
+
* Regenerated from discovery document revision 20260724
|
|
10
|
+
|
|
3
11
|
### v0.86.0 (2026-07-05)
|
|
4
12
|
|
|
5
13
|
* Regenerated from discovery document revision 20260617
|
|
@@ -1348,6 +1348,15 @@ module Google
|
|
|
1348
1348
|
# @return [String]
|
|
1349
1349
|
attr_accessor :display_name
|
|
1350
1350
|
|
|
1351
|
+
# Output only. State of the firewalls allowing health check traffic to the load
|
|
1352
|
+
# balancer frontend (Envoy proxies). This is the result of the firewall
|
|
1353
|
+
# configuration analysis verifying that health check traffic from required IP
|
|
1354
|
+
# ranges to the the Envoy-based load balancer frontend is allowed by firewall
|
|
1355
|
+
# rules with the load balancer target.
|
|
1356
|
+
# Corresponds to the JSON property `envoyHealthCheckFirewallsConfigState`
|
|
1357
|
+
# @return [String]
|
|
1358
|
+
attr_accessor :envoy_health_check_firewalls_config_state
|
|
1359
|
+
|
|
1351
1360
|
# Name of the load balancer the forwarding rule belongs to. Empty for forwarding
|
|
1352
1361
|
# rules not related to load balancers (like PSC forwarding rules).
|
|
1353
1362
|
# Corresponds to the JSON property `loadBalancerName`
|
|
@@ -1411,6 +1420,7 @@ module Google
|
|
|
1411
1420
|
# Update properties of this object
|
|
1412
1421
|
def update!(**args)
|
|
1413
1422
|
@display_name = args[:display_name] if args.key?(:display_name)
|
|
1423
|
+
@envoy_health_check_firewalls_config_state = args[:envoy_health_check_firewalls_config_state] if args.key?(:envoy_health_check_firewalls_config_state)
|
|
1414
1424
|
@load_balancer_name = args[:load_balancer_name] if args.key?(:load_balancer_name)
|
|
1415
1425
|
@matched_port_range = args[:matched_port_range] if args.key?(:matched_port_range)
|
|
1416
1426
|
@matched_protocol = args[:matched_protocol] if args.key?(:matched_protocol)
|
|
@@ -2678,6 +2688,11 @@ module Google
|
|
|
2678
2688
|
# @return [String]
|
|
2679
2689
|
attr_accessor :router_uri
|
|
2680
2690
|
|
|
2691
|
+
# The number of the NAT rule that was matched.
|
|
2692
|
+
# Corresponds to the JSON property `ruleNumber`
|
|
2693
|
+
# @return [Fixnum]
|
|
2694
|
+
attr_accessor :rule_number
|
|
2695
|
+
|
|
2681
2696
|
# Type of NAT.
|
|
2682
2697
|
# Corresponds to the JSON property `type`
|
|
2683
2698
|
# @return [String]
|
|
@@ -2702,6 +2717,7 @@ module Google
|
|
|
2702
2717
|
@old_source_port = args[:old_source_port] if args.key?(:old_source_port)
|
|
2703
2718
|
@protocol = args[:protocol] if args.key?(:protocol)
|
|
2704
2719
|
@router_uri = args[:router_uri] if args.key?(:router_uri)
|
|
2720
|
+
@rule_number = args[:rule_number] if args.key?(:rule_number)
|
|
2705
2721
|
@type = args[:type] if args.key?(:type)
|
|
2706
2722
|
end
|
|
2707
2723
|
end
|
|
@@ -4246,6 +4262,12 @@ module Google
|
|
|
4246
4262
|
# @return [Google::Apis::NetworkmanagementV1::StorageBucketInfo]
|
|
4247
4263
|
attr_accessor :storage_bucket
|
|
4248
4264
|
|
|
4265
|
+
# For display only. Metadata associated with a step that was redacted due to
|
|
4266
|
+
# missing permissions.
|
|
4267
|
+
# Corresponds to the JSON property `viewerPermissionMissingInfo`
|
|
4268
|
+
# @return [Google::Apis::NetworkmanagementV1::ViewerPermissionMissingInfo]
|
|
4269
|
+
attr_accessor :viewer_permission_missing_info
|
|
4270
|
+
|
|
4249
4271
|
# For display only. Metadata associated with a VPC connector.
|
|
4250
4272
|
# Corresponds to the JSON property `vpcConnector`
|
|
4251
4273
|
# @return [Google::Apis::NetworkmanagementV1::VpcConnectorInfo]
|
|
@@ -4307,6 +4329,7 @@ module Google
|
|
|
4307
4329
|
@serverless_neg = args[:serverless_neg] if args.key?(:serverless_neg)
|
|
4308
4330
|
@state = args[:state] if args.key?(:state)
|
|
4309
4331
|
@storage_bucket = args[:storage_bucket] if args.key?(:storage_bucket)
|
|
4332
|
+
@viewer_permission_missing_info = args[:viewer_permission_missing_info] if args.key?(:viewer_permission_missing_info)
|
|
4310
4333
|
@vpc_connector = args[:vpc_connector] if args.key?(:vpc_connector)
|
|
4311
4334
|
@vpn_gateway = args[:vpn_gateway] if args.key?(:vpn_gateway)
|
|
4312
4335
|
@vpn_tunnel = args[:vpn_tunnel] if args.key?(:vpn_tunnel)
|
|
@@ -4416,6 +4439,26 @@ module Google
|
|
|
4416
4439
|
end
|
|
4417
4440
|
end
|
|
4418
4441
|
|
|
4442
|
+
# For display only. Metadata associated with a step that was redacted due to
|
|
4443
|
+
# missing permissions.
|
|
4444
|
+
class ViewerPermissionMissingInfo
|
|
4445
|
+
include Google::Apis::Core::Hashable
|
|
4446
|
+
|
|
4447
|
+
# Types of the resources that the user does not have permission to view.
|
|
4448
|
+
# Corresponds to the JSON property `resourceTypes`
|
|
4449
|
+
# @return [Array<String>]
|
|
4450
|
+
attr_accessor :resource_types
|
|
4451
|
+
|
|
4452
|
+
def initialize(**args)
|
|
4453
|
+
update!(**args)
|
|
4454
|
+
end
|
|
4455
|
+
|
|
4456
|
+
# Update properties of this object
|
|
4457
|
+
def update!(**args)
|
|
4458
|
+
@resource_types = args[:resource_types] if args.key?(:resource_types)
|
|
4459
|
+
end
|
|
4460
|
+
end
|
|
4461
|
+
|
|
4419
4462
|
# For display only. Metadata associated with a VPC connector.
|
|
4420
4463
|
class VpcConnectorInfo
|
|
4421
4464
|
include Google::Apis::Core::Hashable
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module NetworkmanagementV1
|
|
18
18
|
# Version of the google-apis-networkmanagement_v1 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.88.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 = "
|
|
25
|
+
REVISION = "20260812"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -532,6 +532,12 @@ module Google
|
|
|
532
532
|
include Google::Apis::Core::JsonObjectSupport
|
|
533
533
|
end
|
|
534
534
|
|
|
535
|
+
class ViewerPermissionMissingInfo
|
|
536
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
537
|
+
|
|
538
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
539
|
+
end
|
|
540
|
+
|
|
535
541
|
class VpcConnectorInfo
|
|
536
542
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
537
543
|
|
|
@@ -858,6 +864,7 @@ module Google
|
|
|
858
864
|
# @private
|
|
859
865
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
860
866
|
property :display_name, as: 'displayName'
|
|
867
|
+
property :envoy_health_check_firewalls_config_state, as: 'envoyHealthCheckFirewallsConfigState'
|
|
861
868
|
property :load_balancer_name, as: 'loadBalancerName'
|
|
862
869
|
property :matched_port_range, as: 'matchedPortRange'
|
|
863
870
|
property :matched_protocol, as: 'matchedProtocol'
|
|
@@ -1193,6 +1200,7 @@ module Google
|
|
|
1193
1200
|
property :old_source_port, as: 'oldSourcePort'
|
|
1194
1201
|
property :protocol, as: 'protocol'
|
|
1195
1202
|
property :router_uri, as: 'routerUri'
|
|
1203
|
+
property :rule_number, as: 'ruleNumber'
|
|
1196
1204
|
property :type, as: 'type'
|
|
1197
1205
|
end
|
|
1198
1206
|
end
|
|
@@ -1574,6 +1582,8 @@ module Google
|
|
|
1574
1582
|
property :state, as: 'state'
|
|
1575
1583
|
property :storage_bucket, as: 'storageBucket', class: Google::Apis::NetworkmanagementV1::StorageBucketInfo, decorator: Google::Apis::NetworkmanagementV1::StorageBucketInfo::Representation
|
|
1576
1584
|
|
|
1585
|
+
property :viewer_permission_missing_info, as: 'viewerPermissionMissingInfo', class: Google::Apis::NetworkmanagementV1::ViewerPermissionMissingInfo, decorator: Google::Apis::NetworkmanagementV1::ViewerPermissionMissingInfo::Representation
|
|
1586
|
+
|
|
1577
1587
|
property :vpc_connector, as: 'vpcConnector', class: Google::Apis::NetworkmanagementV1::VpcConnectorInfo, decorator: Google::Apis::NetworkmanagementV1::VpcConnectorInfo::Representation
|
|
1578
1588
|
|
|
1579
1589
|
property :vpn_gateway, as: 'vpnGateway', class: Google::Apis::NetworkmanagementV1::VpnGatewayInfo, decorator: Google::Apis::NetworkmanagementV1::VpnGatewayInfo::Representation
|
|
@@ -1615,6 +1625,13 @@ module Google
|
|
|
1615
1625
|
end
|
|
1616
1626
|
end
|
|
1617
1627
|
|
|
1628
|
+
class ViewerPermissionMissingInfo
|
|
1629
|
+
# @private
|
|
1630
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1631
|
+
collection :resource_types, as: 'resourceTypes'
|
|
1632
|
+
end
|
|
1633
|
+
end
|
|
1634
|
+
|
|
1618
1635
|
class VpcConnectorInfo
|
|
1619
1636
|
# @private
|
|
1620
1637
|
class Representation < Google::Apis::Core::JsonRepresentation
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-networkmanagement_v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.88.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_v1/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-networkmanagement_v1/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-networkmanagement_v1/v0.88.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-networkmanagement_v1
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|