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
Namespace
Google \ Cloud \ Build \ V2Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ repositories |
array<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 | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\RepeatedField |
|
setRepositories
The list of Repositories.
| 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 |
|