public interface CommitMetadataOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getAuthor()
public abstract CommitAuthor getAuthor()Required. The commit's author.
.google.cloud.dataform.v1.CommitAuthor author = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
CommitAuthor |
The author. |
getAuthorOrBuilder()
public abstract CommitAuthorOrBuilder getAuthorOrBuilder()Required. The commit's author.
.google.cloud.dataform.v1.CommitAuthor author = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
CommitAuthorOrBuilder |
|
getCommitMessage()
public abstract String getCommitMessage()Optional. The commit's message.
string commit_message = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
String |
The commitMessage. |
getCommitMessageBytes()
public abstract ByteString getCommitMessageBytes()Optional. The commit's message.
string commit_message = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for commitMessage. |
hasAuthor()
public abstract boolean hasAuthor()Required. The commit's author.
.google.cloud.dataform.v1.CommitAuthor author = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the author field is set. |