Reference documentation and code samples for the Google Cloud Policy Simulator V1 Client class ListReplayResultsResponse.
Response message for Simulator.ListReplayResults.
Generated from protobuf message google.cloud.policysimulator.v1.ListReplayResultsResponse
Namespace
Google \ Cloud \ PolicySimulator \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description | 
| data | arrayOptional. Data for populating the Message object. | 
| ↳ replay_results | array<Google\Cloud\PolicySimulator\V1\ReplayResult>The results of running a Replay. | 
| ↳ next_page_token | stringA token that you can use to retrieve the next page of ReplayResult objects. If this field is omitted, there are no subsequent pages. | 
getReplayResults
The results of running a Replay.
| Returns | |
|---|---|
| Type | Description | 
| Google\Protobuf\Internal\RepeatedField | |
setReplayResults
The results of running a Replay.
| Parameter | |
|---|---|
| Name | Description | 
| var | array<Google\Cloud\PolicySimulator\V1\ReplayResult> | 
| Returns | |
|---|---|
| Type | Description | 
| $this | |
getNextPageToken
A token that you can use to retrieve the next page of ReplayResult objects. If this field is omitted, there are no subsequent pages.
| Returns | |
|---|---|
| Type | Description | 
| string | |
setNextPageToken
A token that you can use to retrieve the next page of ReplayResult objects. If this field is omitted, there are no subsequent pages.
| Parameter | |
|---|---|
| Name | Description | 
| var | string | 
| Returns | |
|---|---|
| Type | Description | 
| $this | |