From c088d882e5e226c4eef0f3e7905e377b0b40b0d2 Mon Sep 17 00:00:00 2001 From: Yoshi Automation Bot Date: Sun, 8 Mar 2026 10:08:03 +0000 Subject: [PATCH] feat: Automated regeneration of beyondcorp v1alpha client --- api_names_out.yaml | 2 ++ .../CHANGELOG.md | 4 ++++ .../google/apis/beyondcorp_v1alpha/classes.rb | 19 +++++++++++++++++++ .../apis/beyondcorp_v1alpha/gem_version.rb | 4 ++-- .../beyondcorp_v1alpha/representations.rb | 14 ++++++++++++++ 5 files changed, 41 insertions(+), 2 deletions(-) diff --git a/api_names_out.yaml b/api_names_out.yaml index ebe23b1af79..8ec9d14ae7d 100644 --- a/api_names_out.yaml +++ b/api_names_out.yaml @@ -56364,6 +56364,7 @@ "/beyondcorp:v1alpha/GoogleCloudBeyondcorpSecuritygatewaysV1alphaListSecurityGatewaysResponse/securityGateways/security_gateway": security_gateway "/beyondcorp:v1alpha/GoogleCloudBeyondcorpSecuritygatewaysV1alphaListSecurityGatewaysResponse/unreachable": unreachable "/beyondcorp:v1alpha/GoogleCloudBeyondcorpSecuritygatewaysV1alphaListSecurityGatewaysResponse/unreachable/unreachable": unreachable +"/beyondcorp:v1alpha/GoogleCloudBeyondcorpSecuritygatewaysV1alphaLoggingConfig": google_cloud_beyondcorp_securitygateways_v1alpha_logging_config "/beyondcorp:v1alpha/GoogleCloudBeyondcorpSecuritygatewaysV1alphaProxyProtocolConfig": google_cloud_beyondcorp_securitygateways_v1alpha_proxy_protocol_config "/beyondcorp:v1alpha/GoogleCloudBeyondcorpSecuritygatewaysV1alphaProxyProtocolConfig/allowedClientHeaders": allowed_client_headers "/beyondcorp:v1alpha/GoogleCloudBeyondcorpSecuritygatewaysV1alphaProxyProtocolConfig/allowedClientHeaders/allowed_client_header": allowed_client_header @@ -56384,6 +56385,7 @@ "/beyondcorp:v1alpha/GoogleCloudBeyondcorpSecuritygatewaysV1alphaSecurityGateway/externalIps/external_ip": external_ip "/beyondcorp:v1alpha/GoogleCloudBeyondcorpSecuritygatewaysV1alphaSecurityGateway/hubs": hubs "/beyondcorp:v1alpha/GoogleCloudBeyondcorpSecuritygatewaysV1alphaSecurityGateway/hubs/hub": hub +"/beyondcorp:v1alpha/GoogleCloudBeyondcorpSecuritygatewaysV1alphaSecurityGateway/logging": logging "/beyondcorp:v1alpha/GoogleCloudBeyondcorpSecuritygatewaysV1alphaSecurityGateway/name": name "/beyondcorp:v1alpha/GoogleCloudBeyondcorpSecuritygatewaysV1alphaSecurityGateway/proxyProtocolConfig": proxy_protocol_config "/beyondcorp:v1alpha/GoogleCloudBeyondcorpSecuritygatewaysV1alphaSecurityGateway/regionConfigs": region_configs diff --git a/generated/google-apis-beyondcorp_v1alpha/CHANGELOG.md b/generated/google-apis-beyondcorp_v1alpha/CHANGELOG.md index 14e849f5faa..64838964b0a 100644 --- a/generated/google-apis-beyondcorp_v1alpha/CHANGELOG.md +++ b/generated/google-apis-beyondcorp_v1alpha/CHANGELOG.md @@ -1,5 +1,9 @@ # Release history for google-apis-beyondcorp_v1alpha +### v0.61.0 (2026-03-08) + +* Regenerated from discovery document revision 20260228 + ### v0.60.0 (2026-02-08) * Regenerated from discovery document revision 20260128 diff --git a/generated/google-apis-beyondcorp_v1alpha/lib/google/apis/beyondcorp_v1alpha/classes.rb b/generated/google-apis-beyondcorp_v1alpha/lib/google/apis/beyondcorp_v1alpha/classes.rb index f86b6636194..ecee8995db2 100644 --- a/generated/google-apis-beyondcorp_v1alpha/lib/google/apis/beyondcorp_v1alpha/classes.rb +++ b/generated/google-apis-beyondcorp_v1alpha/lib/google/apis/beyondcorp_v1alpha/classes.rb @@ -2940,6 +2940,19 @@ def update!(**args) end end + # Configuration for Cloud Logging. + class GoogleCloudBeyondcorpSecuritygatewaysV1alphaLoggingConfig + include Google::Apis::Core::Hashable + + def initialize(**args) + update!(**args) + end + + # Update properties of this object + def update!(**args) + end + end + # The configuration for the proxy. class GoogleCloudBeyondcorpSecuritygatewaysV1alphaProxyProtocolConfig include Google::Apis::Core::Hashable @@ -3020,6 +3033,11 @@ class GoogleCloudBeyondcorpSecuritygatewaysV1alphaSecurityGateway # @return [Hash] attr_accessor :hubs + # Configuration for Cloud Logging. + # Corresponds to the JSON property `logging` + # @return [Google::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpSecuritygatewaysV1alphaLoggingConfig] + attr_accessor :logging + # Identifier. Name of the resource. # Corresponds to the JSON property `name` # @return [String] @@ -3056,6 +3074,7 @@ def update!(**args) @display_name = args[:display_name] if args.key?(:display_name) @external_ips = args[:external_ips] if args.key?(:external_ips) @hubs = args[:hubs] if args.key?(:hubs) + @logging = args[:logging] if args.key?(:logging) @name = args[:name] if args.key?(:name) @proxy_protocol_config = args[:proxy_protocol_config] if args.key?(:proxy_protocol_config) @service_discovery = args[:service_discovery] if args.key?(:service_discovery) diff --git a/generated/google-apis-beyondcorp_v1alpha/lib/google/apis/beyondcorp_v1alpha/gem_version.rb b/generated/google-apis-beyondcorp_v1alpha/lib/google/apis/beyondcorp_v1alpha/gem_version.rb index b2c17e4a689..16b2e7745d5 100644 --- a/generated/google-apis-beyondcorp_v1alpha/lib/google/apis/beyondcorp_v1alpha/gem_version.rb +++ b/generated/google-apis-beyondcorp_v1alpha/lib/google/apis/beyondcorp_v1alpha/gem_version.rb @@ -16,13 +16,13 @@ module Google module Apis module BeyondcorpV1alpha # Version of the google-apis-beyondcorp_v1alpha gem - GEM_VERSION = "0.60.0" + GEM_VERSION = "0.61.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 = "20260128" + REVISION = "20260228" end end end diff --git a/generated/google-apis-beyondcorp_v1alpha/lib/google/apis/beyondcorp_v1alpha/representations.rb b/generated/google-apis-beyondcorp_v1alpha/lib/google/apis/beyondcorp_v1alpha/representations.rb index e27d328d2fd..6c04d627fab 100644 --- a/generated/google-apis-beyondcorp_v1alpha/lib/google/apis/beyondcorp_v1alpha/representations.rb +++ b/generated/google-apis-beyondcorp_v1alpha/lib/google/apis/beyondcorp_v1alpha/representations.rb @@ -472,6 +472,12 @@ class Representation < Google::Apis::Core::JsonRepresentation; end include Google::Apis::Core::JsonObjectSupport end + class GoogleCloudBeyondcorpSecuritygatewaysV1alphaLoggingConfig + class Representation < Google::Apis::Core::JsonRepresentation; end + + include Google::Apis::Core::JsonObjectSupport + end + class GoogleCloudBeyondcorpSecuritygatewaysV1alphaProxyProtocolConfig class Representation < Google::Apis::Core::JsonRepresentation; end @@ -1464,6 +1470,12 @@ class Representation < Google::Apis::Core::JsonRepresentation end end + class GoogleCloudBeyondcorpSecuritygatewaysV1alphaLoggingConfig + # @private + class Representation < Google::Apis::Core::JsonRepresentation + end + end + class GoogleCloudBeyondcorpSecuritygatewaysV1alphaProxyProtocolConfig # @private class Representation < Google::Apis::Core::JsonRepresentation @@ -1485,6 +1497,8 @@ class Representation < Google::Apis::Core::JsonRepresentation collection :external_ips, as: 'externalIps' hash :hubs, as: 'hubs', class: Google::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpSecuritygatewaysV1alphaHub, decorator: Google::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpSecuritygatewaysV1alphaHub::Representation + property :logging, as: 'logging', class: Google::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpSecuritygatewaysV1alphaLoggingConfig, decorator: Google::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpSecuritygatewaysV1alphaLoggingConfig::Representation + property :name, as: 'name' property :proxy_protocol_config, as: 'proxyProtocolConfig', class: Google::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpSecuritygatewaysV1alphaProxyProtocolConfig, decorator: Google::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpSecuritygatewaysV1alphaProxyProtocolConfig::Representation