google-apis-networksecurity_v1 0.42.0 → 0.44.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 +4 -4
- data/CHANGELOG.md +8 -0
- data/lib/google/apis/networksecurity_v1/classes.rb +28 -9
- data/lib/google/apis/networksecurity_v1/gem_version.rb +2 -2
- data/lib/google/apis/networksecurity_v1/representations.rb +14 -0
- data/lib/google/apis/networksecurity_v1/service.rb +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9c36e88ad6058964de7b395be3d9100c82ef9e07f3b041f02ceec565c8074689
|
4
|
+
data.tar.gz: d0181d0d780e21c01556ee5af48c365a7cc57e6f1514988352693fc13ac37806
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: da11ffc5f184a3df6967a4bdfec7d0214376cbcd842a896856d65fc10d353d70ac1e25d40ab8e7bdebd39a51d131b7177433ad85f0e6123a2376605a8da13158
|
7
|
+
data.tar.gz: 793081da0adb43cbf69a412bf3de08f301b4392ea43668cf09bfffe04c260d4bcfdaef8d14b07c1220fd521bd2583f7229c77d0a7441bf210c9b81dfe7dab3a0
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Release history for google-apis-networksecurity_v1
|
2
2
|
|
3
|
+
### v0.44.0 (2025-09-28)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20250911
|
6
|
+
|
7
|
+
### v0.43.0 (2025-08-31)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20250822
|
10
|
+
|
3
11
|
### v0.42.0 (2025-08-17)
|
4
12
|
|
5
13
|
* Regenerated from discovery document revision 20250806
|
@@ -388,11 +388,10 @@ module Google
|
|
388
388
|
# successfully validated by mTLS. Each identity is a string whose value is
|
389
389
|
# matched against a list of URI SANs, DNS Name SANs, or the common name in the
|
390
390
|
# client's certificate. A match happens when any principal matches with the rule.
|
391
|
-
# Limited to 50 principals per Authorization Policy for
|
392
|
-
# Application Load
|
393
|
-
# region
|
394
|
-
#
|
395
|
-
# Balancer.
|
391
|
+
# Limited to 50 principals per Authorization Policy for regional internal
|
392
|
+
# Application Load Balancers, regional external Application Load Balancers,
|
393
|
+
# cross-region internal Application Load Balancers, and Cloud Service Mesh. This
|
394
|
+
# field is not supported for global external Application Load Balancers.
|
396
395
|
# Corresponds to the JSON property `principals`
|
397
396
|
# @return [Array<Google::Apis::NetworksecurityV1::AuthzPolicyAuthzRulePrincipal>]
|
398
397
|
attr_accessor :principals
|
@@ -772,15 +771,16 @@ module Google
|
|
772
771
|
|
773
772
|
# Required. All gateways and forwarding rules referenced by this policy and
|
774
773
|
# extensions must share the same load balancing scheme. Supported values: `
|
775
|
-
# INTERNAL_MANAGED` and `EXTERNAL_MANAGED`. For more
|
776
|
-
# Backend services overview](https://cloud.google.com/
|
777
|
-
# backend-service).
|
774
|
+
# INTERNAL_MANAGED`, `INTERNAL_SELF_MANAGED`, and `EXTERNAL_MANAGED`. For more
|
775
|
+
# information, refer to [Backend services overview](https://cloud.google.com/
|
776
|
+
# load-balancing/docs/backend-service).
|
778
777
|
# Corresponds to the JSON property `loadBalancingScheme`
|
779
778
|
# @return [String]
|
780
779
|
attr_accessor :load_balancing_scheme
|
781
780
|
|
782
781
|
# Required. A list of references to the Forwarding Rules on which this policy
|
783
|
-
# will be applied.
|
782
|
+
# will be applied. For policies created for Cloudrun, this field will reference
|
783
|
+
# the Cloud Run services.
|
784
784
|
# Corresponds to the JSON property `resources`
|
785
785
|
# @return [Array<String>]
|
786
786
|
attr_accessor :resources
|
@@ -1211,6 +1211,11 @@ module Google
|
|
1211
1211
|
# @return [String]
|
1212
1212
|
attr_accessor :description
|
1213
1213
|
|
1214
|
+
# Settings for the endpoint.
|
1215
|
+
# Corresponds to the JSON property `endpointSettings`
|
1216
|
+
# @return [Google::Apis::NetworksecurityV1::FirewallEndpointEndpointSettings]
|
1217
|
+
attr_accessor :endpoint_settings
|
1218
|
+
|
1214
1219
|
# Optional. Labels as key value pairs
|
1215
1220
|
# Corresponds to the JSON property `labels`
|
1216
1221
|
# @return [Hash<String,String>]
|
@@ -1261,6 +1266,7 @@ module Google
|
|
1261
1266
|
@billing_project_id = args[:billing_project_id] if args.key?(:billing_project_id)
|
1262
1267
|
@create_time = args[:create_time] if args.key?(:create_time)
|
1263
1268
|
@description = args[:description] if args.key?(:description)
|
1269
|
+
@endpoint_settings = args[:endpoint_settings] if args.key?(:endpoint_settings)
|
1264
1270
|
@labels = args[:labels] if args.key?(:labels)
|
1265
1271
|
@name = args[:name] if args.key?(:name)
|
1266
1272
|
@reconciling = args[:reconciling] if args.key?(:reconciling)
|
@@ -1376,6 +1382,19 @@ module Google
|
|
1376
1382
|
end
|
1377
1383
|
end
|
1378
1384
|
|
1385
|
+
# Settings for the endpoint.
|
1386
|
+
class FirewallEndpointEndpointSettings
|
1387
|
+
include Google::Apis::Core::Hashable
|
1388
|
+
|
1389
|
+
def initialize(**args)
|
1390
|
+
update!(**args)
|
1391
|
+
end
|
1392
|
+
|
1393
|
+
# Update properties of this object
|
1394
|
+
def update!(**args)
|
1395
|
+
end
|
1396
|
+
end
|
1397
|
+
|
1379
1398
|
# The GatewaySecurityPolicy resource contains a collection of
|
1380
1399
|
# GatewaySecurityPolicyRules and associated metadata.
|
1381
1400
|
class GatewaySecurityPolicy
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module NetworksecurityV1
|
18
18
|
# Version of the google-apis-networksecurity_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.44.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 = "20250911"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -226,6 +226,12 @@ module Google
|
|
226
226
|
include Google::Apis::Core::JsonObjectSupport
|
227
227
|
end
|
228
228
|
|
229
|
+
class FirewallEndpointEndpointSettings
|
230
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
231
|
+
|
232
|
+
include Google::Apis::Core::JsonObjectSupport
|
233
|
+
end
|
234
|
+
|
229
235
|
class GatewaySecurityPolicy
|
230
236
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
231
237
|
|
@@ -991,6 +997,8 @@ module Google
|
|
991
997
|
property :billing_project_id, as: 'billingProjectId'
|
992
998
|
property :create_time, as: 'createTime'
|
993
999
|
property :description, as: 'description'
|
1000
|
+
property :endpoint_settings, as: 'endpointSettings', class: Google::Apis::NetworksecurityV1::FirewallEndpointEndpointSettings, decorator: Google::Apis::NetworksecurityV1::FirewallEndpointEndpointSettings::Representation
|
1001
|
+
|
994
1002
|
hash :labels, as: 'labels'
|
995
1003
|
property :name, as: 'name'
|
996
1004
|
property :reconciling, as: 'reconciling'
|
@@ -1025,6 +1033,12 @@ module Google
|
|
1025
1033
|
end
|
1026
1034
|
end
|
1027
1035
|
|
1036
|
+
class FirewallEndpointEndpointSettings
|
1037
|
+
# @private
|
1038
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1039
|
+
end
|
1040
|
+
end
|
1041
|
+
|
1028
1042
|
class GatewaySecurityPolicy
|
1029
1043
|
# @private
|
1030
1044
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1186,8 +1186,8 @@ module Google
|
|
1186
1186
|
# @param [String] name
|
1187
1187
|
# The resource that owns the locations collection, if applicable.
|
1188
1188
|
# @param [Array<String>, String] extra_location_types
|
1189
|
-
# Optional.
|
1190
|
-
#
|
1189
|
+
# Optional. Unless explicitly documented otherwise, don't use this unsupported
|
1190
|
+
# field which is primarily intended for internal usage.
|
1191
1191
|
# @param [String] filter
|
1192
1192
|
# A filter to narrow down results to a preferred subset. The filtering language
|
1193
1193
|
# accepts strings like `"displayName=tokyo"`, and is documented in more detail
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-networksecurity_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.44.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_v1/CHANGELOG.md
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-networksecurity_v1/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-networksecurity_v1/v0.44.0
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-networksecurity_v1
|
62
62
|
rdoc_options: []
|
63
63
|
require_paths:
|