All Downloads are FREE. Search and download functionalities are using the official Maven repository.

rasa.signal-service-java.2.15.3_unofficial_106.source-code.ShadowingStats.proto Maven / Gradle / Ivy

There is a newer version: 2.15.3_unofficial_107
Show newest version
// Proto schema formatted by Wire, do not edit.
// Source: ShadowingStats.proto

syntax = "proto3";

package signalservice;

option java_package = "org.whispersystems.signalservice.internal.websocket";
option java_outer_classname = "ShadowingStats";

message Snapshot {
  int32 requestsCompared = 1;

  int32 failures = 2;

  int32 badStatuses = 3;

  int32 reconnects = 4;

  int64 lastNotified = 5;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy