From 72c2e708fb7a1df0ba77dc7d68356c1006574feb Mon Sep 17 00:00:00 2001 From: Yoshi Automation Bot Date: Sun, 28 Sep 2025 10:45:40 +0000 Subject: [PATCH] feat: Automated regeneration of networksecurity v1beta1 client --- api_names_out.yaml | 1 + .../CHANGELOG.md | 4 ++++ .../apis/networksecurity_v1beta1/classes.rb | 16 +++++++++++----- .../apis/networksecurity_v1beta1/gem_version.rb | 4 ++-- .../networksecurity_v1beta1/representations.rb | 1 + .../apis/networksecurity_v1beta1/service.rb | 4 ++-- 6 files changed, 21 insertions(+), 9 deletions(-) diff --git a/api_names_out.yaml b/api_names_out.yaml index 41bf745ccbe..06104d17f0d 100644 --- a/api_names_out.yaml +++ b/api_names_out.yaml @@ -302033,6 +302033,7 @@ "/networksecurity:v1beta1/MirroringEndpointGroup/name": name "/networksecurity:v1beta1/MirroringEndpointGroup/reconciling": reconciling "/networksecurity:v1beta1/MirroringEndpointGroup/state": state +"/networksecurity:v1beta1/MirroringEndpointGroup/type": type "/networksecurity:v1beta1/MirroringEndpointGroup/updateTime": update_time "/networksecurity:v1beta1/MirroringEndpointGroupAssociation": mirroring_endpoint_group_association "/networksecurity:v1beta1/MirroringEndpointGroupAssociation/createTime": create_time diff --git a/generated/google-apis-networksecurity_v1beta1/CHANGELOG.md b/generated/google-apis-networksecurity_v1beta1/CHANGELOG.md index 1e2b31de522..77b593cc0b0 100644 --- a/generated/google-apis-networksecurity_v1beta1/CHANGELOG.md +++ b/generated/google-apis-networksecurity_v1beta1/CHANGELOG.md @@ -1,5 +1,9 @@ # Release history for google-apis-networksecurity_v1beta1 +### v0.57.0 (2025-09-28) + +* Regenerated from discovery document revision 20250911 + ### v0.56.0 (2025-09-07) * Regenerated from discovery document revision 20250903 diff --git a/generated/google-apis-networksecurity_v1beta1/lib/google/apis/networksecurity_v1beta1/classes.rb b/generated/google-apis-networksecurity_v1beta1/lib/google/apis/networksecurity_v1beta1/classes.rb index cb6ebf6cf2c..7ec21366896 100644 --- a/generated/google-apis-networksecurity_v1beta1/lib/google/apis/networksecurity_v1beta1/classes.rb +++ b/generated/google-apis-networksecurity_v1beta1/lib/google/apis/networksecurity_v1beta1/classes.rb @@ -388,11 +388,10 @@ class AuthzPolicyAuthzRuleFromRequestSource # successfully validated by mTLS. Each identity is a string whose value is # matched against a list of URI SANs, DNS Name SANs, or the common name in the # client's certificate. A match happens when any principal matches with the rule. - # Limited to 50 principals per Authorization Policy for Regional Internal - # Application Load Balancer, Regional External Application Load Balancer, Cross- - # region Internal Application Load Balancer, and Cloud Service Mesh. Limited to - # 25 principals per Authorization Policy for Global External Application Load - # Balancer. + # Limited to 50 principals per Authorization Policy for regional internal + # Application Load Balancers, regional external Application Load Balancers, + # cross-region internal Application Load Balancers, and Cloud Service Mesh. This + # field is not supported for global external Application Load Balancers. # Corresponds to the JSON property `principals` # @return [Array] attr_accessor :principals @@ -3782,6 +3781,12 @@ class MirroringEndpointGroup # @return [String] attr_accessor :state + # Immutable. The type of the endpoint group. If left unspecified, defaults to + # DIRECT. + # Corresponds to the JSON property `type` + # @return [String] + attr_accessor :type + # Output only. The timestamp when the resource was most recently updated. See # https://google.aip.dev/148#timestamps. # Corresponds to the JSON property `updateTime` @@ -3803,6 +3808,7 @@ def update!(**args) @name = args[:name] if args.key?(:name) @reconciling = args[:reconciling] if args.key?(:reconciling) @state = args[:state] if args.key?(:state) + @type = args[:type] if args.key?(:type) @update_time = args[:update_time] if args.key?(:update_time) end end diff --git a/generated/google-apis-networksecurity_v1beta1/lib/google/apis/networksecurity_v1beta1/gem_version.rb b/generated/google-apis-networksecurity_v1beta1/lib/google/apis/networksecurity_v1beta1/gem_version.rb index 5118b216cd3..e0f242e80d7 100644 --- a/generated/google-apis-networksecurity_v1beta1/lib/google/apis/networksecurity_v1beta1/gem_version.rb +++ b/generated/google-apis-networksecurity_v1beta1/lib/google/apis/networksecurity_v1beta1/gem_version.rb @@ -16,13 +16,13 @@ module Google module Apis module NetworksecurityV1beta1 # Version of the google-apis-networksecurity_v1beta1 gem - GEM_VERSION = "0.56.0" + GEM_VERSION = "0.57.0" # Version of the code generator used to generate this client GENERATOR_VERSION = "0.18.0" # Revision of the discovery document this client was generated from - REVISION = "20250903" + REVISION = "20250911" end end end diff --git a/generated/google-apis-networksecurity_v1beta1/lib/google/apis/networksecurity_v1beta1/representations.rb b/generated/google-apis-networksecurity_v1beta1/lib/google/apis/networksecurity_v1beta1/representations.rb index 55e8daca337..5561f4b8e93 100644 --- a/generated/google-apis-networksecurity_v1beta1/lib/google/apis/networksecurity_v1beta1/representations.rb +++ b/generated/google-apis-networksecurity_v1beta1/lib/google/apis/networksecurity_v1beta1/representations.rb @@ -1712,6 +1712,7 @@ class Representation < Google::Apis::Core::JsonRepresentation property :name, as: 'name' property :reconciling, as: 'reconciling' property :state, as: 'state' + property :type, as: 'type' property :update_time, as: 'updateTime' end end diff --git a/generated/google-apis-networksecurity_v1beta1/lib/google/apis/networksecurity_v1beta1/service.rb b/generated/google-apis-networksecurity_v1beta1/lib/google/apis/networksecurity_v1beta1/service.rb index 039f820f9f8..5c9f6b906dc 100644 --- a/generated/google-apis-networksecurity_v1beta1/lib/google/apis/networksecurity_v1beta1/service.rb +++ b/generated/google-apis-networksecurity_v1beta1/lib/google/apis/networksecurity_v1beta1/service.rb @@ -1186,8 +1186,8 @@ def get_project_location(name, fields: nil, quota_user: nil, options: nil, &bloc # @param [String] name # The resource that owns the locations collection, if applicable. # @param [Array, String] extra_location_types - # Optional. Do not use this field. It is unsupported and is ignored unless - # explicitly documented otherwise. This is primarily for internal usage. + # Optional. Unless explicitly documented otherwise, don't use this unsupported + # field which is primarily intended for internal usage. # @param [String] filter # A filter to narrow down results to a preferred subset. The filtering language # accepts strings like `"displayName=tokyo"`, and is documented in more detail