Interface FetchGitRefsResponseOrBuilder (3.42.0)

public interface FetchGitRefsResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getRefNames(int index)

public abstract String getRefNames(int index)

Name of the refs fetched.

repeated string ref_names = 1;

Parameter
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
String

The refNames at the given index.

getRefNamesBytes(int index)

public abstract ByteString getRefNamesBytes(int index)

Name of the refs fetched.

repeated string ref_names = 1;

Parameter
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
ByteString

The bytes of the refNames at the given index.

getRefNamesCount()

public abstract int getRefNamesCount()

Name of the refs fetched.

repeated string ref_names = 1;

Returns
TypeDescription
int

The count of refNames.

getRefNamesList()

public abstract List<String> getRefNamesList()

Name of the refs fetched.

repeated string ref_names = 1;

Returns
TypeDescription
List<String>

A list containing the refNames.