Interface FetchFileDiffResponseOrBuilder (0.12.0)

public interface FetchFileDiffResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getFormattedDiff()

public abstract String getFormattedDiff()

The raw formatted Git diff for the file.

string formatted_diff = 1;

Returns
TypeDescription
String

The formattedDiff.

getFormattedDiffBytes()

public abstract ByteString getFormattedDiffBytes()

The raw formatted Git diff for the file.

string formatted_diff = 1;

Returns
TypeDescription
ByteString

The bytes for formattedDiff.