Reference documentation and code samples for the Google Cloud Build V1 Client class ListBuildTriggersResponse.
Response containing existing BuildTriggers.
Generated from protobuf message google.devtools.cloudbuild.v1.ListBuildTriggersResponse
Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ triggers |
array<Google\Cloud\Build\V1\BuildTrigger>
|
↳ next_page_token |
string
Token to receive the next page of results. |
getTriggers
BuildTriggers for the project, sorted by create_time descending.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\RepeatedField |
|
setTriggers
BuildTriggers for the project, sorted by create_time descending.
| Parameter | |
|---|---|
| Name | Description |
var |
array<Google\Cloud\Build\V1\BuildTrigger>
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getNextPageToken
Token to receive the next page of results.
| Returns | |
|---|---|
| Type | Description |
string |
|
setNextPageToken
Token to receive the next page of results.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|