Skip to content

Commit c57130a

Browse files
feat: Automated regeneration of beyondcorp v1alpha client (googleapis#25886)
Auto-created at 2026-03-08 10:08:02 +0000 using the toys pull request generator.
1 parent 7993013 commit c57130a

File tree

5 files changed

+41
-2
lines changed

5 files changed

+41
-2
lines changed

api_names_out.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56743,6 +56743,7 @@
5674356743
"/beyondcorp:v1alpha/GoogleCloudBeyondcorpSecuritygatewaysV1alphaListSecurityGatewaysResponse/securityGateways/security_gateway": security_gateway
5674456744
"/beyondcorp:v1alpha/GoogleCloudBeyondcorpSecuritygatewaysV1alphaListSecurityGatewaysResponse/unreachable": unreachable
5674556745
"/beyondcorp:v1alpha/GoogleCloudBeyondcorpSecuritygatewaysV1alphaListSecurityGatewaysResponse/unreachable/unreachable": unreachable
56746+
"/beyondcorp:v1alpha/GoogleCloudBeyondcorpSecuritygatewaysV1alphaLoggingConfig": google_cloud_beyondcorp_securitygateways_v1alpha_logging_config
5674656747
"/beyondcorp:v1alpha/GoogleCloudBeyondcorpSecuritygatewaysV1alphaProxyProtocolConfig": google_cloud_beyondcorp_securitygateways_v1alpha_proxy_protocol_config
5674756748
"/beyondcorp:v1alpha/GoogleCloudBeyondcorpSecuritygatewaysV1alphaProxyProtocolConfig/allowedClientHeaders": allowed_client_headers
5674856749
"/beyondcorp:v1alpha/GoogleCloudBeyondcorpSecuritygatewaysV1alphaProxyProtocolConfig/allowedClientHeaders/allowed_client_header": allowed_client_header
@@ -56763,6 +56764,7 @@
5676356764
"/beyondcorp:v1alpha/GoogleCloudBeyondcorpSecuritygatewaysV1alphaSecurityGateway/externalIps/external_ip": external_ip
5676456765
"/beyondcorp:v1alpha/GoogleCloudBeyondcorpSecuritygatewaysV1alphaSecurityGateway/hubs": hubs
5676556766
"/beyondcorp:v1alpha/GoogleCloudBeyondcorpSecuritygatewaysV1alphaSecurityGateway/hubs/hub": hub
56767+
"/beyondcorp:v1alpha/GoogleCloudBeyondcorpSecuritygatewaysV1alphaSecurityGateway/logging": logging
5676656768
"/beyondcorp:v1alpha/GoogleCloudBeyondcorpSecuritygatewaysV1alphaSecurityGateway/name": name
5676756769
"/beyondcorp:v1alpha/GoogleCloudBeyondcorpSecuritygatewaysV1alphaSecurityGateway/proxyProtocolConfig": proxy_protocol_config
5676856770
"/beyondcorp:v1alpha/GoogleCloudBeyondcorpSecuritygatewaysV1alphaSecurityGateway/regionConfigs": region_configs

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

3+
### v0.61.0 (2026-03-08)
4+
5+
* Regenerated from discovery document revision 20260228
6+
37
### v0.60.0 (2026-02-08)
48

59
* Regenerated from discovery document revision 20260128

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

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2940,6 +2940,19 @@ def update!(**args)
29402940
end
29412941
end
29422942

2943+
# Configuration for Cloud Logging.
2944+
class GoogleCloudBeyondcorpSecuritygatewaysV1alphaLoggingConfig
2945+
include Google::Apis::Core::Hashable
2946+
2947+
def initialize(**args)
2948+
update!(**args)
2949+
end
2950+
2951+
# Update properties of this object
2952+
def update!(**args)
2953+
end
2954+
end
2955+
29432956
# The configuration for the proxy.
29442957
class GoogleCloudBeyondcorpSecuritygatewaysV1alphaProxyProtocolConfig
29452958
include Google::Apis::Core::Hashable
@@ -3020,6 +3033,11 @@ class GoogleCloudBeyondcorpSecuritygatewaysV1alphaSecurityGateway
30203033
# @return [Hash<String,Google::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpSecuritygatewaysV1alphaHub>]
30213034
attr_accessor :hubs
30223035

3036+
# Configuration for Cloud Logging.
3037+
# Corresponds to the JSON property `logging`
3038+
# @return [Google::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpSecuritygatewaysV1alphaLoggingConfig]
3039+
attr_accessor :logging
3040+
30233041
# Identifier. Name of the resource.
30243042
# Corresponds to the JSON property `name`
30253043
# @return [String]
@@ -3056,6 +3074,7 @@ def update!(**args)
30563074
@display_name = args[:display_name] if args.key?(:display_name)
30573075
@external_ips = args[:external_ips] if args.key?(:external_ips)
30583076
@hubs = args[:hubs] if args.key?(:hubs)
3077+
@logging = args[:logging] if args.key?(:logging)
30593078
@name = args[:name] if args.key?(:name)
30603079
@proxy_protocol_config = args[:proxy_protocol_config] if args.key?(:proxy_protocol_config)
30613080
@service_discovery = args[:service_discovery] if args.key?(:service_discovery)

generated/google-apis-beyondcorp_v1alpha/lib/google/apis/beyondcorp_v1alpha/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 BeyondcorpV1alpha
1818
# Version of the google-apis-beyondcorp_v1alpha gem
19-
GEM_VERSION = "0.60.0"
19+
GEM_VERSION = "0.61.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 = "20260128"
25+
REVISION = "20260228"
2626
end
2727
end
2828
end

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

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -472,6 +472,12 @@ class Representation < Google::Apis::Core::JsonRepresentation; end
472472
include Google::Apis::Core::JsonObjectSupport
473473
end
474474

475+
class GoogleCloudBeyondcorpSecuritygatewaysV1alphaLoggingConfig
476+
class Representation < Google::Apis::Core::JsonRepresentation; end
477+
478+
include Google::Apis::Core::JsonObjectSupport
479+
end
480+
475481
class GoogleCloudBeyondcorpSecuritygatewaysV1alphaProxyProtocolConfig
476482
class Representation < Google::Apis::Core::JsonRepresentation; end
477483

@@ -1464,6 +1470,12 @@ class Representation < Google::Apis::Core::JsonRepresentation
14641470
end
14651471
end
14661472

1473+
class GoogleCloudBeyondcorpSecuritygatewaysV1alphaLoggingConfig
1474+
# @private
1475+
class Representation < Google::Apis::Core::JsonRepresentation
1476+
end
1477+
end
1478+
14671479
class GoogleCloudBeyondcorpSecuritygatewaysV1alphaProxyProtocolConfig
14681480
# @private
14691481
class Representation < Google::Apis::Core::JsonRepresentation
@@ -1485,6 +1497,8 @@ class Representation < Google::Apis::Core::JsonRepresentation
14851497
collection :external_ips, as: 'externalIps'
14861498
hash :hubs, as: 'hubs', class: Google::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpSecuritygatewaysV1alphaHub, decorator: Google::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpSecuritygatewaysV1alphaHub::Representation
14871499

1500+
property :logging, as: 'logging', class: Google::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpSecuritygatewaysV1alphaLoggingConfig, decorator: Google::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpSecuritygatewaysV1alphaLoggingConfig::Representation
1501+
14881502
property :name, as: 'name'
14891503
property :proxy_protocol_config, as: 'proxyProtocolConfig', class: Google::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpSecuritygatewaysV1alphaProxyProtocolConfig, decorator: Google::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpSecuritygatewaysV1alphaProxyProtocolConfig::Representation
14901504

0 commit comments

Comments
 (0)