Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions api_names_out.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
4 changes: 4 additions & 0 deletions generated/google-apis-beyondcorp_v1alpha/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -3020,6 +3033,11 @@ class GoogleCloudBeyondcorpSecuritygatewaysV1alphaSecurityGateway
# @return [Hash<String,Google::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpSecuritygatewaysV1alphaHub>]
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]
Expand Down Expand Up @@ -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)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand All @@ -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

Expand Down