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
9 changes: 9 additions & 0 deletions api_names_out.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -297423,12 +297423,15 @@
"/migrationcenter:v1alpha1/Asset/attributes": attributes
"/migrationcenter:v1alpha1/Asset/attributes/attribute": attribute
"/migrationcenter:v1alpha1/Asset/awsCloudFrontDistributionDetails": aws_cloud_front_distribution_details
"/migrationcenter:v1alpha1/Asset/awsDynamodbTableDetails": aws_dynamodb_table_details
"/migrationcenter:v1alpha1/Asset/awsEcsClusterDetails": aws_ecs_cluster_details
"/migrationcenter:v1alpha1/Asset/awsEfsFileSystemDetails": aws_efs_file_system_details
"/migrationcenter:v1alpha1/Asset/awsEksClusterDetails": aws_eks_cluster_details
"/migrationcenter:v1alpha1/Asset/awsElbLoadBalancerDetails": aws_elb_load_balancer_details
"/migrationcenter:v1alpha1/Asset/awsLambdaFunctionDetails": aws_lambda_function_details
"/migrationcenter:v1alpha1/Asset/awsNatGatewayDetails": aws_nat_gateway_details
"/migrationcenter:v1alpha1/Asset/awsRedshiftDetails": aws_redshift_details
"/migrationcenter:v1alpha1/Asset/awsRoute53HostedZoneDetails": aws_route53_hosted_zone_details
"/migrationcenter:v1alpha1/Asset/awsS3BucketDetails": aws_s3_bucket_details
"/migrationcenter:v1alpha1/Asset/awsVpcDetails": aws_vpc_details
"/migrationcenter:v1alpha1/Asset/createTime": create_time
Expand All @@ -297455,12 +297458,15 @@
"/migrationcenter:v1alpha1/AssetFrame/attributes": attributes
"/migrationcenter:v1alpha1/AssetFrame/attributes/attribute": attribute
"/migrationcenter:v1alpha1/AssetFrame/awsCloudFrontDistributionDetails": aws_cloud_front_distribution_details
"/migrationcenter:v1alpha1/AssetFrame/awsDynamodbTableDetails": aws_dynamodb_table_details
"/migrationcenter:v1alpha1/AssetFrame/awsEcsClusterDetails": aws_ecs_cluster_details
"/migrationcenter:v1alpha1/AssetFrame/awsEfsFileSystemDetails": aws_efs_file_system_details
"/migrationcenter:v1alpha1/AssetFrame/awsEksClusterDetails": aws_eks_cluster_details
"/migrationcenter:v1alpha1/AssetFrame/awsElbLoadBalancerDetails": aws_elb_load_balancer_details
"/migrationcenter:v1alpha1/AssetFrame/awsLambdaFunctionDetails": aws_lambda_function_details
"/migrationcenter:v1alpha1/AssetFrame/awsNatGatewayDetails": aws_nat_gateway_details
"/migrationcenter:v1alpha1/AssetFrame/awsRedshiftDetails": aws_redshift_details
"/migrationcenter:v1alpha1/AssetFrame/awsRoute53HostedZoneDetails": aws_route53_hosted_zone_details
"/migrationcenter:v1alpha1/AssetFrame/awsS3BucketDetails": aws_s3_bucket_details
"/migrationcenter:v1alpha1/AssetFrame/awsVpcDetails": aws_vpc_details
"/migrationcenter:v1alpha1/AssetFrame/collectionType": collection_type
Expand Down Expand Up @@ -297516,6 +297522,7 @@
"/migrationcenter:v1alpha1/AssetsExportJobPerformanceData": assets_export_job_performance_data
"/migrationcenter:v1alpha1/AssetsExportJobPerformanceData/maxDays": max_days
"/migrationcenter:v1alpha1/AwsCloudFrontDistributionDetails": aws_cloud_front_distribution_details
"/migrationcenter:v1alpha1/AwsDynamoDBTableDetails": aws_dynamo_db_table_details
"/migrationcenter:v1alpha1/AwsEc2PlatformDetails": aws_ec2_platform_details
"/migrationcenter:v1alpha1/AwsEc2PlatformDetails/hyperthreading": hyperthreading
"/migrationcenter:v1alpha1/AwsEc2PlatformDetails/location": location
Expand All @@ -297525,8 +297532,10 @@
"/migrationcenter:v1alpha1/AwsEksClusterDetails": aws_eks_cluster_details
"/migrationcenter:v1alpha1/AwsElbLoadBalancerDetails": aws_elb_load_balancer_details
"/migrationcenter:v1alpha1/AwsLambdaFunctionDetails": aws_lambda_function_details
"/migrationcenter:v1alpha1/AwsNatGatewayDetails": aws_nat_gateway_details
"/migrationcenter:v1alpha1/AwsRds": aws_rds
"/migrationcenter:v1alpha1/AwsRedshiftDetails": aws_redshift_details
"/migrationcenter:v1alpha1/AwsRoute53HostedZoneDetails": aws_route53_hosted_zone_details
"/migrationcenter:v1alpha1/AwsS3BucketDetails": aws_s3_bucket_details
"/migrationcenter:v1alpha1/AwsS3BucketDetails/objectsMetadata": objects_metadata
"/migrationcenter:v1alpha1/AwsS3BucketDetails/storageClasses": storage_classes
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.50.0 (2025-11-02)

* Regenerated from discovery document revision 20251023

### v0.49.0 (2025-10-05)

* Regenerated from discovery document revision 20250928
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -402,6 +402,11 @@ class Asset
# @return [Google::Apis::MigrationcenterV1alpha1::AwsCloudFrontDistributionDetails]
attr_accessor :aws_cloud_front_distribution_details

# Details of an AWS DynamoDB table.
# Corresponds to the JSON property `awsDynamodbTableDetails`
# @return [Google::Apis::MigrationcenterV1alpha1::AwsDynamoDbTableDetails]
attr_accessor :aws_dynamodb_table_details

# Details of an AWS ECS cluster.
# Corresponds to the JSON property `awsEcsClusterDetails`
# @return [Google::Apis::MigrationcenterV1alpha1::AwsEcsClusterDetails]
Expand All @@ -427,11 +432,21 @@ class Asset
# @return [Google::Apis::MigrationcenterV1alpha1::AwsLambdaFunctionDetails]
attr_accessor :aws_lambda_function_details

# Details of an AWS NAT Gateway.
# Corresponds to the JSON property `awsNatGatewayDetails`
# @return [Google::Apis::MigrationcenterV1alpha1::AwsNatGatewayDetails]
attr_accessor :aws_nat_gateway_details

# Details of an AWS Redshift cluster.
# Corresponds to the JSON property `awsRedshiftDetails`
# @return [Google::Apis::MigrationcenterV1alpha1::AwsRedshiftDetails]
attr_accessor :aws_redshift_details

# Details of an AWS Route 53 Hosted Zone.
# Corresponds to the JSON property `awsRoute53HostedZoneDetails`
# @return [Google::Apis::MigrationcenterV1alpha1::AwsRoute53HostedZoneDetails]
attr_accessor :aws_route53_hosted_zone_details

# Asset information specific for AWS S3 buckets.
# Corresponds to the JSON property `awsS3BucketDetails`
# @return [Google::Apis::MigrationcenterV1alpha1::AwsS3BucketDetails]
Expand Down Expand Up @@ -537,12 +552,15 @@ def update!(**args)
@assigned_groups = args[:assigned_groups] if args.key?(:assigned_groups)
@attributes = args[:attributes] if args.key?(:attributes)
@aws_cloud_front_distribution_details = args[:aws_cloud_front_distribution_details] if args.key?(:aws_cloud_front_distribution_details)
@aws_dynamodb_table_details = args[:aws_dynamodb_table_details] if args.key?(:aws_dynamodb_table_details)
@aws_ecs_cluster_details = args[:aws_ecs_cluster_details] if args.key?(:aws_ecs_cluster_details)
@aws_efs_file_system_details = args[:aws_efs_file_system_details] if args.key?(:aws_efs_file_system_details)
@aws_eks_cluster_details = args[:aws_eks_cluster_details] if args.key?(:aws_eks_cluster_details)
@aws_elb_load_balancer_details = args[:aws_elb_load_balancer_details] if args.key?(:aws_elb_load_balancer_details)
@aws_lambda_function_details = args[:aws_lambda_function_details] if args.key?(:aws_lambda_function_details)
@aws_nat_gateway_details = args[:aws_nat_gateway_details] if args.key?(:aws_nat_gateway_details)
@aws_redshift_details = args[:aws_redshift_details] if args.key?(:aws_redshift_details)
@aws_route53_hosted_zone_details = args[:aws_route53_hosted_zone_details] if args.key?(:aws_route53_hosted_zone_details)
@aws_s3_bucket_details = args[:aws_s3_bucket_details] if args.key?(:aws_s3_bucket_details)
@aws_vpc_details = args[:aws_vpc_details] if args.key?(:aws_vpc_details)
@create_time = args[:create_time] if args.key?(:create_time)
Expand Down Expand Up @@ -579,6 +597,11 @@ class AssetFrame
# @return [Google::Apis::MigrationcenterV1alpha1::AwsCloudFrontDistributionDetails]
attr_accessor :aws_cloud_front_distribution_details

# Details of an AWS DynamoDB table.
# Corresponds to the JSON property `awsDynamodbTableDetails`
# @return [Google::Apis::MigrationcenterV1alpha1::AwsDynamoDbTableDetails]
attr_accessor :aws_dynamodb_table_details

# Details of an AWS ECS cluster.
# Corresponds to the JSON property `awsEcsClusterDetails`
# @return [Google::Apis::MigrationcenterV1alpha1::AwsEcsClusterDetails]
Expand All @@ -604,11 +627,21 @@ class AssetFrame
# @return [Google::Apis::MigrationcenterV1alpha1::AwsLambdaFunctionDetails]
attr_accessor :aws_lambda_function_details

# Details of an AWS NAT Gateway.
# Corresponds to the JSON property `awsNatGatewayDetails`
# @return [Google::Apis::MigrationcenterV1alpha1::AwsNatGatewayDetails]
attr_accessor :aws_nat_gateway_details

# Details of an AWS Redshift cluster.
# Corresponds to the JSON property `awsRedshiftDetails`
# @return [Google::Apis::MigrationcenterV1alpha1::AwsRedshiftDetails]
attr_accessor :aws_redshift_details

# Details of an AWS Route 53 Hosted Zone.
# Corresponds to the JSON property `awsRoute53HostedZoneDetails`
# @return [Google::Apis::MigrationcenterV1alpha1::AwsRoute53HostedZoneDetails]
attr_accessor :aws_route53_hosted_zone_details

# Asset information specific for AWS S3 buckets.
# Corresponds to the JSON property `awsS3BucketDetails`
# @return [Google::Apis::MigrationcenterV1alpha1::AwsS3BucketDetails]
Expand Down Expand Up @@ -685,12 +718,15 @@ def initialize(**args)
def update!(**args)
@attributes = args[:attributes] if args.key?(:attributes)
@aws_cloud_front_distribution_details = args[:aws_cloud_front_distribution_details] if args.key?(:aws_cloud_front_distribution_details)
@aws_dynamodb_table_details = args[:aws_dynamodb_table_details] if args.key?(:aws_dynamodb_table_details)
@aws_ecs_cluster_details = args[:aws_ecs_cluster_details] if args.key?(:aws_ecs_cluster_details)
@aws_efs_file_system_details = args[:aws_efs_file_system_details] if args.key?(:aws_efs_file_system_details)
@aws_eks_cluster_details = args[:aws_eks_cluster_details] if args.key?(:aws_eks_cluster_details)
@aws_elb_load_balancer_details = args[:aws_elb_load_balancer_details] if args.key?(:aws_elb_load_balancer_details)
@aws_lambda_function_details = args[:aws_lambda_function_details] if args.key?(:aws_lambda_function_details)
@aws_nat_gateway_details = args[:aws_nat_gateway_details] if args.key?(:aws_nat_gateway_details)
@aws_redshift_details = args[:aws_redshift_details] if args.key?(:aws_redshift_details)
@aws_route53_hosted_zone_details = args[:aws_route53_hosted_zone_details] if args.key?(:aws_route53_hosted_zone_details)
@aws_s3_bucket_details = args[:aws_s3_bucket_details] if args.key?(:aws_s3_bucket_details)
@aws_vpc_details = args[:aws_vpc_details] if args.key?(:aws_vpc_details)
@collection_type = args[:collection_type] if args.key?(:collection_type)
Expand Down Expand Up @@ -956,20 +992,12 @@ def update!(**args)
class AssetsExportJobNetworkDependencies
include Google::Apis::Core::Hashable

# Optional. When this value is set to a positive integer, network connections
# data will be returned for the most recent days for which data is available.
# When this value is unset (or set to zero), all available data is returned.
# Corresponds to the JSON property `maxDays`
# @return [Fixnum]
attr_accessor :max_days

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

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

Expand Down Expand Up @@ -1009,6 +1037,19 @@ def update!(**args)
end
end

# Details of an AWS DynamoDB table.
class AwsDynamoDbTableDetails
include Google::Apis::Core::Hashable

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

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

# AWS EC2 specific details.
class AwsEc2PlatformDetails
include Google::Apis::Core::Hashable
Expand Down Expand Up @@ -1105,6 +1146,19 @@ def update!(**args)
end
end

# Details of an AWS NAT Gateway.
class AwsNatGatewayDetails
include Google::Apis::Core::Hashable

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

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

# Specific details for an AWS RDS database deployment.
class AwsRds
include Google::Apis::Core::Hashable
Expand All @@ -1131,6 +1185,19 @@ def update!(**args)
end
end

# Details of an AWS Route 53 Hosted Zone.
class AwsRoute53HostedZoneDetails
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 S3 buckets.
class AwsS3BucketDetails
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.49.0"
GEM_VERSION = "0.50.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 = "20250928"
REVISION = "20251023"
end
end
end
Loading