- 0.51.0 (latest)
- 0.50.0
- 0.48.0
- 0.47.0
- 0.46.0
- 0.45.0
- 0.44.0
- 0.43.0
- 0.42.0
- 0.41.0
- 0.40.0
- 0.39.0
- 0.38.0
- 0.36.0
- 0.35.0
- 0.34.0
- 0.33.0
- 0.32.0
- 0.31.0
- 0.30.0
- 0.29.0
- 0.28.0
- 0.27.0
- 0.26.0
- 0.23.0
- 0.22.0
- 0.21.0
- 0.20.0
- 0.19.0
- 0.18.0
- 0.17.0
- 0.16.0
- 0.15.0
- 0.14.0
- 0.13.0
- 0.12.0
- 0.11.0
- 0.10.0
- 0.8.0
- 0.7.0
- 0.6.0
- 0.5.0
- 0.4.0
- 0.3.0
- 0.2.4
public interface CommitLogEntryOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getAuthor()
public abstract CommitAuthor getAuthor()
The commit author for this commit log entry.
.google.cloud.dataform.v1beta1.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.v1beta1.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.v1beta1.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. |