public interface CommitLogEntryOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getAuthor()
public abstract CommitAuthor getAuthor()The commit author for this commit log entry.
.google.cloud.dataform.v1.CommitAuthor author = 3;
| Returns | |
|---|---|
| Type | Description |
CommitAuthor |
The author. |
getAuthorOrBuilder()
public abstract CommitAuthorOrBuilder getAuthorOrBuilder()The commit author for this commit log entry.
.google.cloud.dataform.v1.CommitAuthor author = 3;
| Returns | |
|---|---|
| Type | Description |
CommitAuthorOrBuilder |
|
getCommitMessage()
public abstract String getCommitMessage()The commit message for this commit log entry.
string commit_message = 4;
| Returns | |
|---|---|
| Type | Description |
String |
The commitMessage. |
getCommitMessageBytes()
public abstract ByteString getCommitMessageBytes()The commit message for this commit log entry.
string commit_message = 4;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for commitMessage. |
getCommitSha()
public abstract String getCommitSha()The commit SHA for this commit log entry.
string commit_sha = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The commitSha. |
getCommitShaBytes()
public abstract ByteString getCommitShaBytes()The commit SHA for this commit log entry.
string commit_sha = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for commitSha. |
getCommitTime()
public abstract Timestamp getCommitTime()Commit timestamp.
.google.protobuf.Timestamp commit_time = 1;
| Returns | |
|---|---|
| Type | Description |
Timestamp |
The commitTime. |
getCommitTimeOrBuilder()
public abstract TimestampOrBuilder getCommitTimeOrBuilder()Commit timestamp.
.google.protobuf.Timestamp commit_time = 1;
| Returns | |
|---|---|
| Type | Description |
TimestampOrBuilder |
|
hasAuthor()
public abstract boolean hasAuthor()The commit author for this commit log entry.
.google.cloud.dataform.v1.CommitAuthor author = 3;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the author field is set. |
hasCommitTime()
public abstract boolean hasCommitTime()Commit timestamp.
.google.protobuf.Timestamp commit_time = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the commitTime field is set. |