PathErrorStats

class PathErrorStats(    children: Map<String, PathErrorStats> = emptyMap(),     val errors_count: Long = 0,     val requests_with_errors_count: Long = 0,     unknownFields: ByteString = ByteString.EMPTY) : Message<PathErrorStats, Nothing>

Constructors

Link copied to clipboard
constructor(    children: Map<String, PathErrorStats> = emptyMap(),     errors_count: Long = 0,     requests_with_errors_count: Long = 0,     unknownFields: ByteString = ByteString.EMPTY)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val adapter: ProtoAdapter<PathErrorStats>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val unknownFields: ByteString

Functions

Link copied to clipboard
fun copy(    children: Map<String, PathErrorStats> = this.children,     errors_count: Long = this.errors_count,     requests_with_errors_count: Long = this.requests_with_errors_count,     unknownFields: ByteString = this.unknownFields): PathErrorStats
Link copied to clipboard
fun encode(sink: BufferedSink)
Link copied to clipboard
fun encodeByteString(): ByteString
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String