Skip to content

Commit 4af1ad1

Browse files
feat: Automated regeneration of networkmanagement v1beta1 client (#25792)
Auto-created at 2026-02-22 10:27:55 +0000 using the toys pull request generator.
1 parent d67c497 commit 4af1ad1

File tree

5 files changed

+52
-2
lines changed

5 files changed

+52
-2
lines changed

api_names_out.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -320300,6 +320300,8 @@
320300320300
"/networkmanagement:v1beta1/NetworkInfo/matchedSubnetUri": matched_subnet_uri
320301320301
"/networkmanagement:v1beta1/NetworkInfo/region": region
320302320302
"/networkmanagement:v1beta1/NetworkInfo/uri": uri
320303+
"/networkmanagement:v1beta1/NgfwPacketInspectionInfo": ngfw_packet_inspection_info
320304+
"/networkmanagement:v1beta1/NgfwPacketInspectionInfo/securityProfileGroupUri": security_profile_group_uri
320303320305
"/networkmanagement:v1beta1/Operation": operation
320304320306
"/networkmanagement:v1beta1/Operation/done": done
320305320307
"/networkmanagement:v1beta1/Operation/error": error
@@ -320458,6 +320460,7 @@
320458320460
"/networkmanagement:v1beta1/Step/loadBalancerBackendInfo": load_balancer_backend_info
320459320461
"/networkmanagement:v1beta1/Step/nat": nat
320460320462
"/networkmanagement:v1beta1/Step/network": network
320463+
"/networkmanagement:v1beta1/Step/ngfwPacketInspection": ngfw_packet_inspection
320461320464
"/networkmanagement:v1beta1/Step/projectId": project_id
320462320465
"/networkmanagement:v1beta1/Step/proxyConnection": proxy_connection
320463320466
"/networkmanagement:v1beta1/Step/redisCluster": redis_cluster

generated/google-apis-networkmanagement_v1beta1/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release history for google-apis-networkmanagement_v1beta1
22

3+
### v0.75.0 (2026-02-22)
4+
5+
* Regenerated from discovery document revision 20260211
6+
37
### v0.74.0 (2026-02-08)
48

59
* Regenerated from discovery document revision 20260130

generated/google-apis-networkmanagement_v1beta1/lib/google/apis/networkmanagement_v1beta1/classes.rb

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2176,6 +2176,27 @@ def update!(**args)
21762176
end
21772177
end
21782178

2179+
# For display only. Metadata associated with a layer 7 packet inspection by the
2180+
# firewall.
2181+
class NgfwPacketInspectionInfo
2182+
include Google::Apis::Core::Hashable
2183+
2184+
# URI of the security profile group associated with this firewall packet
2185+
# inspection.
2186+
# Corresponds to the JSON property `securityProfileGroupUri`
2187+
# @return [String]
2188+
attr_accessor :security_profile_group_uri
2189+
2190+
def initialize(**args)
2191+
update!(**args)
2192+
end
2193+
2194+
# Update properties of this object
2195+
def update!(**args)
2196+
@security_profile_group_uri = args[:security_profile_group_uri] if args.key?(:security_profile_group_uri)
2197+
end
2198+
end
2199+
21792200
# This resource represents a long-running operation that is the result of a
21802201
# network API call.
21812202
class Operation
@@ -3274,6 +3295,12 @@ class Step
32743295
# @return [Google::Apis::NetworkmanagementV1beta1::NetworkInfo]
32753296
attr_accessor :network
32763297

3298+
# For display only. Metadata associated with a layer 7 packet inspection by the
3299+
# firewall.
3300+
# Corresponds to the JSON property `ngfwPacketInspection`
3301+
# @return [Google::Apis::NetworkmanagementV1beta1::NgfwPacketInspectionInfo]
3302+
attr_accessor :ngfw_packet_inspection
3303+
32773304
# Project ID that contains the configuration this step is validating.
32783305
# Corresponds to the JSON property `projectId`
32793306
# @return [String]
@@ -3366,6 +3393,7 @@ def update!(**args)
33663393
@load_balancer_backend_info = args[:load_balancer_backend_info] if args.key?(:load_balancer_backend_info)
33673394
@nat = args[:nat] if args.key?(:nat)
33683395
@network = args[:network] if args.key?(:network)
3396+
@ngfw_packet_inspection = args[:ngfw_packet_inspection] if args.key?(:ngfw_packet_inspection)
33693397
@project_id = args[:project_id] if args.key?(:project_id)
33703398
@proxy_connection = args[:proxy_connection] if args.key?(:proxy_connection)
33713399
@redis_cluster = args[:redis_cluster] if args.key?(:redis_cluster)

generated/google-apis-networkmanagement_v1beta1/lib/google/apis/networkmanagement_v1beta1/gem_version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ module Google
1616
module Apis
1717
module NetworkmanagementV1beta1
1818
# Version of the google-apis-networkmanagement_v1beta1 gem
19-
GEM_VERSION = "0.74.0"
19+
GEM_VERSION = "0.75.0"
2020

2121
# Version of the code generator used to generate this client
2222
GENERATOR_VERSION = "0.18.0"
2323

2424
# Revision of the discovery document this client was generated from
25-
REVISION = "20260130"
25+
REVISION = "20260211"
2626
end
2727
end
2828
end

generated/google-apis-networkmanagement_v1beta1/lib/google/apis/networkmanagement_v1beta1/representations.rb

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -286,6 +286,12 @@ class Representation < Google::Apis::Core::JsonRepresentation; end
286286
include Google::Apis::Core::JsonObjectSupport
287287
end
288288

289+
class NgfwPacketInspectionInfo
290+
class Representation < Google::Apis::Core::JsonRepresentation; end
291+
292+
include Google::Apis::Core::JsonObjectSupport
293+
end
294+
289295
class Operation
290296
class Representation < Google::Apis::Core::JsonRepresentation; end
291297

@@ -951,6 +957,13 @@ class Representation < Google::Apis::Core::JsonRepresentation
951957
end
952958
end
953959

960+
class NgfwPacketInspectionInfo
961+
# @private
962+
class Representation < Google::Apis::Core::JsonRepresentation
963+
property :security_profile_group_uri, as: 'securityProfileGroupUri'
964+
end
965+
end
966+
954967
class Operation
955968
# @private
956969
class Representation < Google::Apis::Core::JsonRepresentation
@@ -1216,6 +1229,8 @@ class Representation < Google::Apis::Core::JsonRepresentation
12161229

12171230
property :network, as: 'network', class: Google::Apis::NetworkmanagementV1beta1::NetworkInfo, decorator: Google::Apis::NetworkmanagementV1beta1::NetworkInfo::Representation
12181231

1232+
property :ngfw_packet_inspection, as: 'ngfwPacketInspection', class: Google::Apis::NetworkmanagementV1beta1::NgfwPacketInspectionInfo, decorator: Google::Apis::NetworkmanagementV1beta1::NgfwPacketInspectionInfo::Representation
1233+
12191234
property :project_id, as: 'projectId'
12201235
property :proxy_connection, as: 'proxyConnection', class: Google::Apis::NetworkmanagementV1beta1::ProxyConnectionInfo, decorator: Google::Apis::NetworkmanagementV1beta1::ProxyConnectionInfo::Representation
12211236

0 commit comments

Comments
 (0)