Interface FetchGitRefsResponseOrBuilder (3.44.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
Name Description
index int

The index of the element to return.

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

The index of the value to return.

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

The count of refNames.

getRefNamesList()

public abstract List<String> getRefNamesList()

Name of the refs fetched.

repeated string ref_names = 1;

Returns
Type Description
List<String>

A list containing the refNames.