google-apis-networksecurity_v1beta1 0.57.0 → 0.58.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: 5284ec0f8643ed9181c208006a304a56c2d48063151b8863aa0d5b3b894d9479
|
4
|
+
data.tar.gz: f2717e55d6cfbf6b5cef11f87b8691e7027fa89d4f0c73e62c997b4991b9daab
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e0e56e13c6c9f49464212a952244fec0468b165dd96754937434572ca3972affdf65e0d197cccadf5f77cc0c0c1db1f5a836d926fdd66f1603cc395ff0f32235
|
7
|
+
data.tar.gz: 7a4694f9ac21f2225841fec7e5d6a949dd9a4a8deb6c5bb48ffba5c7d2d5a61f096758aeb52d62f5a052eff6fdebdfdbe7e80a7f12b6042e4d6b1c0b4d8e63c5
|
data/CHANGELOG.md
CHANGED
@@ -1439,12 +1439,20 @@ module Google
|
|
1439
1439
|
class FirewallEndpointEndpointSettings
|
1440
1440
|
include Google::Apis::Core::Hashable
|
1441
1441
|
|
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
|
+
|
1442
1449
|
def initialize(**args)
|
1443
1450
|
update!(**args)
|
1444
1451
|
end
|
1445
1452
|
|
1446
1453
|
# Update properties of this object
|
1447
1454
|
def update!(**args)
|
1455
|
+
@jumbo_frames_enabled = args[:jumbo_frames_enabled] if args.key?(:jumbo_frames_enabled)
|
1448
1456
|
end
|
1449
1457
|
end
|
1450
1458
|
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module NetworksecurityV1beta1
|
18
18
|
# Version of the google-apis-networksecurity_v1beta1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.58.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.18.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20251001"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-networksecurity_v1beta1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.58.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-networksecurity_v1beta1/CHANGELOG.md
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-networksecurity_v1beta1/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-networksecurity_v1beta1/v0.58.0
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-networksecurity_v1beta1
|
62
62
|
rdoc_options: []
|
63
63
|
require_paths:
|