Skip to content

Commit 0c3573f

Browse files
feat: Automated regeneration of networksecurity v1beta1 client (googleapis#24449)
Auto-created at 2025-09-28 10:45:39 +0000 using the toys pull request generator.
1 parent 9fe4325 commit 0c3573f

File tree

6 files changed

+21
-9
lines changed

6 files changed

+21
-9
lines changed

api_names_out.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -303090,6 +303090,7 @@
303090303090
"/networksecurity:v1beta1/MirroringEndpointGroup/name": name
303091303091
"/networksecurity:v1beta1/MirroringEndpointGroup/reconciling": reconciling
303092303092
"/networksecurity:v1beta1/MirroringEndpointGroup/state": state
303093+
"/networksecurity:v1beta1/MirroringEndpointGroup/type": type
303093303094
"/networksecurity:v1beta1/MirroringEndpointGroup/updateTime": update_time
303094303095
"/networksecurity:v1beta1/MirroringEndpointGroupAssociation": mirroring_endpoint_group_association
303095303096
"/networksecurity:v1beta1/MirroringEndpointGroupAssociation/createTime": create_time

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

3+
### v0.57.0 (2025-09-28)
4+
5+
* Regenerated from discovery document revision 20250911
6+
37
### v0.56.0 (2025-09-07)
48

59
* Regenerated from discovery document revision 20250903

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

Lines changed: 11 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::NetworksecurityV1beta1::AuthzPolicyAuthzRulePrincipal>]
398397
attr_accessor :principals
@@ -3782,6 +3781,12 @@ class MirroringEndpointGroup
37823781
# @return [String]
37833782
attr_accessor :state
37843783

3784+
# Immutable. The type of the endpoint group. If left unspecified, defaults to
3785+
# DIRECT.
3786+
# Corresponds to the JSON property `type`
3787+
# @return [String]
3788+
attr_accessor :type
3789+
37853790
# Output only. The timestamp when the resource was most recently updated. See
37863791
# https://google.aip.dev/148#timestamps.
37873792
# Corresponds to the JSON property `updateTime`
@@ -3803,6 +3808,7 @@ def update!(**args)
38033808
@name = args[:name] if args.key?(:name)
38043809
@reconciling = args[:reconciling] if args.key?(:reconciling)
38053810
@state = args[:state] if args.key?(:state)
3811+
@type = args[:type] if args.key?(:type)
38063812
@update_time = args[:update_time] if args.key?(:update_time)
38073813
end
38083814
end

generated/google-apis-networksecurity_v1beta1/lib/google/apis/networksecurity_v1beta1/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 NetworksecurityV1beta1
1818
# Version of the google-apis-networksecurity_v1beta1 gem
19-
GEM_VERSION = "0.56.0"
19+
GEM_VERSION = "0.57.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 = "20250903"
25+
REVISION = "20250911"
2626
end
2727
end
2828
end

generated/google-apis-networksecurity_v1beta1/lib/google/apis/networksecurity_v1beta1/representations.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1712,6 +1712,7 @@ class Representation < Google::Apis::Core::JsonRepresentation
17121712
property :name, as: 'name'
17131713
property :reconciling, as: 'reconciling'
17141714
property :state, as: 'state'
1715+
property :type, as: 'type'
17151716
property :update_time, as: 'updateTime'
17161717
end
17171718
end

generated/google-apis-networksecurity_v1beta1/lib/google/apis/networksecurity_v1beta1/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)