Google Cloud Policy Simulator V1 Client - Class ListReplayResultsResponse (0.1.1)

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 \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ replay_results array<Google\Cloud\PolicySimulator\V1\ReplayResult>

The results of running a Replay.

↳ next_page_token string

A 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
TypeDescription
Google\Protobuf\Internal\RepeatedField

setReplayResults

The results of running a Replay.

Parameter
NameDescription
var array<Google\Cloud\PolicySimulator\V1\ReplayResult>
Returns
TypeDescription
$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
TypeDescription
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
NameDescription
var string
Returns
TypeDescription
$this