Runtime operation information for MigrationService.BatchMigrateResources.
genericMetadata
object (GenericOperationMetadata)
The common part of the operation metadata.
partialResults[]
object (PartialResult)
Partial results that reflect the latest migration operation progress.
| JSON representation |
|---|
{ "genericMetadata": { object ( |
PartialResult
Represents a partial result in batch migration operation for one MigrateResourceRequest.
request
object (MigrateResourceRequest)
It's the same as the value in BatchMigrateResourcesRequest.migrate_resource_requests.
result
Union type
result can be only one of the following:error
object (Status)
The error result of the migration request in case of failure.
model
string
Migrated model resource name.
dataset
string
Migrated dataset resource name.
| JSON representation |
|---|
{ "request": { object ( |