Send feedback
  
   
 
  
    
      Class Replay.ResultsSummary (0.57.0) 
  
  
  
   
  
    
  
  
    
    
    
    
    
  Version latestkeyboard_arrow_down  
  
 
    
    
    
    
      
  
  
  
    
public   static   final   class  Replay . ResultsSummary   extends   GeneratedMessageV3   implements   Replay . ResultsSummaryOrBuilder  
   Summary statistics about the replayed log entries.
 Protobuf type google.cloud.policysimulator.v1.Replay.ResultsSummary
    Inherited Members 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT) 
    
    
      com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int) 
    
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>) 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int) 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
   
  Static Fields
   
  DIFFERENCE_COUNT_FIELD_NUMBER 
  
    
public   static   final   int   DIFFERENCE_COUNT_FIELD_NUMBER  
  
    
      
        Field Value  
      
        Type Description  
      
        int  
     
  
  ERROR_COUNT_FIELD_NUMBER 
  
    
public   static   final   int   ERROR_COUNT_FIELD_NUMBER  
  
    
      
        Field Value  
      
        Type Description  
      
        int  
     
  
  LOG_COUNT_FIELD_NUMBER 
  
    
public   static   final   int   LOG_COUNT_FIELD_NUMBER  
  
    
      
        Field Value  
      
        Type Description  
      
        int  
     
  
  NEWEST_DATE_FIELD_NUMBER 
  
    
public   static   final   int   NEWEST_DATE_FIELD_NUMBER  
  
    
      
        Field Value  
      
        Type Description  
      
        int  
     
  
  OLDEST_DATE_FIELD_NUMBER 
  
    
public   static   final   int   OLDEST_DATE_FIELD_NUMBER  
  
    
      
        Field Value  
      
        Type Description  
      
        int  
     
  
  UNCHANGED_COUNT_FIELD_NUMBER 
  
    
public   static   final   int   UNCHANGED_COUNT_FIELD_NUMBER  
  
    
      
        Field Value  
      
        Type Description  
      
        int  
     
  
  Static Methods
   
  getDefaultInstance() 
  
    
public   static   Replay . ResultsSummary   getDefaultInstance ()  
  
  getDescriptor() 
  
    
public   static   final   Descriptors . Descriptor   getDescriptor ()  
  
  newBuilder() 
  
    
public   static   Replay . ResultsSummary . Builder   newBuilder ()  
  
  newBuilder(Replay.ResultsSummary prototype) 
  
    
public   static   Replay . ResultsSummary . Builder   newBuilder ( Replay . ResultsSummary   prototype )  
  
  
  
    
public   static   Replay . ResultsSummary   parseDelimitedFrom ( InputStream   input )  
  
  
  
  
    
public   static   Replay . ResultsSummary   parseDelimitedFrom ( InputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  parseFrom(byte[] data) 
  
    
public   static   Replay . ResultsSummary   parseFrom ( byte []   data )  
  
    
      
        Parameter  
      
        Name Description  
      
        databyte [] 
     
  
  
  
  parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry) 
  
    
public   static   Replay . ResultsSummary   parseFrom ( byte []   data ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  parseFrom(ByteString data) 
  
    
public   static   Replay . ResultsSummary   parseFrom ( ByteString   data )  
  
  
  
  parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry) 
  
    
public   static   Replay . ResultsSummary   parseFrom ( ByteString   data ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  
    
public   static   Replay . ResultsSummary   parseFrom ( CodedInputStream   input )  
  
  
  
  
    
public   static   Replay . ResultsSummary   parseFrom ( CodedInputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  
    
public   static   Replay . ResultsSummary   parseFrom ( InputStream   input )  
  
  
  
  
    
public   static   Replay . ResultsSummary   parseFrom ( InputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  parseFrom(ByteBuffer data) 
  
    
public   static   Replay . ResultsSummary   parseFrom ( ByteBuffer   data )  
  
  
  
  parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry) 
  
    
public   static   Replay . ResultsSummary   parseFrom ( ByteBuffer   data ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  parser() 
  
    
public   static   Parser<Replay . ResultsSummary >  parser ()  
  
  Methods
   
  equals(Object obj) 
  
    
public   boolean   equals ( Object   obj )  
  
    
      
        Parameter  
      
        Name Description  
      
        objObject  
     
  
  
  Overrides 
  
  getDefaultInstanceForType() 
  
    
public   Replay . ResultsSummary   getDefaultInstanceForType ()  
  
  getDifferenceCount() 
  
    
public   int   getDifferenceCount ()  
   The number of replayed log entries with a difference between baseline and
 simulated policies.
 int32 difference_count = 3;
    
      
        Returns  
      
        Type Description  
      
        int The differenceCount.
 
     
  
  getErrorCount() 
  
    
public   int   getErrorCount ()  
   The number of log entries that could not be replayed.
 int32 error_count = 4;
    
      
        Returns  
      
        Type Description  
      
        int The errorCount.
 
     
  
  getLogCount() 
  
   The total number of log entries replayed.
 int32 log_count = 1;
    
      
        Returns  
      
        Type Description  
      
        int The logCount.
 
     
  
  getNewestDate() 
  
    
public   Date   getNewestDate ()  
   The date of the newest log entry replayed.
 .google.type.Date newest_date = 6;
    
      
        Returns  
      
        Type Description  
      
        com.google.type.Date The newestDate.
 
     
  
  getNewestDateOrBuilder() 
  
    
public   DateOrBuilder   getNewestDateOrBuilder ()  
   The date of the newest log entry replayed.
 .google.type.Date newest_date = 6;
    
      
        Returns  
      
        Type Description  
      
        com.google.type.DateOrBuilder  
     
  
  getOldestDate() 
  
    
public   Date   getOldestDate ()  
   The date of the oldest log entry replayed.
 .google.type.Date oldest_date = 5;
    
      
        Returns  
      
        Type Description  
      
        com.google.type.Date The oldestDate.
 
     
  
  getOldestDateOrBuilder() 
  
    
public   DateOrBuilder   getOldestDateOrBuilder ()  
   The date of the oldest log entry replayed.
 .google.type.Date oldest_date = 5;
    
      
        Returns  
      
        Type Description  
      
        com.google.type.DateOrBuilder  
     
  
  getParserForType() 
  
    
public   Parser<Replay . ResultsSummary >  getParserForType ()  
  
  Overrides 
  
  getSerializedSize() 
  
    
public   int   getSerializedSize ()  
  
    
      
        Returns  
      
        Type Description  
      
        int  
     
  
  Overrides 
  
  getUnchangedCount() 
  
    
public   int   getUnchangedCount ()  
   The number of replayed log entries with no difference between
 baseline and simulated policies.
 int32 unchanged_count = 2;
    
      
        Returns  
      
        Type Description  
      
        int The unchangedCount.
 
     
  
  hasNewestDate() 
  
    
public   boolean   hasNewestDate ()  
   The date of the newest log entry replayed.
 .google.type.Date newest_date = 6;
    
      
        Returns  
      
        Type Description  
      
        boolean Whether the newestDate field is set.
 
     
  
  hasOldestDate() 
  
    
public   boolean   hasOldestDate ()  
   The date of the oldest log entry replayed.
 .google.type.Date oldest_date = 5;
    
      
        Returns  
      
        Type Description  
      
        boolean Whether the oldestDate field is set.
 
     
  
  hashCode() 
  
  
    
      
        Returns  
      
        Type Description  
      
        int  
     
  
  Overrides 
  
  internalGetFieldAccessorTable() 
  
    
protected   GeneratedMessageV3 . FieldAccessorTable   internalGetFieldAccessorTable ()  
  
  Overrides 
  
  isInitialized() 
  
    
public   final   boolean   isInitialized ()  
  
  Overrides 
  
  newBuilderForType() 
  
    
public   Replay . ResultsSummary . Builder   newBuilderForType ()  
  
  newBuilderForType(GeneratedMessageV3.BuilderParent parent) 
  
    
protected   Replay . ResultsSummary . Builder   newBuilderForType ( GeneratedMessageV3 . BuilderParent   parent )  
  
  
  Overrides 
  
  newInstance(GeneratedMessageV3.UnusedPrivateParameter unused) 
  
    
protected   Object   newInstance ( GeneratedMessageV3 . UnusedPrivateParameter   unused )  
  
  
    
      
        Returns  
      
        Type Description  
      
        Object  
     
  
  Overrides 
  
  toBuilder() 
  
    
public   Replay . ResultsSummary . Builder   toBuilder ()  
  
  writeTo(CodedOutputStream output) 
  
    
public   void   writeTo ( CodedOutputStream   output )  
  
  Overrides 
  
  
 
     
    
  
  
  
     
  
    
    
      
       
         
  
  
    
    Send feedback
  
   
 
       
    
    
  
  
 
  Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
  Last updated 2025-10-29 UTC.
 
 
  
  
    
    
    
      
  
  
    Need to tell us more?
  
   
 
     
  
  
    
      [[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-10-29 UTC."],[],[]]