Reference documentation and code samples for the Google Cloud Developer Connect V1 Client class ListDeploymentEventsResponse.
Response to listing DeploymentEvents.
Generated from protobuf message google.cloud.developerconnect.v1.ListDeploymentEventsResponse
Namespace
Google \ Cloud \ DeveloperConnect \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ deployment_events |
array<DeploymentEvent>
The list of DeploymentEvents. |
↳ next_page_token |
string
A token, which can be sent as |
getDeploymentEvents
The list of DeploymentEvents.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\RepeatedField |
|
setDeploymentEvents
The list of DeploymentEvents.
| Parameter | |
|---|---|
| Name | Description |
var |
array<DeploymentEvent>
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getNextPageToken
A token, which can be sent as page_token to retrieve the next page.
If this field is omitted, there are no subsequent pages.
| Returns | |
|---|---|
| Type | Description |
string |
|
setNextPageToken
A token, which can be sent as page_token to retrieve the next page.
If this field is omitted, there are no subsequent pages.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|