Interface CommitLogEntryOrBuilder (0.35.0)

public interface CommitLogEntryOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAuthor()

public abstract CommitAuthor getAuthor()

The commit author for this commit log entry.

.google.cloud.dataform.v1beta1.CommitAuthor author = 3;

Returns
TypeDescription
CommitAuthor

The author.

getAuthorOrBuilder()

public abstract CommitAuthorOrBuilder getAuthorOrBuilder()

The commit author for this commit log entry.

.google.cloud.dataform.v1beta1.CommitAuthor author = 3;

Returns
TypeDescription
CommitAuthorOrBuilder

getCommitMessage()

public abstract String getCommitMessage()

The commit message for this commit log entry.

string commit_message = 4;

Returns
TypeDescription
String

The commitMessage.

getCommitMessageBytes()

public abstract ByteString getCommitMessageBytes()

The commit message for this commit log entry.

string commit_message = 4;

Returns
TypeDescription
ByteString

The bytes for commitMessage.

getCommitSha()

public abstract String getCommitSha()

The commit SHA for this commit log entry.

string commit_sha = 2;

Returns
TypeDescription
String

The commitSha.

getCommitShaBytes()

public abstract ByteString getCommitShaBytes()

The commit SHA for this commit log entry.

string commit_sha = 2;

Returns
TypeDescription
ByteString

The bytes for commitSha.

getCommitTime()

public abstract Timestamp getCommitTime()

Commit timestamp.

.google.protobuf.Timestamp commit_time = 1;

Returns
TypeDescription
Timestamp

The commitTime.

getCommitTimeOrBuilder()

public abstract TimestampOrBuilder getCommitTimeOrBuilder()

Commit timestamp.

.google.protobuf.Timestamp commit_time = 1;

Returns
TypeDescription
TimestampOrBuilder

hasAuthor()

public abstract boolean hasAuthor()

The commit author for this commit log entry.

.google.cloud.dataform.v1beta1.CommitAuthor author = 3;

Returns
TypeDescription
boolean

Whether the author field is set.

hasCommitTime()

public abstract boolean hasCommitTime()

Commit timestamp.

.google.protobuf.Timestamp commit_time = 1;

Returns
TypeDescription
boolean

Whether the commitTime field is set.