feat: add adaptation modifiers and guest OS features to ImageImport target details
docs: A comment for method `CancelImageImportJob` in service `VmMigration` is changed
docs: A comment for message `DataDiskImageImport` is changed
PiperOrigin-RevId: 832917413
An update to Go gRPC Protobuf generation will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go service files. This change should affect very few client library users. See release notes advisories in https://github.com/googleapis/google-cloud-go/pull/11025.
PiperOrigin-RevId: 810022369
feat: CMEK support
feat: VM disk migration
feat: Image Import
feat: Machine Image Import
feat: Cutover forecast
feat: OS capabilities detection
feat: Multiple additional supported target details
feat: Migration warnings in addition to errors
feat: API for extending the time to live (TTL) of a Migrating VM
fix: Changed field behavior for an existing field `key` in message `.google.cloud.vmmigration.v1.AwsSourceDetails` to `required` to protect from incorrect input
fix: Changed field behavior for an existing field `value` in message `.google.cloud.vmmigration.v1.AwsSourceDetails` to `required` to protect from incorrect input
fix: Changed field behavior for an existing field `project` in message `.google.cloud.vmmigration.v1.TargetProject` to `required` to protect from incorrect input
docs: Updated comments and descriptions to improve clarity
PiperOrigin-RevId: 803163128
chore: disallow "transport=rest" for services where numeric enums are not confirmed to be supported (except in PHP and Java)
PiperOrigin-RevId: 493113566