Google Cloud Build V2 Client - Class ListRepositoriesResponse (0.5.1)

Reference documentation and code samples for the Google Cloud Build V2 Client class ListRepositoriesResponse.

Message for response to listing Repositories.

Generated from protobuf message google.devtools.cloudbuild.v2.ListRepositoriesResponse

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ repositories array<Google\Cloud\Build\V2\Repository>

The list of Repositories.

↳ next_page_token string

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

getRepositories

The list of Repositories.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setRepositories

The list of Repositories.

Parameter
NameDescription
var array<Google\Cloud\Build\V2\Repository>
Returns
TypeDescription
$this

getNextPageToken

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

Returns
TypeDescription
string

setNextPageToken

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

Parameter
NameDescription
var string
Returns
TypeDescription
$this