public sealed class CommitConversionWorkspaceRequest : IMessage<CommitConversionWorkspaceRequest>, IEquatable<CommitConversionWorkspaceRequest>, IDeepCloneable<CommitConversionWorkspaceRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Database Migration v1 API class CommitConversionWorkspaceRequest.
Request message for 'CommitConversionWorkspace' 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."],[[["This document provides reference documentation for the `CommitConversionWorkspaceRequest` class within the Database Migration v1 API, specifically for version 2.4.0 of the Google Cloud CloudDms library."],["`CommitConversionWorkspaceRequest` is a request message used for initiating a 'CommitConversionWorkspace' operation, and it inherits from `object` while implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class offers two constructors, a default constructor and one that takes another `CommitConversionWorkspaceRequest` instance as a parameter for copying purposes."],["Key properties of the `CommitConversionWorkspaceRequest` class include `CommitName` (an optional commit name), `ConversionWorkspaceName` (a typed view of the resource name), and `Name` (the required name of the conversion workspace resource to commit)."],["The document also outlines previous versions, with 2.5.0 being the latest version, showing the history of this class in the Google Cloud CloudDms library."]]],[]]