Reference documentation and code samples for the Google Cloud Policy Simulator V1 Client class Replay.
A resource describing a Replay
, or simulation.
Generated from protobuf message google.cloud.policysimulator.v1.Replay
Namespace
Google \ Cloud \ PolicySimulator \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
string
Output only. The resource name of the Replay
, which has the following format: {projects|folders|organizations}/{resource-id}/locations/global/replays/{replay-id}
, where {resource-id}
is the ID of the project, folder, or organization that owns the Replay. Example: projects/my-example-project/locations/global/replays/506a5f7f-38ce-4d7d-8e03-479ce1833c36
↳ state
int
Output only. The current state of the Replay
.
↳ config
↳ results_summary
Google\Cloud\PolicySimulator\V1\Replay\ResultsSummary
Output only. Summary statistics about the replayed log entries.
getName
Output only. The resource name of the Replay
, which has the following
format: {projects|folders|organizations}/{resource-id}/locations/global/replays/{replay-id}
,
where {resource-id}
is the ID of the project, folder, or organization
that owns the Replay.
Example: projects/my-example-project/locations/global/replays/506a5f7f-38ce-4d7d-8e03-479ce1833c36
string
setName
Output only. The resource name of the Replay
, which has the following
format: {projects|folders|organizations}/{resource-id}/locations/global/replays/{replay-id}
,
where {resource-id}
is the ID of the project, folder, or organization
that owns the Replay.
Example: projects/my-example-project/locations/global/replays/506a5f7f-38ce-4d7d-8e03-479ce1833c36
var
string
$this
getState
Output only. The current state of the Replay
.
int
setState
Output only. The current state of the Replay
.
var
int
$this
getConfig
Required. The configuration used for the Replay
.
hasConfig
clearConfig
setConfig
Required. The configuration used for the Replay
.
$this
getResultsSummary
Output only. Summary statistics about the replayed log entries.
hasResultsSummary
clearResultsSummary
setResultsSummary
Output only. Summary statistics about the replayed log entries.
$this