public interface FetchLinkableRepositoriesResponseOrBuilder extends MessageOrBuilder
Implements
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. |
getRepositories(int index)
public abstract Repository getRepositories(int index)
repositories ready to be created.
repeated .google.devtools.cloudbuild.v2.Repository repositories = 1;
Parameter | |
---|---|
Name | Description |
index | int |
Returns | |
---|---|
Type | Description |
Repository |
getRepositoriesCount()
public abstract int getRepositoriesCount()
repositories ready to be created.
repeated .google.devtools.cl