public interface FetchGitRefsResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getNextPageToken()
public abstract String getNextPageToken()A token identifying a page of results the server should return.
 string next_page_token = 2;
| Returns | |
|---|---|
| Type | Description | 
String | 
        The nextPageToken.  | 
      
getNextPageTokenBytes()
public abstract ByteString getNextPageTokenBytes()A token identifying a page of results the server should return.
 string next_page_token = 2;
| Returns | |
|---|---|
| Type | Description | 
ByteString | 
        The bytes for nextPageToken.  | 
      
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.  |