Google Cloud Build V2 Client - Class FetchLinkableRepositoriesResponse (0.9.0)

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

Response message for FetchLinkableRepositories.

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

Namespace

Google \ Cloud \ Build \ V2

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

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

repositories ready to be created.

↳ next_page_token string

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

getRepositories

repositories ready to be created.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setRepositories

repositories ready to be created.

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