public static interface Replay.ResultsSummaryOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getDifferenceCount()
The number of replayed log entries with a difference between baseline and
simulated policies.
|
int |
getErrorCount()
The number of log entries that could not be replayed.
|
int |
getLogCount()
The total number of log entries replayed.
|
com.google.type.Date |
getNewestDate()
The date of the newest log entry replayed.
|
com.google.type.DateOrBuilder |
getNewestDateOrBuilder()
The date of the newest log entry replayed.
|
com.google.type.Date |
getOldestDate()
The date of the oldest log entry replayed.
|
com.google.type.DateOrBuilder |
getOldestDateOrBuilder()
The date of the oldest log entry replayed.
|
int |
getUnchangedCount()
The number of replayed log entries with no difference between
baseline and simulated policies.
|
boolean |
hasNewestDate()
The date of the newest log entry replayed.
|
boolean |
hasOldestDate()
The date of the oldest log entry replayed.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getLogCount()
The total number of log entries replayed.
int32 log_count = 1;int getUnchangedCount()
The number of replayed log entries with no difference between baseline and simulated policies.
int32 unchanged_count = 2;int getDifferenceCount()
The number of replayed log entries with a difference between baseline and simulated policies.
int32 difference_count = 3;int getErrorCount()
The number of log entries that could not be replayed.
int32 error_count = 4;boolean hasOldestDate()
The date of the oldest log entry replayed.
.google.type.Date oldest_date = 5;com.google.type.Date getOldestDate()
The date of the oldest log entry replayed.
.google.type.Date oldest_date = 5;com.google.type.DateOrBuilder getOldestDateOrBuilder()
The date of the oldest log entry replayed.
.google.type.Date oldest_date = 5;boolean hasNewestDate()
The date of the newest log entry replayed.
.google.type.Date newest_date = 6;com.google.type.Date getNewestDate()
The date of the newest log entry replayed.
.google.type.Date newest_date = 6;com.google.type.DateOrBuilder getNewestDateOrBuilder()
The date of the newest log entry replayed.
.google.type.Date newest_date = 6;Copyright © 2023 Google LLC. All rights reserved.