Reference documentation and code samples for the Google Cloud Policy Simulator V1 Client class ResultsSummary.
Summary statistics about the replayed log entries.
Generated from protobuf message google.cloud.policysimulator.v1.Replay.ResultsSummary
Namespace
Google \ Cloud \ PolicySimulator \ V1 \ ReplayMethods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ log_count
int
The total number of log entries replayed.
↳ unchanged_count
int
The number of replayed log entries with no difference between baseline and simulated policies.
↳ difference_count
int
The number of replayed log entries with a difference between baseline and simulated policies.
↳ error_count
int
The number of log entries that could not be replayed.
↳ oldest_date
↳ newest_date
getLogCount
The total number of log entries replayed.
int
setLogCount
The total number of log entries replayed.
var
int
$this
getUnchangedCount
The number of replayed log entries with no difference between baseline and simulated policies.
int
setUnchangedCount
The number of replayed log entries with no difference between baseline and simulated policies.
var
int
$this
getDifferenceCount
The number of replayed log entries with a difference between baseline and simulated policies.
int
setDifferenceCount
The number of replayed log entries with a difference between baseline and simulated policies.
var
int
$this
getErrorCount
The number of log entries that could not be replayed.
int
setErrorCount
The number of log entries that could not be replayed.
var
int
$this
getOldestDate
The date of the oldest log entry replayed.
hasOldestDate
clearOldestDate
setOldestDate
The date of the oldest log entry replayed.
$this
getNewestDate
The date of the newest log entry replayed.
hasNewestDate
clearNewestDate
setNewestDate
The date of the newest log entry replayed.
$this