Interface CommitRepositoryChangesResponseOrBuilder (0.59.0)

public interface CommitRepositoryChangesResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCommitSha()

public abstract String getCommitSha()

The commit SHA of the current commit.

string commit_sha = 1;

Returns
Type Description
String

The commitSha.

getCommitShaBytes()

public abstract ByteString getCommitShaBytes()

The commit SHA of the current commit.

string commit_sha = 1;

Returns
Type Description
ByteString

The bytes for commitSha.