Skip to content

Commit 78e75ea

Browse files
feat(migrationcenter): update the api
#### migrationcenter:v1alpha1 The following keys were deleted: - schemas.AssetsExportJobNetworkDependencies.properties.maxDays (Total Keys: 2) The following keys were added: - schemas.Asset.properties.awsDynamodbTableDetails (Total Keys: 2) - schemas.Asset.properties.awsNatGatewayDetails (Total Keys: 2) - schemas.Asset.properties.awsRoute53HostedZoneDetails (Total Keys: 2) - schemas.AssetFrame.properties.awsDynamodbTableDetails.$ref (Total Keys: 1) - schemas.AssetFrame.properties.awsNatGatewayDetails.$ref (Total Keys: 1) - schemas.AssetFrame.properties.awsRoute53HostedZoneDetails.$ref (Total Keys: 1) - schemas.AwsDynamoDBTableDetails (Total Keys: 2) - schemas.AwsNatGatewayDetails (Total Keys: 2) - schemas.AwsRoute53HostedZoneDetails (Total Keys: 2)
1 parent 0ab9054 commit 78e75ea

7 files changed

+106
-16
lines changed

docs/dyn/migrationcenter_v1.projects.locations.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ <h3>Method Details</h3>
197197

198198
Args:
199199
name: string, The resource that owns the locations collection, if applicable. (required)
200-
extraLocationTypes: string, Optional. Unless explicitly documented otherwise, don&#x27;t use this unsupported field which is primarily intended for internal usage. (repeated)
200+
extraLocationTypes: string, Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage. (repeated)
201201
filter: string, A filter to narrow down results to a preferred subset. The filtering language accepts strings like `&quot;displayName=tokyo&quot;`, and is documented in more detail in [AIP-160](https://google.aip.dev/160).
202202
pageSize: integer, The maximum number of results to return. If not set, the service selects a default.
203203
pageToken: string, A page token received from the `next_page_token` field in the response. Send that page token to receive the subsequent page.

docs/dyn/migrationcenter_v1alpha1.projects.locations.assets.html

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,8 @@ <h3>Method Details</h3>
227227
},
228228
&quot;awsCloudFrontDistributionDetails&quot;: { # Details of an AWS CloudFront distribution. # Output only. Asset information specific for AWS CloudFront distributions.
229229
},
230+
&quot;awsDynamodbTableDetails&quot;: { # Details of an AWS DynamoDB table. # Output only. Asset information specific for AWS DynamoDB tables.
231+
},
230232
&quot;awsEcsClusterDetails&quot;: { # Details of an AWS ECS cluster. # Output only. Asset information specific for AWS ECS clusters.
231233
},
232234
&quot;awsEfsFileSystemDetails&quot;: { # Details of an AWS EFS file system. # Output only. Asset information specific for AWS EFS file systems.
@@ -237,8 +239,12 @@ <h3>Method Details</h3>
237239
},
238240
&quot;awsLambdaFunctionDetails&quot;: { # Asset information specific for AWS Lambda functions. # Output only. Asset information specific for AWS Lambda functions.
239241
},
242+
&quot;awsNatGatewayDetails&quot;: { # Details of an AWS NAT Gateway. # Output only. Asset information specific for AwsNatGatewayDetails
243+
},
240244
&quot;awsRedshiftDetails&quot;: { # Details of an AWS Redshift cluster. # Output only. Asset information specific for AWS Redshift
241245
},
246+
&quot;awsRoute53HostedZoneDetails&quot;: { # Details of an AWS Route 53 Hosted Zone. # Output only. Asset information specific for AwsRoute53HostedZoneDetails
247+
},
242248
&quot;awsS3BucketDetails&quot;: { # Asset information specific for AWS S3 buckets. # Output only. Asset information specific for AWS S3 buckets.
243249
&quot;objectsMetadata&quot;: { # The metadata of the objects in the bucket. # Optional. The metadata of the objects in the bucket.
244250
&quot;totalObjects&quot;: { # Information about the total number of objects in the bucket. # Optional. The total number of objects in the bucket.
@@ -1285,6 +1291,8 @@ <h3>Method Details</h3>
12851291
},
12861292
&quot;awsCloudFrontDistributionDetails&quot;: { # Details of an AWS CloudFront distribution. # Output only. Asset information specific for AWS CloudFront distributions.
12871293
},
1294+
&quot;awsDynamodbTableDetails&quot;: { # Details of an AWS DynamoDB table. # Output only. Asset information specific for AWS DynamoDB tables.
1295+
},
12881296
&quot;awsEcsClusterDetails&quot;: { # Details of an AWS ECS cluster. # Output only. Asset information specific for AWS ECS clusters.
12891297
},
12901298
&quot;awsEfsFileSystemDetails&quot;: { # Details of an AWS EFS file system. # Output only. Asset information specific for AWS EFS file systems.
@@ -1295,8 +1303,12 @@ <h3>Method Details</h3>
12951303
},
12961304
&quot;awsLambdaFunctionDetails&quot;: { # Asset information specific for AWS Lambda functions. # Output only. Asset information specific for AWS Lambda functions.
12971305
},
1306+
&quot;awsNatGatewayDetails&quot;: { # Details of an AWS NAT Gateway. # Output only. Asset information specific for AwsNatGatewayDetails
1307+
},
12981308
&quot;awsRedshiftDetails&quot;: { # Details of an AWS Redshift cluster. # Output only. Asset information specific for AWS Redshift
12991309
},
1310+
&quot;awsRoute53HostedZoneDetails&quot;: { # Details of an AWS Route 53 Hosted Zone. # Output only. Asset information specific for AwsRoute53HostedZoneDetails
1311+
},
13001312
&quot;awsS3BucketDetails&quot;: { # Asset information specific for AWS S3 buckets. # Output only. Asset information specific for AWS S3 buckets.
13011313
&quot;objectsMetadata&quot;: { # The metadata of the objects in the bucket. # Optional. The metadata of the objects in the bucket.
13021314
&quot;totalObjects&quot;: { # Information about the total number of objects in the bucket. # Optional. The total number of objects in the bucket.
@@ -2375,6 +2387,8 @@ <h3>Method Details</h3>
23752387
},
23762388
&quot;awsCloudFrontDistributionDetails&quot;: { # Details of an AWS CloudFront distribution. # Output only. Asset information specific for AWS CloudFront distributions.
23772389
},
2390+
&quot;awsDynamodbTableDetails&quot;: { # Details of an AWS DynamoDB table. # Output only. Asset information specific for AWS DynamoDB tables.
2391+
},
23782392
&quot;awsEcsClusterDetails&quot;: { # Details of an AWS ECS cluster. # Output only. Asset information specific for AWS ECS clusters.
23792393
},
23802394
&quot;awsEfsFileSystemDetails&quot;: { # Details of an AWS EFS file system. # Output only. Asset information specific for AWS EFS file systems.
@@ -2385,8 +2399,12 @@ <h3>Method Details</h3>
23852399
},
23862400
&quot;awsLambdaFunctionDetails&quot;: { # Asset information specific for AWS Lambda functions. # Output only. Asset information specific for AWS Lambda functions.
23872401
},
2402+
&quot;awsNatGatewayDetails&quot;: { # Details of an AWS NAT Gateway. # Output only. Asset information specific for AwsNatGatewayDetails
2403+
},
23882404
&quot;awsRedshiftDetails&quot;: { # Details of an AWS Redshift cluster. # Output only. Asset information specific for AWS Redshift
23892405
},
2406+
&quot;awsRoute53HostedZoneDetails&quot;: { # Details of an AWS Route 53 Hosted Zone. # Output only. Asset information specific for AwsRoute53HostedZoneDetails
2407+
},
23902408
&quot;awsS3BucketDetails&quot;: { # Asset information specific for AWS S3 buckets. # Output only. Asset information specific for AWS S3 buckets.
23912409
&quot;objectsMetadata&quot;: { # The metadata of the objects in the bucket. # Optional. The metadata of the objects in the bucket.
23922410
&quot;totalObjects&quot;: { # Information about the total number of objects in the bucket. # Optional. The total number of objects in the bucket.
@@ -3446,6 +3464,8 @@ <h3>Method Details</h3>
34463464
},
34473465
&quot;awsCloudFrontDistributionDetails&quot;: { # Details of an AWS CloudFront distribution. # Output only. Asset information specific for AWS CloudFront distributions.
34483466
},
3467+
&quot;awsDynamodbTableDetails&quot;: { # Details of an AWS DynamoDB table. # Output only. Asset information specific for AWS DynamoDB tables.
3468+
},
34493469
&quot;awsEcsClusterDetails&quot;: { # Details of an AWS ECS cluster. # Output only. Asset information specific for AWS ECS clusters.
34503470
},
34513471
&quot;awsEfsFileSystemDetails&quot;: { # Details of an AWS EFS file system. # Output only. Asset information specific for AWS EFS file systems.
@@ -3456,8 +3476,12 @@ <h3>Method Details</h3>
34563476
},
34573477
&quot;awsLambdaFunctionDetails&quot;: { # Asset information specific for AWS Lambda functions. # Output only. Asset information specific for AWS Lambda functions.
34583478
},
3479+
&quot;awsNatGatewayDetails&quot;: { # Details of an AWS NAT Gateway. # Output only. Asset information specific for AwsNatGatewayDetails
3480+
},
34593481
&quot;awsRedshiftDetails&quot;: { # Details of an AWS Redshift cluster. # Output only. Asset information specific for AWS Redshift
34603482
},
3483+
&quot;awsRoute53HostedZoneDetails&quot;: { # Details of an AWS Route 53 Hosted Zone. # Output only. Asset information specific for AwsRoute53HostedZoneDetails
3484+
},
34613485
&quot;awsS3BucketDetails&quot;: { # Asset information specific for AWS S3 buckets. # Output only. Asset information specific for AWS S3 buckets.
34623486
&quot;objectsMetadata&quot;: { # The metadata of the objects in the bucket. # Optional. The metadata of the objects in the bucket.
34633487
&quot;totalObjects&quot;: { # Information about the total number of objects in the bucket. # Optional. The total number of objects in the bucket.
@@ -4519,6 +4543,8 @@ <h3>Method Details</h3>
45194543
},
45204544
&quot;awsCloudFrontDistributionDetails&quot;: { # Details of an AWS CloudFront distribution. # Output only. Asset information specific for AWS CloudFront distributions.
45214545
},
4546+
&quot;awsDynamodbTableDetails&quot;: { # Details of an AWS DynamoDB table. # Output only. Asset information specific for AWS DynamoDB tables.
4547+
},
45224548
&quot;awsEcsClusterDetails&quot;: { # Details of an AWS ECS cluster. # Output only. Asset information specific for AWS ECS clusters.
45234549
},
45244550
&quot;awsEfsFileSystemDetails&quot;: { # Details of an AWS EFS file system. # Output only. Asset information specific for AWS EFS file systems.
@@ -4529,8 +4555,12 @@ <h3>Method Details</h3>
45294555
},
45304556
&quot;awsLambdaFunctionDetails&quot;: { # Asset information specific for AWS Lambda functions. # Output only. Asset information specific for AWS Lambda functions.
45314557
},
4558+
&quot;awsNatGatewayDetails&quot;: { # Details of an AWS NAT Gateway. # Output only. Asset information specific for AwsNatGatewayDetails
4559+
},
45324560
&quot;awsRedshiftDetails&quot;: { # Details of an AWS Redshift cluster. # Output only. Asset information specific for AWS Redshift
45334561
},
4562+
&quot;awsRoute53HostedZoneDetails&quot;: { # Details of an AWS Route 53 Hosted Zone. # Output only. Asset information specific for AwsRoute53HostedZoneDetails
4563+
},
45344564
&quot;awsS3BucketDetails&quot;: { # Asset information specific for AWS S3 buckets. # Output only. Asset information specific for AWS S3 buckets.
45354565
&quot;objectsMetadata&quot;: { # The metadata of the objects in the bucket. # Optional. The metadata of the objects in the bucket.
45364566
&quot;totalObjects&quot;: { # Information about the total number of objects in the bucket. # Optional. The total number of objects in the bucket.
@@ -5572,6 +5602,8 @@ <h3>Method Details</h3>
55725602
},
55735603
&quot;awsCloudFrontDistributionDetails&quot;: { # Details of an AWS CloudFront distribution. # Output only. Asset information specific for AWS CloudFront distributions.
55745604
},
5605+
&quot;awsDynamodbTableDetails&quot;: { # Details of an AWS DynamoDB table. # Output only. Asset information specific for AWS DynamoDB tables.
5606+
},
55755607
&quot;awsEcsClusterDetails&quot;: { # Details of an AWS ECS cluster. # Output only. Asset information specific for AWS ECS clusters.
55765608
},
55775609
&quot;awsEfsFileSystemDetails&quot;: { # Details of an AWS EFS file system. # Output only. Asset information specific for AWS EFS file systems.
@@ -5582,8 +5614,12 @@ <h3>Method Details</h3>
55825614
},
55835615
&quot;awsLambdaFunctionDetails&quot;: { # Asset information specific for AWS Lambda functions. # Output only. Asset information specific for AWS Lambda functions.
55845616
},
5617+
&quot;awsNatGatewayDetails&quot;: { # Details of an AWS NAT Gateway. # Output only. Asset information specific for AwsNatGatewayDetails
5618+
},
55855619
&quot;awsRedshiftDetails&quot;: { # Details of an AWS Redshift cluster. # Output only. Asset information specific for AWS Redshift
55865620
},
5621+
&quot;awsRoute53HostedZoneDetails&quot;: { # Details of an AWS Route 53 Hosted Zone. # Output only. Asset information specific for AwsRoute53HostedZoneDetails
5622+
},
55875623
&quot;awsS3BucketDetails&quot;: { # Asset information specific for AWS S3 buckets. # Output only. Asset information specific for AWS S3 buckets.
55885624
&quot;objectsMetadata&quot;: { # The metadata of the objects in the bucket. # Optional. The metadata of the objects in the bucket.
55895625
&quot;totalObjects&quot;: { # Information about the total number of objects in the bucket. # Optional. The total number of objects in the bucket.
@@ -6624,6 +6660,8 @@ <h3>Method Details</h3>
66246660
},
66256661
&quot;awsCloudFrontDistributionDetails&quot;: { # Details of an AWS CloudFront distribution. # Asset information specific for AWS CloudFront distributions.
66266662
},
6663+
&quot;awsDynamodbTableDetails&quot;: { # Details of an AWS DynamoDB table. # Asset information specific for AWS DynamoDB tables.
6664+
},
66276665
&quot;awsEcsClusterDetails&quot;: { # Details of an AWS ECS cluster. # Asset information specific for AWS ECS clusters.
66286666
},
66296667
&quot;awsEfsFileSystemDetails&quot;: { # Details of an AWS EFS file system. # Asset information specific for AWS EFS file systems.
@@ -6634,8 +6672,12 @@ <h3>Method Details</h3>
66346672
},
66356673
&quot;awsLambdaFunctionDetails&quot;: { # Asset information specific for AWS Lambda functions. # Asset information specific for AWS Lambda functions.
66366674
},
6675+
&quot;awsNatGatewayDetails&quot;: { # Details of an AWS NAT Gateway. # Asset information specific for AwsNatGatewayDetails
6676+
},
66376677
&quot;awsRedshiftDetails&quot;: { # Details of an AWS Redshift cluster. # Asset information specific for AWS Redshift clusters.
66386678
},
6679+
&quot;awsRoute53HostedZoneDetails&quot;: { # Details of an AWS Route 53 Hosted Zone. # Asset information specific for AwsRoute53HostedZoneDetails
6680+
},
66396681
&quot;awsS3BucketDetails&quot;: { # Asset information specific for AWS S3 buckets. # Asset information specific for AWS S3 buckets.
66406682
&quot;objectsMetadata&quot;: { # The metadata of the objects in the bucket. # Optional. The metadata of the objects in the bucket.
66416683
&quot;totalObjects&quot;: { # Information about the total number of objects in the bucket. # Optional. The total number of objects in the bucket.

docs/dyn/migrationcenter_v1alpha1.projects.locations.assetsExportJobs.html

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,6 @@ <h3>Method Details</h3>
122122
},
123123
&quot;name&quot;: &quot;A String&quot;, # Output only. Identifier. Resource name.
124124
&quot;networkDependencies&quot;: { # Configuration for network dependencies exports. # Export data regarding asset network dependencies.
125-
&quot;maxDays&quot;: 42, # 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.
126125
},
127126
&quot;performanceData&quot;: { # Configuration for performance data exports. # Export asset with performance data.
128127
&quot;maxDays&quot;: 42, # Optional. When this value is set to a positive integer, performance 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. The maximum value is 420; values above 420 will be coerced to 420. If unset (0 value) a default value of 40 will be used.
@@ -275,7 +274,6 @@ <h3>Method Details</h3>
275274
},
276275
&quot;name&quot;: &quot;A String&quot;, # Output only. Identifier. Resource name.
277276
&quot;networkDependencies&quot;: { # Configuration for network dependencies exports. # Export data regarding asset network dependencies.
278-
&quot;maxDays&quot;: 42, # 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.
279277
},
280278
&quot;performanceData&quot;: { # Configuration for performance data exports. # Export asset with performance data.
281279
&quot;maxDays&quot;: 42, # Optional. When this value is set to a positive integer, performance 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. The maximum value is 420; values above 420 will be coerced to 420. If unset (0 value) a default value of 40 will be used.
@@ -367,7 +365,6 @@ <h3>Method Details</h3>
367365
},
368366
&quot;name&quot;: &quot;A String&quot;, # Output only. Identifier. Resource name.
369367
&quot;networkDependencies&quot;: { # Configuration for network dependencies exports. # Export data regarding asset network dependencies.
370-
&quot;maxDays&quot;: 42, # 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.
371368
},
372369
&quot;performanceData&quot;: { # Configuration for performance data exports. # Export asset with performance data.
373370
&quot;maxDays&quot;: 42, # Optional. When this value is set to a positive integer, performance 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. The maximum value is 420; values above 420 will be coerced to 420. If unset (0 value) a default value of 40 will be used.

docs/dyn/migrationcenter_v1alpha1.projects.locations.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ <h3>Method Details</h3>
203203

204204
Args:
205205
name: string, The resource that owns the locations collection, if applicable. (required)
206-
extraLocationTypes: string, Optional. Unless explicitly documented otherwise, don&#x27;t use this unsupported field which is primarily intended for internal usage. (repeated)
206+
extraLocationTypes: string, Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage. (repeated)
207207
filter: string, A filter to narrow down results to a preferred subset. The filtering language accepts strings like `&quot;displayName=tokyo&quot;`, and is documented in more detail in [AIP-160](https://google.aip.dev/160).
208208
pageSize: integer, The maximum number of results to return. If not set, the service selects a default.
209209
pageToken: string, A page token received from the `next_page_token` field in the response. Send that page token to receive the subsequent page.

0 commit comments

Comments
 (0)