Reference documentation and code samples for the Google Cloud Policy Simulator V1 Client class ListReplayResultsRequest.
Request message for Simulator.ListReplayResults.
Generated from protobuf message google.cloud.policysimulator.v1.ListReplayResultsRequest
Namespace
Google \ Cloud \ PolicySimulator \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ parent |
string
Required. The Replay whose results are listed, in the following format: |
↳ page_size |
int
The maximum number of ReplayResult objects to return. Defaults to 5000. The maximum value is 5000; values above 5000 are rounded down to 5000. |
↳ page_token |
string
A page token, received from a previous Simulator.ListReplayResults call. Provide this token to retrieve the next page of results. When paginating, all other parameters provided to [Simulator.ListReplayResults[] must match the call that provided the page token. |
getParent
Required. The Replay whose
results are listed, in the following format:
{projects|folders|organizations}/{resource-id}/locations/global/replays/{replay-id}
Example:
projects/my-project/locations/global/replays/506a5f7f-38ce-4d7d-8e03-479ce1833c36
Returns | |
---|---|
Type | Description |
string |
setParent
Required. The Replay whose
results are listed, in the following format:
{projects|folders|organizations}/{resource-id}/locations/global/replays/{replay-id}
Example:
projects/my-project/locations/global/replays/506a5f7f-38ce-4d7d-8e03-479ce1833c36
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getPageSize
The maximum number of ReplayResult objects to return. Defaults to 5000.
The maximum value is 5000; values above 5000 are rounded down to 5000.
Returns | |
---|---|
Type | Description |
int |
setPageSize
The maximum number of ReplayResult objects to return. Defaults to 5000.
The maximum value is 5000; values above 5000 are rounded down to 5000.
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |
getPageToken
A page token, received from a previous Simulator.ListReplayResults call. Provide this token to retrieve the next page of results.
When paginating, all other parameters provided to [Simulator.ListReplayResults[] must match the call that provided the page token.
Returns | |
---|---|
Type | Description |
string |
setPageToken
A page token, received from a previous Simulator.ListReplayResults call. Provide this token to retrieve the next page of results.
When paginating, all other parameters provided to [Simulator.ListReplayResults[] must match the call that provided the page token.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
static::build
Parameter | |
---|---|
Name | Description |
parent |
string
Required. The Replay whose results are listed, in the following format:
Example:
|
Returns | |
---|---|
Type | Description |
ListReplayResultsRequest |