rasa.signal-service-java.2.15.3_unofficial_106.source-code.ShadowingStats.proto Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of signal-service-java Show documentation
Show all versions of signal-service-java Show documentation
Signal Service communication library for Java, unofficial fork
// 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;
}