Skip to content

Commit ce2c196

Browse files
feat: Automated regeneration of appengine v1beta client (#25801)
Auto-created at 2026-02-22 10:42:37 +0000 using the toys pull request generator.
1 parent 3c26572 commit ce2c196

4 files changed

Lines changed: 6 additions & 131 deletions

File tree

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

3+
### v0.67.0 (2026-02-22)
4+
5+
* Regenerated from discovery document revision 20260220
6+
37
### v0.66.0 (2026-02-08)
48

59
* Regenerated from discovery document revision 20260202

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

Lines changed: 0 additions & 83 deletions
Original file line numberDiff line numberDiff line change
@@ -3147,32 +3147,6 @@ def update!(**args)
31473147
end
31483148
end
31493149

3150-
# Subnetwork key message.
3151-
class SubnetworkKey
3152-
include Google::Apis::Core::Hashable
3153-
3154-
# Project id (name not number) of the project that hosts the network
3155-
# Corresponds to the JSON property `hostProjectId`
3156-
# @return [String]
3157-
attr_accessor :host_project_id
3158-
3159-
# Short name of the subnetwork. e.g. SUBNET instead of projects/`PROJECT_NAME`/
3160-
# regions/`REGION`/subnetworks/`SUBNET`
3161-
# Corresponds to the JSON property `subnet`
3162-
# @return [String]
3163-
attr_accessor :subnet
3164-
3165-
def initialize(**args)
3166-
update!(**args)
3167-
end
3168-
3169-
# Update properties of this object
3170-
def update!(**args)
3171-
@host_project_id = args[:host_project_id] if args.key?(:host_project_id)
3172-
@subnet = args[:subnet] if args.key?(:subnet)
3173-
end
3174-
end
3175-
31763150
# Traffic routing configuration for versions within a single service. Traffic
31773151
# splits define how traffic directed to the service is assigned to versions.
31783152
class TrafficSplit
@@ -3582,11 +3556,6 @@ class Version
35823556
# @return [Google::Apis::AppengineV1beta::VpcAccessConnector]
35833557
attr_accessor :vpc_access_connector
35843558

3585-
# Deprecated: Use VpcAccess instead. Vpc Egress configuration.
3586-
# Corresponds to the JSON property `vpcEgress`
3587-
# @return [Google::Apis::AppengineV1beta::VpcEgress]
3588-
attr_accessor :vpc_egress
3589-
35903559
# The Google Compute Engine zones that are supported by this version in the App
35913560
# Engine flexible environment. Deprecated.
35923561
# Corresponds to the JSON property `zones`
@@ -3642,7 +3611,6 @@ def update!(**args)
36423611
@vm = args[:vm] if args.key?(:vm)
36433612
@vpc_access = args[:vpc_access] if args.key?(:vpc_access)
36443613
@vpc_access_connector = args[:vpc_access_connector] if args.key?(:vpc_access_connector)
3645-
@vpc_egress = args[:vpc_egress] if args.key?(:vpc_egress)
36463614
@zones = args[:zones] if args.key?(:zones)
36473615
end
36483616
end
@@ -3733,38 +3701,6 @@ def update!(**args)
37333701
end
37343702
end
37353703

3736-
# Deprecated: Use VpcAccess instead. Vpc Egress configuration.
3737-
class VpcEgress
3738-
include Google::Apis::Core::Hashable
3739-
3740-
# The egress setting for the subnetwork, controlling what traffic is diverted
3741-
# through it.
3742-
# Corresponds to the JSON property `egressSetting`
3743-
# @return [String]
3744-
attr_accessor :egress_setting
3745-
3746-
# The network tags to apply to the instance.
3747-
# Corresponds to the JSON property `networkTags`
3748-
# @return [Array<Google::Apis::AppengineV1beta::VpcNetworkTag>]
3749-
attr_accessor :network_tags
3750-
3751-
# Subnetwork key message.
3752-
# Corresponds to the JSON property `subnetworkKey`
3753-
# @return [Google::Apis::AppengineV1beta::SubnetworkKey]
3754-
attr_accessor :subnetwork_key
3755-
3756-
def initialize(**args)
3757-
update!(**args)
3758-
end
3759-
3760-
# Update properties of this object
3761-
def update!(**args)
3762-
@egress_setting = args[:egress_setting] if args.key?(:egress_setting)
3763-
@network_tags = args[:network_tags] if args.key?(:network_tags)
3764-
@subnetwork_key = args[:subnetwork_key] if args.key?(:subnetwork_key)
3765-
end
3766-
end
3767-
37683704
# Network interface key message.
37693705
class VpcNetworkInterface
37703706
include Google::Apis::Core::Hashable
@@ -3807,25 +3743,6 @@ def update!(**args)
38073743
end
38083744
end
38093745

3810-
# Network tag message.
3811-
class VpcNetworkTag
3812-
include Google::Apis::Core::Hashable
3813-
3814-
# value for the tag name
3815-
# Corresponds to the JSON property `value`
3816-
# @return [String]
3817-
attr_accessor :value
3818-
3819-
def initialize(**args)
3820-
update!(**args)
3821-
end
3822-
3823-
# Update properties of this object
3824-
def update!(**args)
3825-
@value = args[:value] if args.key?(:value)
3826-
end
3827-
end
3828-
38293746
# The zip file information for a zip deployment.
38303747
class ZipInfo
38313748
include Google::Apis::Core::Hashable

generated/google-apis-appengine_v1beta/lib/google/apis/appengine_v1beta/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 AppengineV1beta
1818
# Version of the google-apis-appengine_v1beta gem
19-
GEM_VERSION = "0.66.0"
19+
GEM_VERSION = "0.67.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 = "20260202"
25+
REVISION = "20260220"
2626
end
2727
end
2828
end

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

Lines changed: 0 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -478,12 +478,6 @@ class Representation < Google::Apis::Core::JsonRepresentation; end
478478
include Google::Apis::Core::JsonObjectSupport
479479
end
480480

481-
class SubnetworkKey
482-
class Representation < Google::Apis::Core::JsonRepresentation; end
483-
484-
include Google::Apis::Core::JsonObjectSupport
485-
end
486-
487481
class TrafficSplit
488482
class Representation < Google::Apis::Core::JsonRepresentation; end
489483

@@ -526,24 +520,12 @@ class Representation < Google::Apis::Core::JsonRepresentation; end
526520
include Google::Apis::Core::JsonObjectSupport
527521
end
528522

529-
class VpcEgress
530-
class Representation < Google::Apis::Core::JsonRepresentation; end
531-
532-
include Google::Apis::Core::JsonObjectSupport
533-
end
534-
535523
class VpcNetworkInterface
536524
class Representation < Google::Apis::Core::JsonRepresentation; end
537525

538526
include Google::Apis::Core::JsonObjectSupport
539527
end
540528

541-
class VpcNetworkTag
542-
class Representation < Google::Apis::Core::JsonRepresentation; end
543-
544-
include Google::Apis::Core::JsonObjectSupport
545-
end
546-
547529
class ZipInfo
548530
class Representation < Google::Apis::Core::JsonRepresentation; end
549531

@@ -1345,14 +1327,6 @@ class Representation < Google::Apis::Core::JsonRepresentation
13451327
end
13461328
end
13471329

1348-
class SubnetworkKey
1349-
# @private
1350-
class Representation < Google::Apis::Core::JsonRepresentation
1351-
property :host_project_id, as: 'hostProjectId'
1352-
property :subnet, as: 'subnet'
1353-
end
1354-
end
1355-
13561330
class TrafficSplit
13571331
# @private
13581332
class Representation < Google::Apis::Core::JsonRepresentation
@@ -1451,8 +1425,6 @@ class Representation < Google::Apis::Core::JsonRepresentation
14511425

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

1454-
property :vpc_egress, as: 'vpcEgress', class: Google::Apis::AppengineV1beta::VpcEgress, decorator: Google::Apis::AppengineV1beta::VpcEgress::Representation
1455-
14561428
collection :zones, as: 'zones'
14571429
end
14581430
end
@@ -1483,17 +1455,6 @@ class Representation < Google::Apis::Core::JsonRepresentation
14831455
end
14841456
end
14851457

1486-
class VpcEgress
1487-
# @private
1488-
class Representation < Google::Apis::Core::JsonRepresentation
1489-
property :egress_setting, as: 'egressSetting'
1490-
collection :network_tags, as: 'networkTags', class: Google::Apis::AppengineV1beta::VpcNetworkTag, decorator: Google::Apis::AppengineV1beta::VpcNetworkTag::Representation
1491-
1492-
property :subnetwork_key, as: 'subnetworkKey', class: Google::Apis::AppengineV1beta::SubnetworkKey, decorator: Google::Apis::AppengineV1beta::SubnetworkKey::Representation
1493-
1494-
end
1495-
end
1496-
14971458
class VpcNetworkInterface
14981459
# @private
14991460
class Representation < Google::Apis::Core::JsonRepresentation
@@ -1503,13 +1464,6 @@ class Representation < Google::Apis::Core::JsonRepresentation
15031464
end
15041465
end
15051466

1506-
class VpcNetworkTag
1507-
# @private
1508-
class Representation < Google::Apis::Core::JsonRepresentation
1509-
property :value, as: 'value'
1510-
end
1511-
end
1512-
15131467
class ZipInfo
15141468
# @private
15151469
class Representation < Google::Apis::Core::JsonRepresentation

0 commit comments

Comments
 (0)