Interface FetchRemoteBranchesResponseOrBuilder (0.12.0)

public interface FetchRemoteBranchesResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getBranches(int index)

public abstract String getBranches(int index)

The remote repository's branch names.

repeated string branches = 1;

Parameter
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
String

The branches at the given index.

getBranchesBytes(int index)

public abstract ByteString getBranchesBytes(int index)

The remote repository's branch names.

repeated string branches = 1;

Parameter
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
ByteString

The bytes of the branches at the given index.

getBranchesCount()

public abstract int getBranchesCount()

The remote repository's branch names.

repeated string branches = 1;

Returns
TypeDescription
int

The count of branches.

getBranchesList()

public abstract List<String> getBranchesList()

The remote repository's branch names.

repeated string branches = 1;

Returns
TypeDescription
List<String>

A list containing the branches.