Reference documentation and code samples for the Policy Simulator V1 API class Google::Cloud::PolicySimulator::V1::Replay::ResultsSummary.
Summary statistics about the replayed log entries.
Inherits
- Object
 
Extended By
- Google::Protobuf::MessageExts::ClassMethods
 
Includes
- Google::Protobuf::MessageExts
 
Methods
#difference_count
def difference_count() -> ::Integer
    Returns
    
  - (::Integer) — The number of replayed log entries with a difference between baseline and simulated policies.
 
#difference_count=
def difference_count=(value) -> ::Integer
    Parameter
    
  - value (::Integer) — The number of replayed log entries with a difference between baseline and simulated policies.
 
    Returns
    
  - (::Integer) — The number of replayed log entries with a difference between baseline and simulated policies.
 
#error_count
def error_count() -> ::Integer
    Returns
    
  - (::Integer) — The number of log entries that could not be replayed.
 
#error_count=
def error_count=(value) -> ::Integer
    Parameter
    
  - value (::Integer) — The number of log entries that could not be replayed.
 
    Returns
    
  - (::Integer) — The number of log entries that could not be replayed.
 
#log_count
def log_count() -> ::Integer
    Returns
    
  - (::Integer) — The total number of log entries replayed.
 
#log_count=
def log_count=(value) -> ::Integer
    Parameter
    
  - value (::Integer) — The total number of log entries replayed.
 
    Returns
    
  - (::Integer) — The total number of log entries replayed.
 
#newest_date
def newest_date() -> ::Google::Type::Date
    Returns
    
  - (::Google::Type::Date) — The date of the newest log entry replayed.
 
#newest_date=
def newest_date=(value) -> ::Google::Type::Date
    Parameter
    
  - value (::Google::Type::Date) — The date of the newest log entry replayed.
 
    Returns
    
  - (::Google::Type::Date) — The date of the newest log entry replayed.
 
#oldest_date
def oldest_date() -> ::Google::Type::Date
    Returns
    
  - (::Google::Type::Date) — The date of the oldest log entry replayed.
 
#oldest_date=
def oldest_date=(value) -> ::Google::Type::Date
    Parameter
    
  - value (::Google::Type::Date) — The date of the oldest log entry replayed.
 
    Returns
    
  - (::Google::Type::Date) — The date of the oldest log entry replayed.
 
#unchanged_count
def unchanged_count() -> ::Integer
    Returns
    
  - (::Integer) — The number of replayed log entries with no difference between baseline and simulated policies.
 
#unchanged_count=
def unchanged_count=(value) -> ::Integer
    Parameter
    
  - value (::Integer) — The number of replayed log entries with no difference between baseline and simulated policies.
 
    Returns
    
- (::Integer) — The number of replayed log entries with no difference between baseline and simulated policies.