Dataform v1beta1 API - Class CommitLogEntry (1.0.0-beta05)

public sealed class CommitLogEntry : IMessage<CommitLogEntry>, IEquatable<CommitLogEntry>, IDeepCloneable<CommitLogEntry>, IBufferMessage, IMessage

Reference documentation and code samples for the Dataform v1beta1 API class CommitLogEntry.

Represents a single commit log.

Inheritance

object > CommitLogEntry

Namespace

Google.Cloud.Dataform.V1Beta1

Assembly

Google.Cloud.Dataform.V1Beta1.dll

Constructors

CommitLogEntry()

public CommitLogEntry()

CommitLogEntry(CommitLogEntry)

public CommitLogEntry(CommitLogEntry other)
Parameter
NameDescription
otherCommitLogEntry

Properties

Author

public CommitAuthor Author { get; set; }

The commit author for this commit log entry.

Property Value
TypeDescription
CommitAuthor

CommitMessage

public string CommitMessage { get; set; }

The commit message for this commit log entry.

Property Value
TypeDescription
string

CommitSha

public string CommitSha { get; set; }

The commit SHA for this commit log entry.

Property Value
TypeDescription
string

CommitTime

public Timestamp CommitTime { get; set; }

Commit timestamp.

Property Value
TypeDescription
Timestamp