Interface RestoreAgentRequest.GitSourceOrBuilder (0.51.0)

See more code actions.
public static interface RestoreAgentRequest.GitSourceOrBuilder extends MessageOrBuilder
MessageOrBuilder
public abstract String getTrackingBranch()

tracking branch for the git pull

string tracking_branch = 1;

Returns
Type Description
String

The trackingBranch.

getTrackingBranchBytes()

public abstract ByteString getTrackingBranchBytes()

tracking branch for the git pull

string tracking_branch = 1;

Returns
Type Description
ByteString

The bytes for trackingBranch.