google-apis-networksecurity_v1 0.41.0 → 0.42.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: 282f740c69d5a42e54a30ffcade9d66dd491dff51f3721f0e97fbb173f3ba846
4
- data.tar.gz: 0fa9a8849ff196bc408c486ecc5e129512741533d5a5b127c7e99a807a291558
3
+ metadata.gz: '030684738a11c653c6dbfefd383387196de0c56ab88b58487217afd4da882dc5'
4
+ data.tar.gz: d51d5842964ccf30b14c5d6c44d27bf062f34be15f6788245868693e015c66ca
5
5
  SHA512:
6
- metadata.gz: 225a8fdd443949de343cbd10b72469fdd2d5e45ade159b7041a30877b1b7fe66a81b65c80e6860307b18d445de52820f6456bd2859dcad5a766c835e05678df1
7
- data.tar.gz: d0cb7a3f718305b5c5a7aaaef97ead4e93a6a99c7604069b0ead5ea5ed6be7273870b7b6257a6e16181dfbc03f8973924a03092015e167a1ba2dc4edce800a03
6
+ metadata.gz: 50d039d18e697e77c7c89590cd1c8dfe5cdf6aa5dc0b90639611971934827fd9ca32fca7a88b3584f0c8484227b1ae5d11c03ae831446095ac012ef29aa4236d
7
+ data.tar.gz: 18c9e17d6c697f952773b87e078d6b0378fe7864f39b75b7a79c58cafb7e263818eb4316c6f5eeaaaf31be7b0d42847789511434b0e55d136a72ad6611ad61bf
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-networksecurity_v1
2
2
 
3
+ ### v0.42.0 (2025-08-17)
4
+
5
+ * Regenerated from discovery document revision 20250806
6
+
3
7
  ### v0.41.0 (2025-07-27)
4
8
 
5
9
  * Regenerated from discovery document revision 20250714
@@ -376,7 +376,8 @@ module Google
376
376
  include Google::Apis::Core::Hashable
377
377
 
378
378
  # Optional. A list of IP addresses or IP address ranges to match against the
379
- # source IP address of the request. Limited to 5 ip_blocks.
379
+ # source IP address of the request. Limited to 10 ip_blocks per Authorization
380
+ # Policy
380
381
  # Corresponds to the JSON property `ipBlocks`
381
382
  # @return [Array<Google::Apis::NetworksecurityV1::AuthzPolicyAuthzRuleIpBlock>]
382
383
  attr_accessor :ip_blocks
@@ -387,13 +388,17 @@ module Google
387
388
  # successfully validated by mTLS. Each identity is a string whose value is
388
389
  # matched against a list of URI SANs, DNS Name SANs, or the common name in the
389
390
  # client's certificate. A match happens when any principal matches with the rule.
390
- # Limited to 5 principals.
391
+ # Limited to 50 principals per Authorization Policy for Regional Internal
392
+ # Application Load Balancer, Regional External Application Load Balancer, Cross-
393
+ # region Internal Application Load Balancer, and Cloud Service Mesh. Limited to
394
+ # 25 principals per Authorization Policy for Global External Application Load
395
+ # Balancer.
391
396
  # Corresponds to the JSON property `principals`
392
397
  # @return [Array<Google::Apis::NetworksecurityV1::AuthzPolicyAuthzRulePrincipal>]
393
398
  attr_accessor :principals
394
399
 
395
400
  # Optional. A list of resources to match against the resource of the source VM
396
- # of a request. Limited to 5 resources.
401
+ # of a request. Limited to 10 resources per Authorization Policy.
397
402
  # Corresponds to the JSON property `resources`
398
403
  # @return [Array<Google::Apis::NetworksecurityV1::AuthzPolicyAuthzRuleRequestResource>]
399
404
  attr_accessor :resources
@@ -521,7 +526,7 @@ module Google
521
526
  # Required. A list of resource tag value permanent IDs to match against the
522
527
  # resource manager tags value associated with the source VM of a request. The
523
528
  # match follows AND semantics which means all the ids must match. Limited to 5
524
- # matches.
529
+ # ids in the Tag value id set.
525
530
  # Corresponds to the JSON property `ids`
526
531
  # @return [Array<Fixnum>]
527
532
  attr_accessor :ids
@@ -632,23 +637,26 @@ module Google
632
637
 
633
638
  # Optional. A list of HTTP Hosts to match against. The match can be one of exact,
634
639
  # prefix, suffix, or contains (substring match). Matches are always case
635
- # sensitive unless the ignoreCase is set. Limited to 5 matches.
640
+ # sensitive unless the ignoreCase is set. Limited to 10 hosts per Authorization
641
+ # Policy.
636
642
  # Corresponds to the JSON property `hosts`
637
643
  # @return [Array<Google::Apis::NetworksecurityV1::AuthzPolicyAuthzRuleStringMatch>]
638
644
  attr_accessor :hosts
639
645
 
640
646
  # Optional. A list of HTTP methods to match against. Each entry must be a valid
641
647
  # HTTP method name (GET, PUT, POST, HEAD, PATCH, DELETE, OPTIONS). It only
642
- # allows exact match and is always case sensitive.
648
+ # allows exact match and is always case sensitive. Limited to 10 methods per
649
+ # Authorization Policy.
643
650
  # Corresponds to the JSON property `methods`
644
651
  # @return [Array<String>]
645
652
  attr_accessor :methods_prop
646
653
 
647
654
  # Optional. A list of paths to match against. The match can be one of exact,
648
655
  # prefix, suffix, or contains (substring match). Matches are always case
649
- # sensitive unless the ignoreCase is set. Limited to 5 matches. Note that this
650
- # path match includes the query parameters. For gRPC services, this should be a
651
- # fully-qualified name of the form /package.service/method.
656
+ # sensitive unless the ignoreCase is set. Limited to 10 paths per Authorization
657
+ # Policy. Note that this path match includes the query parameters. For gRPC
658
+ # services, this should be a fully-qualified name of the form /package.service/
659
+ # method.
652
660
  # Corresponds to the JSON property `paths`
653
661
  # @return [Array<Google::Apis::NetworksecurityV1::AuthzPolicyAuthzRuleStringMatch>]
654
662
  attr_accessor :paths
@@ -673,7 +681,8 @@ module Google
673
681
  # Required. A list of headers to match against in http header. The match can be
674
682
  # one of exact, prefix, suffix, or contains (substring match). The match follows
675
683
  # AND semantics which means all the headers must match. Matches are always case
676
- # sensitive unless the ignoreCase is set. Limited to 5 matches.
684
+ # sensitive unless the ignoreCase is set. Limited to 10 headers per
685
+ # Authorization Policy.
677
686
  # Corresponds to the JSON property `headers`
678
687
  # @return [Array<Google::Apis::NetworksecurityV1::AuthzPolicyAuthzRuleHeaderMatch>]
679
688
  attr_accessor :headers
@@ -1168,7 +1177,7 @@ module Google
1168
1177
  end
1169
1178
  end
1170
1179
 
1171
- # Message describing Endpoint object
1180
+ # Message describing Endpoint object.
1172
1181
  class FirewallEndpoint
1173
1182
  include Google::Apis::Core::Hashable
1174
1183
 
@@ -1192,7 +1201,7 @@ module Google
1192
1201
  # @return [String]
1193
1202
  attr_accessor :billing_project_id
1194
1203
 
1195
- # Output only. Create time stamp
1204
+ # Output only. Create time stamp.
1196
1205
  # Corresponds to the JSON property `createTime`
1197
1206
  # @return [String]
1198
1207
  attr_accessor :create_time
@@ -1207,7 +1216,7 @@ module Google
1207
1216
  # @return [Hash<String,String>]
1208
1217
  attr_accessor :labels
1209
1218
 
1210
- # Immutable. Identifier. name of resource
1219
+ # Immutable. Identifier. Name of resource.
1211
1220
  # Corresponds to the JSON property `name`
1212
1221
  # @return [String]
1213
1222
  attr_accessor :name
@@ -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.41.0"
19
+ GEM_VERSION = "0.42.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 = "20250714"
25
+ REVISION = "20250806"
26
26
  end
27
27
  end
28
28
  end
@@ -581,7 +581,7 @@ module Google
581
581
 
582
582
  # Update a single Endpoint.
583
583
  # @param [String] name
584
- # Immutable. Identifier. name of resource
584
+ # Immutable. Identifier. Name of resource.
585
585
  # @param [Google::Apis::NetworksecurityV1::FirewallEndpoint] firewall_endpoint_object
586
586
  # @param [String] request_id
587
587
  # Optional. An optional request ID to identify requests. Specify a unique
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.41.0
4
+ version: 0.42.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.41.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-networksecurity_v1/v0.42.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: