public static interface ExportAgentRequest.GitDestinationOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getCommitMessage()
public abstract String getCommitMessage()
Commit message for the git push.
string commit_message = 2;
Returns | |
---|---|
Type | Description |
String |
The commitMessage. |
getCommitMessageBytes()
public abstract ByteString getCommitMessageBytes()
Commit message for the git push.
string commit_message = 2;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for commitMessage. |
getTrackingBranch()
public abstract String getTrackingBranch()
Tracking branch for the git push.
string tracking_branch = 1;
Returns | |
---|---|
Type | Description |
String |
The trackingBranch. |
getTrackingBranchBytes()
public abstract ByteString getTrackingBranchBytes()
Tracking branch for the git push.
string tracking_branch = 1;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for trackingBranch. |