Reference documentation and code samples for the Google Cloud Dataform V1beta1 Client class CommitLogEntry.
Represents a single commit log.
Generated from protobuf message google.cloud.dataform.v1beta1.CommitLogEntry
Namespace
Google \ Cloud \ Dataform \ V1beta1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ commit_time |
Google\Protobuf\Timestamp
Commit timestamp. |
↳ commit_sha |
string
The commit SHA for this commit log entry. |
↳ author |
Google\Cloud\Dataform\V1beta1\CommitAuthor
The commit author for this commit log entry. |
↳ commit_message |
string
The commit message for this commit log entry. |
getCommitTime
Commit timestamp.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Timestamp|null |
hasCommitTime
clearCommitTime
setCommitTime
Commit timestamp.
Parameter | |
---|---|
Name | Description |
var |
Google\Protobuf\Timestamp
|
Returns | |
---|---|
Type | Description |
$this |
getCommitSha
The commit SHA for this commit log entry.
Returns | |
---|---|
Type | Description |
string |
setCommitSha
The commit SHA for this commit log entry.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getAuthor
The commit author for this commit log entry.
Returns | |
---|---|
Type | Description |
Google\Cloud\Dataform\V1beta1\CommitAuthor|null |
hasAuthor
clearAuthor
setAuthor
The commit author for this commit log entry.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\Dataform\V1beta1\CommitAuthor
|
Returns | |
---|---|
Type | Description |
$this |
getCommitMessage
The commit message for this commit log entry.
Returns | |
---|---|
Type | Description |
string |
setCommitMessage
The commit message for this commit log entry.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |