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
3 changes: 3 additions & 0 deletions api_names_out.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -324996,6 +324996,7 @@
"/migrationcenter:v1alpha1/Asset/awsEksClusterDetails": aws_eks_cluster_details
"/migrationcenter:v1alpha1/Asset/awsElasticIpAddressDetails": aws_elastic_ip_address_details
"/migrationcenter:v1alpha1/Asset/awsElasticNetworkInterfaceDetails": aws_elastic_network_interface_details
"/migrationcenter:v1alpha1/Asset/awsElasticacheClusterDetails": aws_elasticache_cluster_details
"/migrationcenter:v1alpha1/Asset/awsElbLoadBalancerDetails": aws_elb_load_balancer_details
"/migrationcenter:v1alpha1/Asset/awsEmrClusterDetails": aws_emr_cluster_details
"/migrationcenter:v1alpha1/Asset/awsFirehoseDetails": aws_firehose_details
Expand Down Expand Up @@ -325047,6 +325048,7 @@
"/migrationcenter:v1alpha1/AssetFrame/awsEksClusterDetails": aws_eks_cluster_details
"/migrationcenter:v1alpha1/AssetFrame/awsElasticIpAddressDetails": aws_elastic_ip_address_details
"/migrationcenter:v1alpha1/AssetFrame/awsElasticNetworkInterfaceDetails": aws_elastic_network_interface_details
"/migrationcenter:v1alpha1/AssetFrame/awsElasticacheClusterDetails": aws_elasticache_cluster_details
"/migrationcenter:v1alpha1/AssetFrame/awsElbLoadBalancerDetails": aws_elb_load_balancer_details
"/migrationcenter:v1alpha1/AssetFrame/awsEmrClusterDetails": aws_emr_cluster_details
"/migrationcenter:v1alpha1/AssetFrame/awsFirehoseDetails": aws_firehose_details
Expand Down Expand Up @@ -325129,6 +325131,7 @@
"/migrationcenter:v1alpha1/AwsEcsClusterDetails": aws_ecs_cluster_details
"/migrationcenter:v1alpha1/AwsEfsFileSystemDetails": aws_efs_file_system_details
"/migrationcenter:v1alpha1/AwsEksClusterDetails": aws_eks_cluster_details
"/migrationcenter:v1alpha1/AwsElastiCacheClusterDetails": aws_elasti_cache_cluster_details
"/migrationcenter:v1alpha1/AwsElasticIpAddressDetails": aws_elastic_ip_address_details
"/migrationcenter:v1alpha1/AwsElasticNetworkInterfaceDetails": aws_elastic_network_interface_details
"/migrationcenter:v1alpha1/AwsElbLoadBalancerDetails": aws_elb_load_balancer_details
Expand Down
4 changes: 4 additions & 0 deletions generated/google-apis-migrationcenter_v1alpha1/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release history for google-apis-migrationcenter_v1alpha1

### v0.60.0 (2026-06-28)

* Regenerated from discovery document revision 20260621

### v0.59.0 (2026-06-14)

* Regenerated using generator version 0.19.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -472,6 +472,11 @@ class Asset
# @return [Google::Apis::MigrationcenterV1alpha1::AwsElasticNetworkInterfaceDetails]
attr_accessor :aws_elastic_network_interface_details

# Details of an AWS ElastiCache Cluster.
# Corresponds to the JSON property `awsElasticacheClusterDetails`
# @return [Google::Apis::MigrationcenterV1alpha1::AwsElastiCacheClusterDetails]
attr_accessor :aws_elasticache_cluster_details

# Asset information specific for AWS Load Balancers.
# Corresponds to the JSON property `awsElbLoadBalancerDetails`
# @return [Google::Apis::MigrationcenterV1alpha1::AwsElbLoadBalancerDetails]
Expand Down Expand Up @@ -646,6 +651,7 @@ def update!(**args)
@aws_eks_cluster_details = args[:aws_eks_cluster_details] if args.key?(:aws_eks_cluster_details)
@aws_elastic_ip_address_details = args[:aws_elastic_ip_address_details] if args.key?(:aws_elastic_ip_address_details)
@aws_elastic_network_interface_details = args[:aws_elastic_network_interface_details] if args.key?(:aws_elastic_network_interface_details)
@aws_elasticache_cluster_details = args[:aws_elasticache_cluster_details] if args.key?(:aws_elasticache_cluster_details)
@aws_elb_load_balancer_details = args[:aws_elb_load_balancer_details] if args.key?(:aws_elb_load_balancer_details)
@aws_emr_cluster_details = args[:aws_emr_cluster_details] if args.key?(:aws_emr_cluster_details)
@aws_firehose_details = args[:aws_firehose_details] if args.key?(:aws_firehose_details)
Expand Down Expand Up @@ -763,6 +769,11 @@ class AssetFrame
# @return [Google::Apis::MigrationcenterV1alpha1::AwsElasticNetworkInterfaceDetails]
attr_accessor :aws_elastic_network_interface_details

# Details of an AWS ElastiCache Cluster.
# Corresponds to the JSON property `awsElasticacheClusterDetails`
# @return [Google::Apis::MigrationcenterV1alpha1::AwsElastiCacheClusterDetails]
attr_accessor :aws_elasticache_cluster_details

# Asset information specific for AWS Load Balancers.
# Corresponds to the JSON property `awsElbLoadBalancerDetails`
# @return [Google::Apis::MigrationcenterV1alpha1::AwsElbLoadBalancerDetails]
Expand Down Expand Up @@ -908,6 +919,7 @@ def update!(**args)
@aws_eks_cluster_details = args[:aws_eks_cluster_details] if args.key?(:aws_eks_cluster_details)
@aws_elastic_ip_address_details = args[:aws_elastic_ip_address_details] if args.key?(:aws_elastic_ip_address_details)
@aws_elastic_network_interface_details = args[:aws_elastic_network_interface_details] if args.key?(:aws_elastic_network_interface_details)
@aws_elasticache_cluster_details = args[:aws_elasticache_cluster_details] if args.key?(:aws_elasticache_cluster_details)
@aws_elb_load_balancer_details = args[:aws_elb_load_balancer_details] if args.key?(:aws_elb_load_balancer_details)
@aws_emr_cluster_details = args[:aws_emr_cluster_details] if args.key?(:aws_emr_cluster_details)
@aws_firehose_details = args[:aws_firehose_details] if args.key?(:aws_firehose_details)
Expand Down Expand Up @@ -1416,6 +1428,19 @@ def update!(**args)
end
end

# Details of an AWS ElastiCache Cluster.
class AwsElastiCacheClusterDetails
include Google::Apis::Core::Hashable

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

# Update properties of this object
def update!(**args)
end
end

# Asset information specific for AWS Elastic IP Addresses.
class AwsElasticIpAddressDetails
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 MigrationcenterV1alpha1
# Version of the google-apis-migrationcenter_v1alpha1 gem
GEM_VERSION = "0.59.0"
GEM_VERSION = "0.60.0"

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

# Revision of the discovery document this client was generated from
REVISION = "20260512"
REVISION = "20260621"
end
end
end
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,12 @@ class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end

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

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

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

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

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

property :aws_elasticache_cluster_details, as: 'awsElasticacheClusterDetails', class: Google::Apis::MigrationcenterV1alpha1::AwsElastiCacheClusterDetails, decorator: Google::Apis::MigrationcenterV1alpha1::AwsElastiCacheClusterDetails::Representation

property :aws_elb_load_balancer_details, as: 'awsElbLoadBalancerDetails', class: Google::Apis::MigrationcenterV1alpha1::AwsElbLoadBalancerDetails, decorator: Google::Apis::MigrationcenterV1alpha1::AwsElbLoadBalancerDetails::Representation

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

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

property :aws_elasticache_cluster_details, as: 'awsElasticacheClusterDetails', class: Google::Apis::MigrationcenterV1alpha1::AwsElastiCacheClusterDetails, decorator: Google::Apis::MigrationcenterV1alpha1::AwsElastiCacheClusterDetails::Representation

property :aws_elb_load_balancer_details, as: 'awsElbLoadBalancerDetails', class: Google::Apis::MigrationcenterV1alpha1::AwsElbLoadBalancerDetails, decorator: Google::Apis::MigrationcenterV1alpha1::AwsElbLoadBalancerDetails::Representation

property :aws_emr_cluster_details, as: 'awsEmrClusterDetails', class: Google::Apis::MigrationcenterV1alpha1::AwsEmrClusterDetails, decorator: Google::Apis::MigrationcenterV1alpha1::AwsEmrClusterDetails::Representation
Expand Down Expand Up @@ -2143,6 +2153,12 @@ class Representation < Google::Apis::Core::JsonRepresentation
end
end

class AwsElastiCacheClusterDetails
# @private
class Representation < Google::Apis::Core::JsonRepresentation
end
end

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