public sealed class CommitLogEntry : IMessage<CommitLogEntry>, IEquatable<CommitLogEntry>, IDeepCloneable<CommitLogEntry>, IBufferMessage, IMessageReference documentation and code samples for the Dataform v1beta1 API class CommitLogEntry.
Represents a single commit log.
Implements
IMessageCommitLogEntry, IEquatableCommitLogEntry, IDeepCloneableCommitLogEntry, IBufferMessage, IMessageNamespace
Google.Cloud.Dataform.V1Beta1Assembly
Google.Cloud.Dataform.V1Beta1.dll
Constructors
CommitLogEntry()
public CommitLogEntry()CommitLogEntry(CommitLogEntry)
public CommitLogEntry(CommitLogEntry other)| Parameter | |
|---|---|
| Name | Description |
other |
CommitLogEntry |
Properties
Author
public CommitAuthor Author { get; set; }The commit author for this commit log entry.
| Property Value | |
|---|---|
| Type | Description |
CommitAuthor |
|
CommitMessage
public string CommitMessage { get; set; }The commit message for this commit log entry.
| Property Value | |
|---|---|
| Type | Description |
string |
|
CommitSha
public string CommitSha { get; set; }The commit SHA for this commit log entry.
| Property Value | |
|---|---|
| Type | Description |
string |
|
CommitTime
public Timestamp CommitTime { get; set; }Commit timestamp.
| Property Value | |
|---|---|
| Type | Description |
Timestamp |
|