public sealed class CommitWorkspaceChangesRequest : IMessage<CommitWorkspaceChangesRequest>, IEquatable<CommitWorkspaceChangesRequest>, IDeepCloneable<CommitWorkspaceChangesRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Dataform v1beta1 API class CommitWorkspaceChangesRequest.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eCommitWorkspaceChangesRequest\u003c/code\u003e class is used to send a request to commit changes within a workspace in the Dataform v1beta1 API.\u003c/p\u003e\n"],["\u003cp\u003eThis class implements several interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, providing functionalities for message handling, comparison, cloning, and buffered operations.\u003c/p\u003e\n"],["\u003cp\u003eIt requires specifying the workspace's name and the commit author, while also allowing optional properties such as a commit message and specific file paths to commit.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eCommitWorkspaceChangesRequest\u003c/code\u003e class is available in two versions, namely the latest version \u003ccode\u003e1.0.0-beta08\u003c/code\u003e, and a previous version, \u003ccode\u003e1.0.0-beta07\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eWorkspaceName\u003c/code\u003e type provides a structured view of the workspace resource name, and the \u003ccode\u003ePaths\u003c/code\u003e property allows users to define which files to commit.\u003c/p\u003e\n"]]],[],null,["# Dataform v1beta1 API - Class CommitWorkspaceChangesRequest (1.0.0-beta08)\n\nVersion latestkeyboard_arrow_down\n\n- [1.0.0-beta08 (latest)](/dotnet/docs/reference/Google.Cloud.Dataform.V1Beta1/latest/Google.Cloud.Dataform.V1Beta1.CommitWorkspaceChangesRequest)\n- [1.0.0-beta07](/dotnet/docs/reference/Google.Cloud.Dataform.V1Beta1/1.0.0-beta07/Google.Cloud.Dataform.V1Beta1.CommitWorkspaceChangesRequest) \n\n public sealed class CommitWorkspaceChangesRequest : IMessage\u003cCommitWorkspaceChangesRequest\u003e, IEquatable\u003cCommitWorkspaceChangesRequest\u003e, IDeepCloneable\u003cCommitWorkspaceChangesRequest\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Dataform v1beta1 API class CommitWorkspaceChangesRequest.\n\n`CommitWorkspaceChanges` request message. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e CommitWorkspaceChangesRequest \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[CommitWorkspaceChangesRequest](/dotnet/docs/reference/Google.Cloud.Dataform.V1Beta1/latest/Google.Cloud.Dataform.V1Beta1.CommitWorkspaceChangesRequest), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[CommitWorkspaceChangesRequest](/dotnet/docs/reference/Google.Cloud.Dataform.V1Beta1/latest/Google.Cloud.Dataform.V1Beta1.CommitWorkspaceChangesRequest), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[CommitWorkspaceChangesRequest](/dotnet/docs/reference/Google.Cloud.Dataform.V1Beta1/latest/Google.Cloud.Dataform.V1Beta1.CommitWorkspaceChangesRequest), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.Dataform.V1Beta1](/dotnet/docs/reference/Google.Cloud.Dataform.V1Beta1/latest/Google.Cloud.Dataform.V1Beta1)\n\nAssembly\n--------\n\nGoogle.Cloud.Dataform.V1Beta1.dll\n\nConstructors\n------------\n\n### CommitWorkspaceChangesRequest()\n\n public CommitWorkspaceChangesRequest()\n\n### CommitWorkspaceChangesRequest(CommitWorkspaceChangesRequest)\n\n public CommitWorkspaceChangesRequest(CommitWorkspaceChangesRequest other)\n\nProperties\n----------\n\n### Author\n\n public CommitAuthor Author { get; set; }\n\nRequired. The commit's author.\n\n### CommitMessage\n\n public string CommitMessage { get; set; }\n\nOptional. The commit's message.\n\n### Name\n\n public string Name { get; set; }\n\nRequired. The workspace's name.\n\n### Paths\n\n public RepeatedField\u003cstring\u003e Paths { get; }\n\nOptional. Full file paths to commit including filename, rooted at workspace\nroot. If left empty, all files will be committed.\n\n### WorkspaceName\n\n public WorkspaceName WorkspaceName { get; set; }\n\n[WorkspaceName](/dotnet/docs/reference/Google.Cloud.Dataform.V1Beta1/latest/Google.Cloud.Dataform.V1Beta1.WorkspaceName)-typed view over the [Name](/dotnet/docs/reference/Google.Cloud.Dataform.V1Beta1/latest/Google.Cloud.Dataform.V1Beta1.CommitWorkspaceChangesRequest#Google_Cloud_Dataform_V1Beta1_CommitWorkspaceChangesRequest_Name) resource name property."]]