From d98e52587038196325a1273c4539fbe76f84b268 Mon Sep 17 00:00:00 2001 From: Yoshi Automation Bot Date: Sun, 2 Nov 2025 10:45:56 +0000 Subject: [PATCH] feat: Automated regeneration of migrationcenter v1alpha1 client --- api_names_out.yaml | 9 ++ .../CHANGELOG.md | 4 + .../apis/migrationcenter_v1alpha1/classes.rb | 83 +++++++++++++++++-- .../migrationcenter_v1alpha1/gem_version.rb | 4 +- .../representations.rb | 49 ++++++++++- .../apis/migrationcenter_v1alpha1/service.rb | 4 +- 6 files changed, 140 insertions(+), 13 deletions(-) diff --git a/api_names_out.yaml b/api_names_out.yaml index aaa6bc0c3d0..c8679af2554 100644 --- a/api_names_out.yaml +++ b/api_names_out.yaml @@ -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 @@ -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 @@ -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 @@ -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 diff --git a/generated/google-apis-migrationcenter_v1alpha1/CHANGELOG.md b/generated/google-apis-migrationcenter_v1alpha1/CHANGELOG.md index 92754193724..91bd6c7636d 100644 --- a/generated/google-apis-migrationcenter_v1alpha1/CHANGELOG.md +++ b/generated/google-apis-migrationcenter_v1alpha1/CHANGELOG.md @@ -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 diff --git a/generated/google-apis-migrationcenter_v1alpha1/lib/google/apis/migrationcenter_v1alpha1/classes.rb b/generated/google-apis-migrationcenter_v1alpha1/lib/google/apis/migrationcenter_v1alpha1/classes.rb index 35914e81204..8dbd54e6d63 100644 --- a/generated/google-apis-migrationcenter_v1alpha1/lib/google/apis/migrationcenter_v1alpha1/classes.rb +++ b/generated/google-apis-migrationcenter_v1alpha1/lib/google/apis/migrationcenter_v1alpha1/classes.rb @@ -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] @@ -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] @@ -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) @@ -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] @@ -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] @@ -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) @@ -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 @@ -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 @@ -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 @@ -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 diff --git a/generated/google-apis-migrationcenter_v1alpha1/lib/google/apis/migrationcenter_v1alpha1/gem_version.rb b/generated/google-apis-migrationcenter_v1alpha1/lib/google/apis/migrationcenter_v1alpha1/gem_version.rb index fc133cbd320..eed554c00a0 100644 --- a/generated/google-apis-migrationcenter_v1alpha1/lib/google/apis/migrationcenter_v1alpha1/gem_version.rb +++ b/generated/google-apis-migrationcenter_v1alpha1/lib/google/apis/migrationcenter_v1alpha1/gem_version.rb @@ -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 diff --git a/generated/google-apis-migrationcenter_v1alpha1/lib/google/apis/migrationcenter_v1alpha1/representations.rb b/generated/google-apis-migrationcenter_v1alpha1/lib/google/apis/migrationcenter_v1alpha1/representations.rb index aea44bc2a18..b1e3b98ebd2 100644 --- a/generated/google-apis-migrationcenter_v1alpha1/lib/google/apis/migrationcenter_v1alpha1/representations.rb +++ b/generated/google-apis-migrationcenter_v1alpha1/lib/google/apis/migrationcenter_v1alpha1/representations.rb @@ -178,6 +178,12 @@ class Representation < Google::Apis::Core::JsonRepresentation; end include Google::Apis::Core::JsonObjectSupport end + class AwsDynamoDbTableDetails + class Representation < Google::Apis::Core::JsonRepresentation; end + + include Google::Apis::Core::JsonObjectSupport + end + class AwsEc2PlatformDetails class Representation < Google::Apis::Core::JsonRepresentation; end @@ -214,6 +220,12 @@ class Representation < Google::Apis::Core::JsonRepresentation; end include Google::Apis::Core::JsonObjectSupport end + class AwsNatGatewayDetails + class Representation < Google::Apis::Core::JsonRepresentation; end + + include Google::Apis::Core::JsonObjectSupport + end + class AwsRds class Representation < Google::Apis::Core::JsonRepresentation; end @@ -226,6 +238,12 @@ class Representation < Google::Apis::Core::JsonRepresentation; end include Google::Apis::Core::JsonObjectSupport end + class AwsRoute53HostedZoneDetails + class Representation < Google::Apis::Core::JsonRepresentation; end + + include Google::Apis::Core::JsonObjectSupport + end + class AwsS3BucketDetails class Representation < Google::Apis::Core::JsonRepresentation; end @@ -1644,6 +1662,8 @@ class Representation < Google::Apis::Core::JsonRepresentation hash :attributes, as: 'attributes' property :aws_cloud_front_distribution_details, as: 'awsCloudFrontDistributionDetails', class: Google::Apis::MigrationcenterV1alpha1::AwsCloudFrontDistributionDetails, decorator: Google::Apis::MigrationcenterV1alpha1::AwsCloudFrontDistributionDetails::Representation + property :aws_dynamodb_table_details, as: 'awsDynamodbTableDetails', class: Google::Apis::MigrationcenterV1alpha1::AwsDynamoDbTableDetails, decorator: Google::Apis::MigrationcenterV1alpha1::AwsDynamoDbTableDetails::Representation + property :aws_ecs_cluster_details, as: 'awsEcsClusterDetails', class: Google::Apis::MigrationcenterV1alpha1::AwsEcsClusterDetails, decorator: Google::Apis::MigrationcenterV1alpha1::AwsEcsClusterDetails::Representation property :aws_efs_file_system_details, as: 'awsEfsFileSystemDetails', class: Google::Apis::MigrationcenterV1alpha1::AwsEfsFileSystemDetails, decorator: Google::Apis::MigrationcenterV1alpha1::AwsEfsFileSystemDetails::Representation @@ -1654,8 +1674,12 @@ class Representation < Google::Apis::Core::JsonRepresentation property :aws_lambda_function_details, as: 'awsLambdaFunctionDetails', class: Google::Apis::MigrationcenterV1alpha1::AwsLambdaFunctionDetails, decorator: Google::Apis::MigrationcenterV1alpha1::AwsLambdaFunctionDetails::Representation + property :aws_nat_gateway_details, as: 'awsNatGatewayDetails', class: Google::Apis::MigrationcenterV1alpha1::AwsNatGatewayDetails, decorator: Google::Apis::MigrationcenterV1alpha1::AwsNatGatewayDetails::Representation + property :aws_redshift_details, as: 'awsRedshiftDetails', class: Google::Apis::MigrationcenterV1alpha1::AwsRedshiftDetails, decorator: Google::Apis::MigrationcenterV1alpha1::AwsRedshiftDetails::Representation + property :aws_route53_hosted_zone_details, as: 'awsRoute53HostedZoneDetails', class: Google::Apis::MigrationcenterV1alpha1::AwsRoute53HostedZoneDetails, decorator: Google::Apis::MigrationcenterV1alpha1::AwsRoute53HostedZoneDetails::Representation + property :aws_s3_bucket_details, as: 'awsS3BucketDetails', class: Google::Apis::MigrationcenterV1alpha1::AwsS3BucketDetails, decorator: Google::Apis::MigrationcenterV1alpha1::AwsS3BucketDetails::Representation property :aws_vpc_details, as: 'awsVpcDetails', class: Google::Apis::MigrationcenterV1alpha1::AwsVpcDetails, decorator: Google::Apis::MigrationcenterV1alpha1::AwsVpcDetails::Representation @@ -1693,6 +1717,8 @@ class Representation < Google::Apis::Core::JsonRepresentation hash :attributes, as: 'attributes' property :aws_cloud_front_distribution_details, as: 'awsCloudFrontDistributionDetails', class: Google::Apis::MigrationcenterV1alpha1::AwsCloudFrontDistributionDetails, decorator: Google::Apis::MigrationcenterV1alpha1::AwsCloudFrontDistributionDetails::Representation + property :aws_dynamodb_table_details, as: 'awsDynamodbTableDetails', class: Google::Apis::MigrationcenterV1alpha1::AwsDynamoDbTableDetails, decorator: Google::Apis::MigrationcenterV1alpha1::AwsDynamoDbTableDetails::Representation + property :aws_ecs_cluster_details, as: 'awsEcsClusterDetails', class: Google::Apis::MigrationcenterV1alpha1::AwsEcsClusterDetails, decorator: Google::Apis::MigrationcenterV1alpha1::AwsEcsClusterDetails::Representation property :aws_efs_file_system_details, as: 'awsEfsFileSystemDetails', class: Google::Apis::MigrationcenterV1alpha1::AwsEfsFileSystemDetails, decorator: Google::Apis::MigrationcenterV1alpha1::AwsEfsFileSystemDetails::Representation @@ -1703,8 +1729,12 @@ class Representation < Google::Apis::Core::JsonRepresentation property :aws_lambda_function_details, as: 'awsLambdaFunctionDetails', class: Google::Apis::MigrationcenterV1alpha1::AwsLambdaFunctionDetails, decorator: Google::Apis::MigrationcenterV1alpha1::AwsLambdaFunctionDetails::Representation + property :aws_nat_gateway_details, as: 'awsNatGatewayDetails', class: Google::Apis::MigrationcenterV1alpha1::AwsNatGatewayDetails, decorator: Google::Apis::MigrationcenterV1alpha1::AwsNatGatewayDetails::Representation + property :aws_redshift_details, as: 'awsRedshiftDetails', class: Google::Apis::MigrationcenterV1alpha1::AwsRedshiftDetails, decorator: Google::Apis::MigrationcenterV1alpha1::AwsRedshiftDetails::Representation + property :aws_route53_hosted_zone_details, as: 'awsRoute53HostedZoneDetails', class: Google::Apis::MigrationcenterV1alpha1::AwsRoute53HostedZoneDetails, decorator: Google::Apis::MigrationcenterV1alpha1::AwsRoute53HostedZoneDetails::Representation + property :aws_s3_bucket_details, as: 'awsS3BucketDetails', class: Google::Apis::MigrationcenterV1alpha1::AwsS3BucketDetails, decorator: Google::Apis::MigrationcenterV1alpha1::AwsS3BucketDetails::Representation property :aws_vpc_details, as: 'awsVpcDetails', class: Google::Apis::MigrationcenterV1alpha1::AwsVpcDetails, decorator: Google::Apis::MigrationcenterV1alpha1::AwsVpcDetails::Representation @@ -1808,7 +1838,6 @@ class Representation < Google::Apis::Core::JsonRepresentation class AssetsExportJobNetworkDependencies # @private class Representation < Google::Apis::Core::JsonRepresentation - property :max_days, as: 'maxDays' end end @@ -1825,6 +1854,12 @@ class Representation < Google::Apis::Core::JsonRepresentation end end + class AwsDynamoDbTableDetails + # @private + class Representation < Google::Apis::Core::JsonRepresentation + end + end + class AwsEc2PlatformDetails # @private class Representation < Google::Apis::Core::JsonRepresentation @@ -1864,6 +1899,12 @@ class Representation < Google::Apis::Core::JsonRepresentation end end + class AwsNatGatewayDetails + # @private + class Representation < Google::Apis::Core::JsonRepresentation + end + end + class AwsRds # @private class Representation < Google::Apis::Core::JsonRepresentation @@ -1876,6 +1917,12 @@ class Representation < Google::Apis::Core::JsonRepresentation end end + class AwsRoute53HostedZoneDetails + # @private + class Representation < Google::Apis::Core::JsonRepresentation + end + end + class AwsS3BucketDetails # @private class Representation < Google::Apis::Core::JsonRepresentation diff --git a/generated/google-apis-migrationcenter_v1alpha1/lib/google/apis/migrationcenter_v1alpha1/service.rb b/generated/google-apis-migrationcenter_v1alpha1/lib/google/apis/migrationcenter_v1alpha1/service.rb index 32a2592b132..492a8cc33f8 100644 --- a/generated/google-apis-migrationcenter_v1alpha1/lib/google/apis/migrationcenter_v1alpha1/service.rb +++ b/generated/google-apis-migrationcenter_v1alpha1/lib/google/apis/migrationcenter_v1alpha1/service.rb @@ -116,8 +116,8 @@ def get_project_location_settings(name, fields: nil, quota_user: nil, options: n # @param [String] name # The resource that owns the locations collection, if applicable. # @param [Array, String] extra_location_types - # Optional. Unless explicitly documented otherwise, don't use this unsupported - # field which is primarily intended for internal usage. + # Optional. Do not use this field. It is unsupported and is ignored unless + # explicitly documented otherwise. This is primarily for internal usage. # @param [String] filter # A filter to narrow down results to a preferred subset. The filtering language # accepts strings like `"displayName=tokyo"`, and is documented in more detail