Skip to content

Commit 76cdd16

Browse files
feat: Automated regeneration of networksecurity v1 client (#24419)
Auto-created at 2025-09-28 10:00:38 +0000 using the toys pull request generator.
1 parent 5950c96 commit 76cdd16

File tree

4 files changed

+12
-9
lines changed

4 files changed

+12
-9
lines changed

generated/google-apis-networksecurity_v1/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-networksecurity_v1
22

3+
### v0.44.0 (2025-09-28)
4+
5+
* Regenerated from discovery document revision 20250911
6+
37
### v0.43.0 (2025-08-31)
48

59
* Regenerated from discovery document revision 20250822

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

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -388,11 +388,10 @@ class AuthzPolicyAuthzRuleFromRequestSource
388388
# successfully validated by mTLS. Each identity is a string whose value is
389389
# matched against a list of URI SANs, DNS Name SANs, or the common name in the
390390
# client's certificate. A match happens when any principal matches with the rule.
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+
# 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.
396395
# Corresponds to the JSON property `principals`
397396
# @return [Array<Google::Apis::NetworksecurityV1::AuthzPolicyAuthzRulePrincipal>]
398397
attr_accessor :principals

generated/google-apis-networksecurity_v1/lib/google/apis/networksecurity_v1/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 NetworksecurityV1
1818
# Version of the google-apis-networksecurity_v1 gem
19-
GEM_VERSION = "0.43.0"
19+
GEM_VERSION = "0.44.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 = "20250822"
25+
REVISION = "20250911"
2626
end
2727
end
2828
end

generated/google-apis-networksecurity_v1/lib/google/apis/networksecurity_v1/service.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1186,8 +1186,8 @@ def get_project_location(name, fields: nil, quota_user: nil, options: nil, &bloc
11861186
# @param [String] name
11871187
# The resource that owns the locations collection, if applicable.
11881188
# @param [Array<String>, String] extra_location_types
1189-
# Optional. Do not use this field. It is unsupported and is ignored unless
1190-
# explicitly documented otherwise. This is primarily for internal usage.
1189+
# Optional. Unless explicitly documented otherwise, don't use this unsupported
1190+
# field which is primarily intended for internal usage.
11911191
# @param [String] filter
11921192
# A filter to narrow down results to a preferred subset. The filtering language
11931193
# accepts strings like `"displayName=tokyo"`, and is documented in more detail

0 commit comments

Comments
 (0)