Skip to content

Commit 9d51d3c

Browse files
feat: Automated regeneration of migrationcenter v1alpha1 client (#27183)
Auto-created at 2026-06-28 10:11:49 +0000 using the toys pull request generator.
1 parent 16c9aa6 commit 9d51d3c

5 files changed

Lines changed: 50 additions & 2 deletions

File tree

api_names_out.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -325143,6 +325143,7 @@
325143325143
"/migrationcenter:v1alpha1/Asset/awsEksClusterDetails": aws_eks_cluster_details
325144325144
"/migrationcenter:v1alpha1/Asset/awsElasticIpAddressDetails": aws_elastic_ip_address_details
325145325145
"/migrationcenter:v1alpha1/Asset/awsElasticNetworkInterfaceDetails": aws_elastic_network_interface_details
325146+
"/migrationcenter:v1alpha1/Asset/awsElasticacheClusterDetails": aws_elasticache_cluster_details
325146325147
"/migrationcenter:v1alpha1/Asset/awsElbLoadBalancerDetails": aws_elb_load_balancer_details
325147325148
"/migrationcenter:v1alpha1/Asset/awsEmrClusterDetails": aws_emr_cluster_details
325148325149
"/migrationcenter:v1alpha1/Asset/awsFirehoseDetails": aws_firehose_details
@@ -325194,6 +325195,7 @@
325194325195
"/migrationcenter:v1alpha1/AssetFrame/awsEksClusterDetails": aws_eks_cluster_details
325195325196
"/migrationcenter:v1alpha1/AssetFrame/awsElasticIpAddressDetails": aws_elastic_ip_address_details
325196325197
"/migrationcenter:v1alpha1/AssetFrame/awsElasticNetworkInterfaceDetails": aws_elastic_network_interface_details
325198+
"/migrationcenter:v1alpha1/AssetFrame/awsElasticacheClusterDetails": aws_elasticache_cluster_details
325197325199
"/migrationcenter:v1alpha1/AssetFrame/awsElbLoadBalancerDetails": aws_elb_load_balancer_details
325198325200
"/migrationcenter:v1alpha1/AssetFrame/awsEmrClusterDetails": aws_emr_cluster_details
325199325201
"/migrationcenter:v1alpha1/AssetFrame/awsFirehoseDetails": aws_firehose_details
@@ -325276,6 +325278,7 @@
325276325278
"/migrationcenter:v1alpha1/AwsEcsClusterDetails": aws_ecs_cluster_details
325277325279
"/migrationcenter:v1alpha1/AwsEfsFileSystemDetails": aws_efs_file_system_details
325278325280
"/migrationcenter:v1alpha1/AwsEksClusterDetails": aws_eks_cluster_details
325281+
"/migrationcenter:v1alpha1/AwsElastiCacheClusterDetails": aws_elasti_cache_cluster_details
325279325282
"/migrationcenter:v1alpha1/AwsElasticIpAddressDetails": aws_elastic_ip_address_details
325280325283
"/migrationcenter:v1alpha1/AwsElasticNetworkInterfaceDetails": aws_elastic_network_interface_details
325281325284
"/migrationcenter:v1alpha1/AwsElbLoadBalancerDetails": aws_elb_load_balancer_details

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

3+
### v0.60.0 (2026-06-28)
4+
5+
* Regenerated from discovery document revision 20260621
6+
37
### v0.59.0 (2026-06-14)
48

59
* Regenerated using generator version 0.19.0

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

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -472,6 +472,11 @@ class Asset
472472
# @return [Google::Apis::MigrationcenterV1alpha1::AwsElasticNetworkInterfaceDetails]
473473
attr_accessor :aws_elastic_network_interface_details
474474

475+
# Details of an AWS ElastiCache Cluster.
476+
# Corresponds to the JSON property `awsElasticacheClusterDetails`
477+
# @return [Google::Apis::MigrationcenterV1alpha1::AwsElastiCacheClusterDetails]
478+
attr_accessor :aws_elasticache_cluster_details
479+
475480
# Asset information specific for AWS Load Balancers.
476481
# Corresponds to the JSON property `awsElbLoadBalancerDetails`
477482
# @return [Google::Apis::MigrationcenterV1alpha1::AwsElbLoadBalancerDetails]
@@ -646,6 +651,7 @@ def update!(**args)
646651
@aws_eks_cluster_details = args[:aws_eks_cluster_details] if args.key?(:aws_eks_cluster_details)
647652
@aws_elastic_ip_address_details = args[:aws_elastic_ip_address_details] if args.key?(:aws_elastic_ip_address_details)
648653
@aws_elastic_network_interface_details = args[:aws_elastic_network_interface_details] if args.key?(:aws_elastic_network_interface_details)
654+
@aws_elasticache_cluster_details = args[:aws_elasticache_cluster_details] if args.key?(:aws_elasticache_cluster_details)
649655
@aws_elb_load_balancer_details = args[:aws_elb_load_balancer_details] if args.key?(:aws_elb_load_balancer_details)
650656
@aws_emr_cluster_details = args[:aws_emr_cluster_details] if args.key?(:aws_emr_cluster_details)
651657
@aws_firehose_details = args[:aws_firehose_details] if args.key?(:aws_firehose_details)
@@ -763,6 +769,11 @@ class AssetFrame
763769
# @return [Google::Apis::MigrationcenterV1alpha1::AwsElasticNetworkInterfaceDetails]
764770
attr_accessor :aws_elastic_network_interface_details
765771

772+
# Details of an AWS ElastiCache Cluster.
773+
# Corresponds to the JSON property `awsElasticacheClusterDetails`
774+
# @return [Google::Apis::MigrationcenterV1alpha1::AwsElastiCacheClusterDetails]
775+
attr_accessor :aws_elasticache_cluster_details
776+
766777
# Asset information specific for AWS Load Balancers.
767778
# Corresponds to the JSON property `awsElbLoadBalancerDetails`
768779
# @return [Google::Apis::MigrationcenterV1alpha1::AwsElbLoadBalancerDetails]
@@ -908,6 +919,7 @@ def update!(**args)
908919
@aws_eks_cluster_details = args[:aws_eks_cluster_details] if args.key?(:aws_eks_cluster_details)
909920
@aws_elastic_ip_address_details = args[:aws_elastic_ip_address_details] if args.key?(:aws_elastic_ip_address_details)
910921
@aws_elastic_network_interface_details = args[:aws_elastic_network_interface_details] if args.key?(:aws_elastic_network_interface_details)
922+
@aws_elasticache_cluster_details = args[:aws_elasticache_cluster_details] if args.key?(:aws_elasticache_cluster_details)
911923
@aws_elb_load_balancer_details = args[:aws_elb_load_balancer_details] if args.key?(:aws_elb_load_balancer_details)
912924
@aws_emr_cluster_details = args[:aws_emr_cluster_details] if args.key?(:aws_emr_cluster_details)
913925
@aws_firehose_details = args[:aws_firehose_details] if args.key?(:aws_firehose_details)
@@ -1416,6 +1428,19 @@ def update!(**args)
14161428
end
14171429
end
14181430

1431+
# Details of an AWS ElastiCache Cluster.
1432+
class AwsElastiCacheClusterDetails
1433+
include Google::Apis::Core::Hashable
1434+
1435+
def initialize(**args)
1436+
update!(**args)
1437+
end
1438+
1439+
# Update properties of this object
1440+
def update!(**args)
1441+
end
1442+
end
1443+
14191444
# Asset information specific for AWS Elastic IP Addresses.
14201445
class AwsElasticIpAddressDetails
14211446
include Google::Apis::Core::Hashable

generated/google-apis-migrationcenter_v1alpha1/lib/google/apis/migrationcenter_v1alpha1/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 MigrationcenterV1alpha1
1818
# Version of the google-apis-migrationcenter_v1alpha1 gem
19-
GEM_VERSION = "0.59.0"
19+
GEM_VERSION = "0.60.0"
2020

2121
# Version of the code generator used to generate this client
2222
GENERATOR_VERSION = "0.19.0"
2323

2424
# Revision of the discovery document this client was generated from
25-
REVISION = "20260512"
25+
REVISION = "20260621"
2626
end
2727
end
2828
end

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

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -256,6 +256,12 @@ class Representation < Google::Apis::Core::JsonRepresentation; end
256256
include Google::Apis::Core::JsonObjectSupport
257257
end
258258

259+
class AwsElastiCacheClusterDetails
260+
class Representation < Google::Apis::Core::JsonRepresentation; end
261+
262+
include Google::Apis::Core::JsonObjectSupport
263+
end
264+
259265
class AwsElasticIpAddressDetails
260266
class Representation < Google::Apis::Core::JsonRepresentation; end
261267

@@ -1834,6 +1840,8 @@ class Representation < Google::Apis::Core::JsonRepresentation
18341840

18351841
property :aws_elastic_network_interface_details, as: 'awsElasticNetworkInterfaceDetails', class: Google::Apis::MigrationcenterV1alpha1::AwsElasticNetworkInterfaceDetails, decorator: Google::Apis::MigrationcenterV1alpha1::AwsElasticNetworkInterfaceDetails::Representation
18361842

1843+
property :aws_elasticache_cluster_details, as: 'awsElasticacheClusterDetails', class: Google::Apis::MigrationcenterV1alpha1::AwsElastiCacheClusterDetails, decorator: Google::Apis::MigrationcenterV1alpha1::AwsElastiCacheClusterDetails::Representation
1844+
18371845
property :aws_elb_load_balancer_details, as: 'awsElbLoadBalancerDetails', class: Google::Apis::MigrationcenterV1alpha1::AwsElbLoadBalancerDetails, decorator: Google::Apis::MigrationcenterV1alpha1::AwsElbLoadBalancerDetails::Representation
18381846

18391847
property :aws_emr_cluster_details, as: 'awsEmrClusterDetails', class: Google::Apis::MigrationcenterV1alpha1::AwsEmrClusterDetails, decorator: Google::Apis::MigrationcenterV1alpha1::AwsEmrClusterDetails::Representation
@@ -1921,6 +1929,8 @@ class Representation < Google::Apis::Core::JsonRepresentation
19211929

19221930
property :aws_elastic_network_interface_details, as: 'awsElasticNetworkInterfaceDetails', class: Google::Apis::MigrationcenterV1alpha1::AwsElasticNetworkInterfaceDetails, decorator: Google::Apis::MigrationcenterV1alpha1::AwsElasticNetworkInterfaceDetails::Representation
19231931

1932+
property :aws_elasticache_cluster_details, as: 'awsElasticacheClusterDetails', class: Google::Apis::MigrationcenterV1alpha1::AwsElastiCacheClusterDetails, decorator: Google::Apis::MigrationcenterV1alpha1::AwsElastiCacheClusterDetails::Representation
1933+
19241934
property :aws_elb_load_balancer_details, as: 'awsElbLoadBalancerDetails', class: Google::Apis::MigrationcenterV1alpha1::AwsElbLoadBalancerDetails, decorator: Google::Apis::MigrationcenterV1alpha1::AwsElbLoadBalancerDetails::Representation
19251935

19261936
property :aws_emr_cluster_details, as: 'awsEmrClusterDetails', class: Google::Apis::MigrationcenterV1alpha1::AwsEmrClusterDetails, decorator: Google::Apis::MigrationcenterV1alpha1::AwsEmrClusterDetails::Representation
@@ -2143,6 +2153,12 @@ class Representation < Google::Apis::Core::JsonRepresentation
21432153
end
21442154
end
21452155

2156+
class AwsElastiCacheClusterDetails
2157+
# @private
2158+
class Representation < Google::Apis::Core::JsonRepresentation
2159+
end
2160+
end
2161+
21462162
class AwsElasticIpAddressDetails
21472163
# @private
21482164
class Representation < Google::Apis::Core::JsonRepresentation

0 commit comments

Comments
 (0)