Interface CommitMetadataOrBuilder (0.31.0)

public interface CommitMetadataOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAuthor()

public abstract CommitAuthor getAuthor()

Required. The commit's author.

.google.cloud.dataform.v1beta1.CommitAuthor author = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
CommitAuthor

The author.

getAuthorOrBuilder()

public abstract CommitAuthorOrBuilder getAuthorOrBuilder()

Required. The commit's author.

.google.cloud.dataform.v1beta1.CommitAuthor author = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
CommitAuthorOrBuilder

getCommitMessage()

public abstract String getCommitMessage()

Optional. The commit's message.

string commit_message = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
String

The commitMessage.

getCommitMessageBytes()

public abstract ByteString getCommitMessageBytes()

Optional. The commit's message.

string commit_message = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
ByteString

The bytes for commitMessage.

hasAuthor()

public abstract boolean hasAuthor()

Required. The commit's author.

.google.cloud.dataform.v1beta1.CommitAuthor author = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
boolean

Whether the author field is set.