public sealed class DatabaseEngineInfo : IMessage<DatabaseEngineInfo>, IEquatable<DatabaseEngineInfo>, IDeepCloneable<DatabaseEngineInfo>, IBufferMessage, IMessage
Reference documentation and code samples for the Database Migration v1 API class DatabaseEngineInfo.
The type and version of a source or destination database.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The `DatabaseEngineInfo` class is part of the Google Cloud Database Migration v1 API, and provides details about the type and version of a source or destination database."],["Version 2.5.0 is the latest version of the `DatabaseEngineInfo` class, with multiple other versions available, ranging down to 1.0.0."],["`DatabaseEngineInfo` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in data handling and structure definition."],["The class has two constructors, `DatabaseEngineInfo()`, which is the default, and `DatabaseEngineInfo(DatabaseEngineInfo other)` for copying another `DatabaseEngineInfo` object."],["The `Engine` and `Version` properties of the `DatabaseEngineInfo` class specify the database engine type and the version of the engine respectively, with the type set to `DatabaseEngine` and the version set to `string`."]]],[]]