Interface FetchRemoteBranchesResponseOrBuilder (0.43.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
Name Description
index int

The index of the element to return.

Returns
Type Description
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
Name Description
index int

The index of the value to return.

Returns
Type Description
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
Type Description
int

The count of branches.

getBranchesList()

public abstract List<String> getBranchesList()

The remote repository's branch names.

repeated string branches = 1;

Returns
Type Description
List<String>

A list containing the branches.