Interface FetchGitRefsResponseOrBuilder (0.6.0)

publicinterface FetchGitRefsResponseOrBuilderextendsMessageOrBuilder

Implements

MessageOrBuilder

Methods

getNextPageToken()

publicabstractStringgetNextPageToken()

A token identifying a page of results the server should return.

string next_page_token = 2;

Returns
Type Description
String

The nextPageToken.

getNextPageTokenBytes()

publicabstractByteStringgetNextPageTokenBytes()

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)

publicabstractStringgetRefNames(intindex)

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)

publicabstractByteStringgetRefNamesBytes(intindex)

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()

publicabstractintgetRefNamesCount()

Name of the refs fetched.

repeated string ref_names = 1;

Returns
Type Description
int

The count of refNames.

getRefNamesList()

publicabstractList<String>getRefNamesList()

Name of the refs fetched.

repeated string ref_names = 1;

Returns
Type Description
List<String>

A list containing the refNames.

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月19日 UTC.