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
4 changes: 4 additions & 0 deletions generated/google-apis-appengine_v1beta/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release history for google-apis-appengine_v1beta

### v0.67.0 (2026-02-22)

* Regenerated from discovery document revision 20260220

### v0.66.0 (2026-02-08)

* Regenerated from discovery document revision 20260202
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3147,32 +3147,6 @@ def update!(**args)
end
end

# Subnetwork key message.
class SubnetworkKey
include Google::Apis::Core::Hashable

# Project id (name not number) of the project that hosts the network
# Corresponds to the JSON property `hostProjectId`
# @return [String]
attr_accessor :host_project_id

# Short name of the subnetwork. e.g. SUBNET instead of projects/`PROJECT_NAME`/
# regions/`REGION`/subnetworks/`SUBNET`
# Corresponds to the JSON property `subnet`
# @return [String]
attr_accessor :subnet

def initialize(**args)
update!(**args)
end

# Update properties of this object
def update!(**args)
@host_project_id = args[:host_project_id] if args.key?(:host_project_id)
@subnet = args[:subnet] if args.key?(:subnet)
end
end

# Traffic routing configuration for versions within a single service. Traffic
# splits define how traffic directed to the service is assigned to versions.
class TrafficSplit
Expand Down Expand Up @@ -3582,11 +3556,6 @@ class Version
# @return [Google::Apis::AppengineV1beta::VpcAccessConnector]
attr_accessor :vpc_access_connector

# Deprecated: Use VpcAccess instead. Vpc Egress configuration.
# Corresponds to the JSON property `vpcEgress`
# @return [Google::Apis::AppengineV1beta::VpcEgress]
attr_accessor :vpc_egress

# The Google Compute Engine zones that are supported by this version in the App
# Engine flexible environment. Deprecated.
# Corresponds to the JSON property `zones`
Expand Down Expand Up @@ -3642,7 +3611,6 @@ def update!(**args)
@vm = args[:vm] if args.key?(:vm)
@vpc_access = args[:vpc_access] if args.key?(:vpc_access)
@vpc_access_connector = args[:vpc_access_connector] if args.key?(:vpc_access_connector)
@vpc_egress = args[:vpc_egress] if args.key?(:vpc_egress)
@zones = args[:zones] if args.key?(:zones)
end
end
Expand Down Expand Up @@ -3733,38 +3701,6 @@ def update!(**args)
end
end

# Deprecated: Use VpcAccess instead. Vpc Egress configuration.
class VpcEgress
include Google::Apis::Core::Hashable

# The egress setting for the subnetwork, controlling what traffic is diverted
# through it.
# Corresponds to the JSON property `egressSetting`
# @return [String]
attr_accessor :egress_setting

# The network tags to apply to the instance.
# Corresponds to the JSON property `networkTags`
# @return [Array<Google::Apis::AppengineV1beta::VpcNetworkTag>]
attr_accessor :network_tags

# Subnetwork key message.
# Corresponds to the JSON property `subnetworkKey`
# @return [Google::Apis::AppengineV1beta::SubnetworkKey]
attr_accessor :subnetwork_key

def initialize(**args)
update!(**args)
end

# Update properties of this object
def update!(**args)
@egress_setting = args[:egress_setting] if args.key?(:egress_setting)
@network_tags = args[:network_tags] if args.key?(:network_tags)
@subnetwork_key = args[:subnetwork_key] if args.key?(:subnetwork_key)
end
end

# Network interface key message.
class VpcNetworkInterface
include Google::Apis::Core::Hashable
Expand Down Expand Up @@ -3807,25 +3743,6 @@ def update!(**args)
end
end

# Network tag message.
class VpcNetworkTag
include Google::Apis::Core::Hashable

# value for the tag name
# Corresponds to the JSON property `value`
# @return [String]
attr_accessor :value

def initialize(**args)
update!(**args)
end

# Update properties of this object
def update!(**args)
@value = args[:value] if args.key?(:value)
end
end

# The zip file information for a zip deployment.
class ZipInfo
include Google::Apis::Core::Hashable
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ module Google
module Apis
module AppengineV1beta
# Version of the google-apis-appengine_v1beta gem
GEM_VERSION = "0.66.0"
GEM_VERSION = "0.67.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 = "20260202"
REVISION = "20260220"
end
end
end
Original file line number Diff line number Diff line change
Expand Up @@ -478,12 +478,6 @@ class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end

class SubnetworkKey
class Representation < Google::Apis::Core::JsonRepresentation; end

include Google::Apis::Core::JsonObjectSupport
end

class TrafficSplit
class Representation < Google::Apis::Core::JsonRepresentation; end

Expand Down Expand Up @@ -526,24 +520,12 @@ class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end

class VpcEgress
class Representation < Google::Apis::Core::JsonRepresentation; end

include Google::Apis::Core::JsonObjectSupport
end

class VpcNetworkInterface
class Representation < Google::Apis::Core::JsonRepresentation; end

include Google::Apis::Core::JsonObjectSupport
end

class VpcNetworkTag
class Representation < Google::Apis::Core::JsonRepresentation; end

include Google::Apis::Core::JsonObjectSupport
end

class ZipInfo
class Representation < Google::Apis::Core::JsonRepresentation; end

Expand Down Expand Up @@ -1345,14 +1327,6 @@ class Representation < Google::Apis::Core::JsonRepresentation
end
end

class SubnetworkKey
# @private
class Representation < Google::Apis::Core::JsonRepresentation
property :host_project_id, as: 'hostProjectId'
property :subnet, as: 'subnet'
end
end

class TrafficSplit
# @private
class Representation < Google::Apis::Core::JsonRepresentation
Expand Down Expand Up @@ -1451,8 +1425,6 @@ class Representation < Google::Apis::Core::JsonRepresentation

property :vpc_access_connector, as: 'vpcAccessConnector', class: Google::Apis::AppengineV1beta::VpcAccessConnector, decorator: Google::Apis::AppengineV1beta::VpcAccessConnector::Representation

property :vpc_egress, as: 'vpcEgress', class: Google::Apis::AppengineV1beta::VpcEgress, decorator: Google::Apis::AppengineV1beta::VpcEgress::Representation

collection :zones, as: 'zones'
end
end
Expand Down Expand Up @@ -1483,17 +1455,6 @@ class Representation < Google::Apis::Core::JsonRepresentation
end
end

class VpcEgress
# @private
class Representation < Google::Apis::Core::JsonRepresentation
property :egress_setting, as: 'egressSetting'
collection :network_tags, as: 'networkTags', class: Google::Apis::AppengineV1beta::VpcNetworkTag, decorator: Google::Apis::AppengineV1beta::VpcNetworkTag::Representation

property :subnetwork_key, as: 'subnetworkKey', class: Google::Apis::AppengineV1beta::SubnetworkKey, decorator: Google::Apis::AppengineV1beta::SubnetworkKey::Representation

end
end

class VpcNetworkInterface
# @private
class Representation < Google::Apis::Core::JsonRepresentation
Expand All @@ -1503,13 +1464,6 @@ class Representation < Google::Apis::Core::JsonRepresentation
end
end

class VpcNetworkTag
# @private
class Representation < Google::Apis::Core::JsonRepresentation
property :value, as: 'value'
end
end

class ZipInfo
# @private
class Representation < Google::Apis::Core::JsonRepresentation
Expand Down