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 \ V2Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ repositories |
array<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 | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\RepeatedField |
|
setRepositories
repositories ready to be created.
| Parameter | |
|---|---|
| Name | Description |
var |
array<Repository>
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getNextPageToken
A token identifying a page of results the server should return.
| Returns | |
|---|---|
| Type | Description |
string |
|
setNextPageToken
A token identifying a page of results the server should return.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|