Reference documentation and code samples for the Google Cloud Dataform V1 Client class CommitLogEntry.
Represents a single commit log.
Generated from protobuf message google.cloud.dataform.v1.CommitLogEntry
Namespace
Google \ Cloud \ Dataform \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ commit_time
↳ commit_sha
string
The commit SHA for this commit log entry.
↳ author
↳ commit_message
string
The commit message for this commit log entry.
getCommitTime
Commit timestamp.
hasCommitTime
clearCommitTime
setCommitTime
Commit timestamp.
$this
getCommitSha
The commit SHA for this commit log entry.
string
setCommitSha
The commit SHA for this commit log entry.
var
string
$this
getAuthor
The commit author for this commit log entry.
hasAuthor
clearAuthor
setAuthor
The commit author for this commit log entry.
$this
getCommitMessage
The commit message for this commit log entry.
string
setCommitMessage
The commit message for this commit log entry.
var
string
$this