File tree Expand file tree Collapse file tree 5 files changed +16
-2
lines changed
generated/google-apis-networksecurity_v1beta1
lib/google/apis/networksecurity_v1beta1 Expand file tree Collapse file tree 5 files changed +16
-2
lines changed Original file line number Diff line number Diff line change @@ -305176,6 +305176,7 @@
305176305176"/networksecurity:v1beta1/FirewallEndpointAssociationReference/name": name
305177305177"/networksecurity:v1beta1/FirewallEndpointAssociationReference/network": network
305178305178"/networksecurity:v1beta1/FirewallEndpointEndpointSettings": firewall_endpoint_endpoint_settings
305179+ "/networksecurity:v1beta1/FirewallEndpointEndpointSettings/jumboFramesEnabled": jumbo_frames_enabled
305179305180"/networksecurity:v1beta1/GatewaySecurityPolicy": gateway_security_policy
305180305181"/networksecurity:v1beta1/GatewaySecurityPolicy/createTime": create_time
305181305182"/networksecurity:v1beta1/GatewaySecurityPolicy/description": description
Original file line number Diff line number Diff line change 11# Release history for google-apis-networksecurity_v1beta1
22
3+ ### v0.58.0 (2025-10-19)
4+
5+ * Regenerated from discovery document revision 20251001
6+
37### v0.57.0 (2025-10-05)
48
59* Regenerated from discovery document revision 20250925
Original file line number Diff line number Diff line change @@ -1439,12 +1439,20 @@ def update!(**args)
14391439 class FirewallEndpointEndpointSettings
14401440 include Google ::Apis ::Core ::Hashable
14411441
1442+ # Optional. Immutable. Indicates whether Jumbo Frames are enabled. Default value
1443+ # is false.
1444+ # Corresponds to the JSON property `jumboFramesEnabled`
1445+ # @return [Boolean]
1446+ attr_accessor :jumbo_frames_enabled
1447+ alias_method :jumbo_frames_enabled? , :jumbo_frames_enabled
1448+
14421449 def initialize ( **args )
14431450 update! ( **args )
14441451 end
14451452
14461453 # Update properties of this object
14471454 def update! ( **args )
1455+ @jumbo_frames_enabled = args [ :jumbo_frames_enabled ] if args . key? ( :jumbo_frames_enabled )
14481456 end
14491457 end
14501458
Original file line number Diff line number Diff line change @@ -16,13 +16,13 @@ module Google
1616 module Apis
1717 module NetworksecurityV1beta1
1818 # Version of the google-apis-networksecurity_v1beta1 gem
19- GEM_VERSION = "0.57 .0"
19+ GEM_VERSION = "0.58 .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 = "20250925 "
25+ REVISION = "20251001 "
2626 end
2727 end
2828end
Original file line number Diff line number Diff line change @@ -1114,6 +1114,7 @@ class Representation < Google::Apis::Core::JsonRepresentation
11141114 class FirewallEndpointEndpointSettings
11151115 # @private
11161116 class Representation < Google ::Apis ::Core ::JsonRepresentation
1117+ property :jumbo_frames_enabled , as : 'jumboFramesEnabled'
11171118 end
11181119 end
11191120
You can’t perform that action at this time.
0 commit comments