Reference documentation and code samples for the Google Cloud Workload Manager V1 Client class ListExecutionResultsResponse.
Response message for the ListExecutionResults RPC.
Generated from protobuf message google.cloud.workloadmanager.v1.ListExecutionResultsResponse
Namespace
Google \ Cloud \ WorkloadManager \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ execution_results |
array<ExecutionResult>
The versions from the specified publisher. |
↳ next_page_token |
string
A token, which can be sent as |
getExecutionResults
The versions from the specified publisher.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\RepeatedField<ExecutionResult> |
|
setExecutionResults
The versions from the specified publisher.
| Parameter | |
|---|---|
| Name | Description |
var |
array<ExecutionResult>
|
| 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 |
|