[[["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\u003eCommitLogEntry\u003c/code\u003e class in the Dataform v1beta1 API represents a single commit log, and it is available in version 1.0.0-beta08, which is the latest release.\u003c/p\u003e\n"],["\u003cp\u003eThis class inherits from \u003ccode\u003eobject\u003c/code\u003e and 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 to manage messages and provide features for equality checks, deep cloning, and buffered messages.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eCommitLogEntry\u003c/code\u003e has constructors to create a new instance, either as an empty entry or by copying data from another \u003ccode\u003eCommitLogEntry\u003c/code\u003e object, and it contains properties such as \u003ccode\u003eAuthor\u003c/code\u003e, \u003ccode\u003eCommitMessage\u003c/code\u003e, \u003ccode\u003eCommitSha\u003c/code\u003e, and \u003ccode\u003eCommitTime\u003c/code\u003e to store specific details of the commit.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eCommitLogEntry\u003c/code\u003e class is located within the \u003ccode\u003eGoogle.Cloud.Dataform.V1Beta1\u003c/code\u003e namespace and is part of the \u003ccode\u003eGoogle.Cloud.Dataform.V1Beta1.dll\u003c/code\u003e assembly.\u003c/p\u003e\n"]]],[],null,["# Dataform v1beta1 API - Class CommitLogEntry (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.CommitLogEntry)\n- [1.0.0-beta07](/dotnet/docs/reference/Google.Cloud.Dataform.V1Beta1/1.0.0-beta07/Google.Cloud.Dataform.V1Beta1.CommitLogEntry) \n\n public sealed class CommitLogEntry : IMessage\u003cCommitLogEntry\u003e, IEquatable\u003cCommitLogEntry\u003e, IDeepCloneable\u003cCommitLogEntry\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Dataform v1beta1 API class CommitLogEntry.\n\nRepresents a single commit log. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e CommitLogEntry \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[CommitLogEntry](/dotnet/docs/reference/Google.Cloud.Dataform.V1Beta1/latest/Google.Cloud.Dataform.V1Beta1.CommitLogEntry), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[CommitLogEntry](/dotnet/docs/reference/Google.Cloud.Dataform.V1Beta1/latest/Google.Cloud.Dataform.V1Beta1.CommitLogEntry), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[CommitLogEntry](/dotnet/docs/reference/Google.Cloud.Dataform.V1Beta1/latest/Google.Cloud.Dataform.V1Beta1.CommitLogEntry), [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### CommitLogEntry()\n\n public CommitLogEntry()\n\n### CommitLogEntry(CommitLogEntry)\n\n public CommitLogEntry(CommitLogEntry other)\n\nProperties\n----------\n\n### Author\n\n public CommitAuthor Author { get; set; }\n\nThe commit author for this commit log entry.\n\n### CommitMessage\n\n public string CommitMessage { get; set; }\n\nThe commit message for this commit log entry.\n\n### CommitSha\n\n public string CommitSha { get; set; }\n\nThe commit SHA for this commit log entry.\n\n### CommitTime\n\n public Timestamp CommitTime { get; set; }\n\nCommit timestamp."]]