public interface FetchGitRefsResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getRefNames(int index)
public abstract String getRefNames(int index)Name of the refs fetched.
repeated string ref_names = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
intThe 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 |
intThe 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. |