public sealed class GetConversionWorkspaceRequest : IMessage<GetConversionWorkspaceRequest>, IEquatable<GetConversionWorkspaceRequest>, IDeepCloneable<GetConversionWorkspaceRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Database Migration v1 API class GetConversionWorkspaceRequest.
Request message for 'GetConversionWorkspace' request.
[[["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 latest version of the `GetConversionWorkspaceRequest` class is 2.5.0, part of the Database Migration v1 API."],["This class is a request message used for retrieving a conversion workspace and it implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetConversionWorkspaceRequest` class can be constructed using a default constructor or by providing another `GetConversionWorkspaceRequest` instance, and it contains properties such as `ConversionWorkspaceName` and `Name`."],["The 'Name' property is a required string that represents the resource name of the conversion workspace to retrieve."],["The class is found within the namespace `Google.Cloud.CloudDms.V1` and its assembly file is `Google.Cloud.CloudDms.V1.dll`."]]],[]]